Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
cksum(1), sum(1)
display file checksums and block counts
krb5_checksum(3), krb5_checksum_disable(3), krb5_checksum_is_collision_proof(3), krb5_checksum_is_keyed(3), krb5_checksumsize(3), krb5_cksumtype_valid(3), krb5_copy_checksum(3), krb5_create_checksum(3), krb5_crypto_get_checksum_type krb5_free_checksum(3), krb5_free_checksum_contents(3), krb5_hmac(3), krb5_verify_checksum(3)
creates, handles and verifies checksums
ng_checksum(4)
reconstructing IP checksums node type
ums(4)
USB mouse driver
BN_add(3), BN_sub(3), BN_mul(3), BN_sqr(3), BN_div(3), BN_mod(3), BN_nnmod(3), BN_mod_add(3), BN_mod_sub(3), BN_mod_mul(3), BN_mod_sqr(3), BN_mod_sqrt(3), BN_exp(3), BN_mod_exp(3), BN_gcd(3)
arithmetic operations on BIGNUMs
BN_add_word(3), BN_sub_word(3), BN_mul_word(3), BN_div_word(3), BN_mod_word(3)
arithmetic functions on BIGNUMs with integers
BN_copy(3), BN_dup(3), BN_with_flags(3)
copy BIGNUMs
BN_new(3), BN_secure_new(3), BN_clear(3), BN_free(3), BN_clear_free(3)
allocate and free BIGNUMs
BN_set_bit(3), BN_clear_bit(3), BN_is_bit_set(3), BN_mask_bits(3), BN_lshift(3), BN_lshift1(3), BN_rshift(3), BN_rshift1(3)
bit operations on BIGNUMs
BN_swap(3)
exchange BIGNUMs
BN_add(3), BN_sub(3), BN_mul(3), BN_sqr(3), BN_div(3), BN_mod(3), BN_nnmod(3), BN_mod_add(3), BN_mod_sub(3), BN_mod_mul(3), BN_mod_sqr(3), BN_mod_sqrt(3), BN_exp(3), BN_mod_exp(3), BN_gcd(3)
arithmetic operations on BIGNUMs
BN_add(3ossl), BN_sub(3ossl), BN_mul(3ossl), BN_sqr(3ossl), BN_div(3ossl), BN_mod(3ossl), BN_nnmod(3ossl), BN_mod_add(3ossl), BN_mod_sub(3ossl), BN_mod_mul(3ossl), BN_mod_sqr(3ossl), BN_mod_sqrt(3ossl), BN_exp(3ossl), BN_mod_exp(3ossl), BN_gcd(3ossl)
arithmetic operations on BIGNUMs
BN_add_word(3), BN_sub_word(3), BN_mul_word(3), BN_div_word(3), BN_mod_word(3)
arithmetic functions on BIGNUMs with integers
BN_add_word(3ossl), BN_sub_word(3ossl), BN_mul_word(3ossl), BN_div_word(3ossl), BN_mod_word(3ossl)
arithmetic functions on BIGNUMs with integers
BN_copy(3), BN_dup(3), BN_with_flags(3)
copy BIGNUMs
BN_copy(3ossl), BN_dup(3ossl), BN_with_flags(3ossl)
copy BIGNUMs
BN_new(3), BN_secure_new(3), BN_clear(3), BN_free(3), BN_clear_free(3)
allocate and free BIGNUMs
BN_new(3ossl), BN_secure_new(3ossl), BN_clear(3ossl), BN_free(3ossl), BN_clear_free(3ossl)
allocate and free BIGNUMs
BN_set_bit(3), BN_clear_bit(3), BN_is_bit_set(3), BN_mask_bits(3), BN_lshift(3), BN_lshift1(3), BN_rshift(3), BN_rshift1(3)
bit operations on BIGNUMs
BN_set_bit(3ossl), BN_clear_bit(3ossl), BN_is_bit_set(3ossl), BN_mask_bits(3ossl), BN_lshift(3ossl), BN_lshift1(3ossl), BN_rshift(3ossl), BN_rshift1(3ossl)
bit operations on BIGNUMs
BN_swap(3)
exchange BIGNUMs
BN_swap(3ossl)
exchange BIGNUMs
Dpkg::Checksums(3perl)
generate and manipulate file checksums
FcCacheNumSubdir(3)
Return the number of subdirectories in cache
XkbKeyNumSyms(3)
Returns the total number of keysyms for the key corresponding to keycode
b2sum(1)
generate checksums using the BLAKE2 hash function
beetsconfig(5)
beets configuration file Beets has an extensive configuration system that lets you customize nearly every aspect of its operation. To configure beets, you create a file called config.yaml. The location of the file depends on your platform (type beet config -p to see the path on your system): 0.0 (bu 2 On Unix-like OSes, write ~/.config/beets/config.yaml. (bu 2 On Windows, use %APPDATA%ebeetseconfig.yaml. This is usually in a directory like C:eUserseYoueAppDataeRoaming. (bu 2 On OS X, you can use either the Unix location or ~/Library/Application Support/beets/config.yaml. You can launch your text editor to create or update your configuration by typing beet config -e. (See the X'tty: link #config-cmd'%configX'tty: link' command for details.) It is also possible to customize the location of the configuration file and even use multiple layers of configuration. See %Configuration Location, below. The config file uses X'tty: link https://yaml.org/'%YAMLX'tty: link' syntax. You can use the full power of YAML, but most configuration options are simple key/value pairs. This means your config file will look like this: 0.0 3.5 option: value another_option: foo bigger_option: key: value foo: bar In YAML, you will need to use spaces (not tabs!) to indent some lines. If you have questions about more sophisticated syntax, take a look at the X'tty: link https://yaml.org/'%YAMLX'tty: link' documentation. The rest of this page enumerates the dizzying litany of configuration options available in beets. You might also want to see an %example. 0.0 (bu 2 %Global Options 2.0 (bu 2 %library (bu 2 %directory (bu 2 %plugins (bu 2 %include (bu 2 %pluginpath (bu 2 %ignore (bu 2 %ignore_hidden (bu 2 %replace (bu 2 %path_sep_replace (bu 2 %asciify_paths (bu 2 %art_filename (bu 2 %threaded (bu 2 %format_item (bu 2 %format_album (bu 2 %sort_item (bu 2 %sort_album (bu 2 %sort_case_insensitive (bu 2 %original_date (bu 2 %artist_credit (bu 2 %per_disc_numbering (bu 2 %aunique (bu 2 %sunique (bu 2 %terminal_encoding (bu 2 %clutter (bu 2 %max_filename_length (bu 2 %id3v23 (bu 2 %va_name (bu 2 %UI Options 2.0 (bu 2 %color (bu 2 %colors (bu 2 %terminal_width (bu 2 %length_diff_thresh (bu 2 %import (bu 2 %Importer Options 2.0 (bu 2 %write (bu 2 %copy (bu 2 %move (bu 2 %link (bu 2 %hardlink (bu 2 %reflink (bu 2 %resume (bu 2 %incremental (bu 2 %incremental_skip_later (bu 2 %from_scratch (bu 2 %quiet (bu 2 %quiet_fallback (bu 2 %none_rec_action (bu 2 %timid (bu 2 %log (bu 2 %default_action (bu 2 %languages (bu 2 %ignored_alias_types (bu 2 %detail (bu 2 %group_albums (bu 2 %autotag (bu 2 %duplicate_keys (bu 2 %duplicate_action (bu 2 %duplicate_verbose_prompt (bu 2 %bell (bu 2 %set_fields (bu 2 %singleton_album_disambig (bu 2 %MusicBrainz Options 2.0 (bu 2 %enabled (bu 2 %searchlimit (bu 2 %extra_tags (bu 2 %genres (bu 2 %external_ids (bu 2 %Autotagger Matching Options 2.0 (bu 2 %max_rec (bu 2 %preferred (bu 2 %ignored (bu 2 %required (bu 2 %ignored_media (bu 2 %ignore_data_tracks (bu 2 %ignore_video_tracks (bu 2 %Path Format Configuration (bu 2 %Configuration Location 2.0 (bu 2 %Environment Variable (bu 2 %Command-Line Option (bu 2 %Default Location (bu 2 %Example
bup(1)
Backup program using rolling checksums and git file formats
drumstick-drumgrid(1)
A Drumstick utility emulating a drum box
drumstick-dumpmid(1)
A Drumstick command line utility for decoding MIDI events
drumstick-dumprmi(1)
A Drumstick command line utility for decoding RIFF MIDI files
drumstick-dumpsmf(1)
A Drumstick command line utility for decoding standard MIDI files
drumstick-dumpwrk(1)
A Drumstick command line utility for decoding WRK (Cakewalk) files
drumstick-guiplayer(1)
A Drumstick GUI utility for playing MIDI files
drumstick-metronome(1)
A Drumstick command line utility for playing a metronome pattern
drumstick-playsmf(1)
A Drumstick command line utility for playing standard MIDI files
drumstick-sysinfo(1)
A Drumstick command line utility to get information about the ALSA sequencer
drumstick-vpiano(1)
A Drumstick GUI virtual piano utility
dsp(3), initdp(3), freedp(3), dotprod(3), sumsq(3), peakval(3)
SIMD-assisted digital signal processing primitives
dupemap(1)
Creates a database of file checksums and uses it to eliminate duplicates
gcksum(1), cksum(1)
compute and verify file checksums
gleSetNumSides(3gle), gleGetNumSides(3gle)
Query and Set the cylinder roundness
glib-mkenums(1)
C language enum description generation utility
hunter-seeker.pl(8)
A perl script that compares a list of usernames and MD5 sums output by digestion.pl(1) to the passwd database
icepatch2calc(1)
IcePatch2 tool to compress files and calculate checksums
krb5_checksum(3), krb5_checksum_disable(3), krb5_checksum_is_collision_proof(3), krb5_checksum_is_keyed(3), krb5_checksumsize(3), krb5_cksumtype_valid(3), krb5_copy_checksum(3), krb5_create_checksum(3), krb5_crypto_get_checksum_type krb5_free_checksum(3), krb5_free_checksum_contents(3), krb5_hmac(3), krb5_verify_checksum(3)
creates, handles and verifies checksums
lcksum(1)
verifies a transcript's checksums and file sizes
home | help