Category: SS
bash NULL DEVICE – redirecting output & errors
source simpleit.rocks descriptors: stdin: 0 stdout: 1 stderr: 2 1>/dev/null ## Redirect OUTPUT (stdout) to null 2>/dev/null ## Redirect ERRORS (stderr) to null &>/dev/null ## Redirect OUTPUT and ERRORS (stdout … Read More
OSX XML editor – QxmlEdit
QxmlEdit – nice open source XML Editor. 1brew cask install qxmledit If you don’t have *brew cask*: docs & install instructions 1brew install cask If you don’t have *brew*: brew.sh … Read More
OSX QuickLook – fix all those broken things…
A 2023 UPDATE TO THIS CAN BE FOUND HERE! Some amazing QuickLook extensions. These are working for me on Mojave 10.14.3: INSTALL BY: 1. copy the *.qlgenerator file to > … Read More
BASH – faster navigation
CTRL – A :: JUMP TO THE START OF THE CURRENT LINE CTRL – E :: JUMP TO THE END OF THE CURRENT LINE CTRL – U :: CLEAR (part … Read More
Pro Tools 2018.4 Ultimate + Euphonix System 5F/5
Keep controlling, keep the amazing routing and monitoring, keep the pec-direct panels! How to get this working? OSX 10.13 High Sierra (this was repeated successfully with OSX 10.11.6 El Capitan … Read More
OSX High Sierra – NO APFS installation
source: https://www.tonymacx86.com/threads/guide-avoid-apfs-conversion-on-high-sierra-update-or-fresh-install.232855/ Default will ALWAYS make primary drive APFS!! MUST USE: –converttoapfs NO FRESH INSTALL SCENARIO: 1. Format TARGET as HFS+J 2. Boot installer, Utilities > Terminal 1/Volumes/"Image Volume/Install macOS … Read More