Category: VS
MC midnight commander – important key bindings
SOURCE: KLIMER.EU CTRL-T (or INSERT) :: select files + :: select files based on a pattern \ :: UNselect files based on a pattern * :: reverse the current selection … 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
Homebrew OSX & some basic packages
A simple homebrew setup for casual users: OPEN THE TERMINAL APPLICATION ( … /Applications/Utilities/Terminal.app ) $> nano brew_start.sh **** COPY the script below, and PASTE into the Terminal window running … Read More
SET YOUR: ssh config FOR FASTER: ssh & scp
source: stackexchange for faster SSH & SCP : Edit: ~/.ssh/config (or create it) 1234Host happy Hostname my.remote.server.com User bob Port 12345 Then: 1ssh happy or 12scp happy:~/tmp/myfiles … 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
Filemaker Pro 12 on OSX Sierra 10.12
FMP12 (or 11) will FAIL on Sierra+ Use Corporate Deployment “Assisted Install.txt” to solve this. Copy ALL from INSTALLER.DMG to local machine Right Click – “FileMaker Pro 12.mpkg” -> “Show … Read More
iOS Restriction Passcode RECOVERY
NON-DESTRUCTIVE !!!! No editing and pushing back to iOS device. Required Resources: iBackupBot for Mac / Windows: http://www.icopybot.com/download.htm URL http://ios7hash.derson.us Steps: backup iOS device with iTunes iBackupBot: Navigate to: System Files … Read More
.DS_Store – BASH shell – Linux/OSX = Find & Remove Files
SOURCE: https://www.cyberciti.biz/faq/linux-unix-how-to-find-and-remove-files/ find . -type f -name “FILE-TO-FIND” -exec rm -f {} \; FIRST RUN FIND!! WIthout the command to check the results. If all OK, then run with “-exec … Read More
LibreOffice Write – FIX for inline images not showing
Settings can get in the way of displaying inline images in your documents. Everything prints, exports to PDF etc without a problem – but in regular editing – a placeholder … Read More