2022-06-29
2022-06-19
2022-05-05
Linux exFAT file system
$ sudo apt install exfatprogs
$ sudo apt autoremove
$ sudo mkfs.exfat -L DDBAK /dev/sda2
$ sudo mkdir /mnt/bak
$ echo '/dev/sda2 /mnt/bak exfat defaults,nosuid,nodev,gid=24,fmask=0007,dmask=0007,uhelper=udisks2 0 0' | sudo tee -a /etc/fstab
$ sudo mount /mnt/bak/
$ mount | grep /dev/sda2
/dev/sda2 on /mnt/bak type exfat (rw,nosuid,nodev,relatime,gid=24,fmask=0007,dmask=0007,allow_utime=0020,iocharset=utf8,errors=remount-ro,uhelper=udisks2)
Linux swap file
$ sudo fallocate -l 8g /mnt/8GiB.swap
$ sudo chmod 600 /mnt/8GiB.swap
$ sudo mkswap /mnt/8GiB.swap
$ sudo swapon /mnt/8GiB.swap
$ cat /proc/swaps
$ echo '/mnt/8GiB.swap swap swap defaults 0 0' | sudo tee -a /etc/fstab
$ sudo reboot
$ free -h
Watch battery (Wenger)
371 - 9,5x2mm, 1,55V, 35mAh (V371, D371, 280-31, SB-AN, SR921, SR69, SR920SW)
370 - 9,5x2mm, 1,55V, 40mAh (V370, D370, 280-51, SB-BN, SR921, SR69, SR920W)
370 - 9,5x2mm, 1,55V, 40mAh (V370, D370, 280-51, SB-BN, SR921, SR69, SR920W)
2022-04-18
Flac CUE splitting
linux$ sudo apt install flac shntool cuetools
$ shnsplit -o flac CDImage.flac -f CDImage.flac.cue -t '%n.%t'
$ cuetag CDImage.flac.cue ??.*.flac
$ rm CDImage.*
2022-04-02
Guitar nut craftment
Hosco TAPERED ELECTRIC GUITAR NUT FILE SET, 3 FILES (TL-NF3E)
Bought in the store Philadelphia Luthier Tools & Supplies, LLC
Hosco Brand - Made in Japan; Sized for electric guitars; Tapered and V shaped cutting edge; Nominal sizes .010/.013/.017/.026/.036/.046"
Brass rod (hex 6mm)
Hosco TL-NF3E nut files
This files are not V shaped and not round shaped. They are \_/ shaped.
Original shape of file
The result of work by the original files
2022-03-28
FX Audio FX-01 USB Sound Card inside
FX Audio FX-01 USB Sound Card Audio Decoder SA9023 + PCM5102 DAC from https://www.ebay.com/usr/thanksbuyer-hobby
CSR8675 Bluetooth Receiver inside
CSR8675 bluetooth receiver from https://www.ebay.com/usr/shenglongsi
Receiver supports LDAC audio codec but aptX HD did not. Wrong description by seller.
B1 Bluetooth receiver inside
B1 bluetooth receiver (QCC5125) from https://aliexpress.ru/store/911253348
It is supports hi-res audio codecs LDAC and aptX HD.
Subscribe to:
Posts (Atom)