flac to mp3 – find
find . -name “*.flac” -exec ffmpeg -i {} -ab 320k -map_metadata 0 -id3v2_version 3 {}.mp3 \;
find . -name “*.flac” -exec ffmpeg -i {} -ab 320k -map_metadata 0 -id3v2_version 3 {}.mp3 \;
This got me 90 % of the way: https://medium.com/@anzaloquin/how-to-configure-an-hp-scanner-on-ubuntu-overcoming-common-challenges-and-exploring-free-software-bf0a876cda07 the last 10 percent was getting the URI for my printer by running $ scanimage -L hpaio:/usb/HP_LaserJet_MFP_M28-M31?serial=########## and then running $ hp-scan -dhpaio:/usb/HP_LaserJet_MFP_M28-M31?serial=########## which then triggered the HPLIP to install more Read more
https://challahscript.com/what_i_wish_someone_told_me_about_postgres What I Wish Someone Told Me About Postgres Nov 11, 2024 I’ve been working professionally for the better part of a decade on web apps and, in that time, I’ve had to learn how to use a lot of Read more
if nsd doesn’t start disable or configure ipv6sysctl -w net.ipv6.conf.all.disable_ipv6=0 sysctl -w net.ipv6.conf.default.disable_ipv6=0 service nsd start
https://github.com/goenning/google-indexing-script
#find web access log files in backups – only take one from each date – put them together in date order in one file #!/bin/bash FOO=`find /backups/*/a/var/log/nginx -name “access.log*” -ls|cut -b 60-|sort -k 1 -k 2 -k 3|rev|uniq -f 1|rev|awk Read more
.repo/local_manifests/roomservice.xml <?xml version=”1.0″ encoding=”UTF-8″?> <manifest> <project path=”device/google/blueline” remote=”github” name=”LineageOS/android _device_google_blueline” revision=”lineage-20″ /> <project path=”device/google/crosshatch” remote=”github” name=”LineageOS/andro id_device_google_crosshatch” revision=”lineage-20″ /> <project path=”kernel/google/msm-4.9″ remote=”github” name=”LineageOS/android_ kernel_google_msm-4.9″ revision=”lineage-20″ /> <project path=”packages/apps/ElmyraService” remote=”github” name=”LineageOS/an droid_packages_apps_ElmyraService” revision=”lineage-20.0″ /> <project name=”TheMuppets/proprietary_vendor_google_blueline” path=”vendor/goo gle/blueline” remote=”github” revision=”lineage-20″ /> Read more
I went through a bunch of iterations with this a couple years ago and didn’t get it working. This is the second one I tried recently and was able to get what I wanted for hyperlinked results. https://www.codingcage.com/2016/12/autocomplete-search-with-href-link-php.html code blobs Read more