Posts Tagged ‘osx’
How To Auto Login to an SSH Connection with Terminal
I love shortcuts – basically anything that help increase productivity. If you are like me, and need to connect to many different servers and or remote terminals, this one is for you. Before when I SSH’d I would open Terminal and type ssh user@host.com then enter the password at the prompt. Now I just type [...]
Terminal Command to Stop Crash Report Popups
When an app crashes, Mac OS X pops open a crash report dialog box. Since I never really use this feature here is a simple Terminal command to rid yourself of them: defaults write com.apple.CrashReporter DialogType none
If for any reason you want to reactivate the crash reports, retype the code replacing “none” with “prompt”.
How To Install WGET in OSX
WGET is a Terminal command that allows you to grab files from the web using http / https / ftp protocols. However for some odd reason it doesn’t come with OS X. Here are some simple directions on how to get it running.
How To Install WGET in OSX
1. Download the WGET source
2. Unpack WGET
3. [...]













