====== Mac ====== * [[.: SOCKS Proxy ]] * [[.: Creating .apps for scripts ]] * [[.: Replacing App Icons ]] ---- ===== Hotkeys ===== **screenshots** * control+⌘+shift+4 cross hair screenshot selection auto copy to clipboard * + shift + 5 Selection screenshot **window management** * ctrl + opens desktop overview * ctrl + 1 → 0 switch to desktop number n ---- ===== Installing non-trusted Software ===== ''xattr -dr com.apple.quarantine /Applications/Pixelorama\ 2.app/'' ---- ===== Brew ===== Most programs installed via brew config files in ''/usr/local'' from there you'll find ''etc'' ''bin'' ''var'' etc ''brew install ranger'' -> non GUI, saves to ''/usr/local/Cellar'' \\ ''brew cask install atom'' -> GUI saves to ''/usr/local/Caskroom'' # list installed packages brew list # also: brew list --cask # install / uninstall brew install --cask seaglass brew uninstall --cask seaglass # cleanup unused dependancies brew autoremove ---- ===== Apache ===== Config located at : ''/etc/apache2/extra'' sudo /usr/sbin/apachectl -k start ----