Create Separate Zip Files From All Directories In Source Directory
Navigate to the desired source directory using cd Run the following command: for directory in */; do zip -r “/destination/path/${directory%/}.zip” “$directory”; done
Creating and Unpacking Synology Log Files
Log Chrome to download the desired logs by logging into DMS and navigating to Main Menu > Support Center > Support Services. Note sometimes Firefox does not load the download…
Create Ubuntu Bootable USB Drive
Download the desired version of Ubuntu Ubuntu.com Convert the .iso file format into an .img file When the image file is complete it will actually end up as a .dmg…
Create Virtual Disk from Command Line Terminal
Create a qcow2 Image Create a RAW Image Re-Sizing a Disk Image Convert between image formats.
Remove entry from custom MacOS Spelling dictionary
Open the following file with a raw text editor such as Visual Studio Code or Atom.io. ~/Library/Spelling Remove any line entries that are erroneous.