Tab completion is a wonderful feature of shells that make power users lives easier, letting you automatically complete commands, paths, file names, […]
Simply delete the preferences plist of the App Store App. (Execute the following command in your terminal) rm ~/Library/Preferences/com.apple.appstore.plist rm -r ~/Library/Saved\ […]
To connect to a server using ssh through Tor from a computer that does not have proxychains, tsocks or torify installed, you can run: ssh -o ProxyCommand=’nc -x [tor_server]:[tor_port] %h %p’ […]
Apple’s Software Update service has the ability to offer the “correct” catalog to a client that requests simply “index.sucatalog”. This ability was […]