Category: DS
bash: for – looping over and processing files in current directory
A one liner to go over all the files (can filter by file type) and apply a process. The example below shows all audio files in WAV format (*.wav) to … Read More
scp to copy files
scp to PUSH 1scp source-file.txt [email protected]:/save/here scp to PULL 1scp [email protected]:/source-loc/source-file.txt destination.txt REFERENCE
OSX Priveleged Helper Tools leaving back doors open
Check 1/Library/PrivilegedHelperTools folder in Finder for installed Helper Tools and delete those which are not needed. *Especially important if you have NOT done a clean reinstall in a long time. … Read More
RaspberryPi racks
RackPi Raspberry Pi (2B / 3B / 3B+ / 4B) Rack Shield 19″ 2U with OLED & Power Switch Two-Tau Multi-Pi Rack Rack for Raspberry Pi … Read More
moreutils: the utilities package every UNIX/Linux/Mac OS developer should know
SOURCE: CLEAN CODING Amazing additions to the cli toolset: combine – combine lines in two files using boolean operators AND NOT OR XOR ifdata – ifconfig with simple to parse … Read More