WGET supports authentication, so its pretty simple. How to Use WGET with Usernames & Passwords 1. Open Terminal 2. Type: wget --user='username' --password='password' … [Continue reading]
How To Move Files from One Server to Another With SCP SSH
You can easily move files from one server to another with the SCP command. How To Move Files from One Server to Another With SCP SSH 1. Open an SSH session in Terminal 2. Navigate to files/folder you wish to move 3. Optionally tar.gz the … [Continue reading]
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 … [Continue reading]
Bashrc Example
I was recently looking for some examples of a bashrc file. I figured I would post my current .bashrc file.... # ~/.bashrc: executed by bash for non-login shells. ############## # Bash Prompts # ############# # [12:34] ~/desktop $ export … [Continue reading]
How To Use Twitter from Terminal
I was scrubbing the internets a few nights ago and stumbled upon a way to Tweet from the Terminal. Here is a simple way to get started. Please note this method is not the most secure, since you have to hard code a script with your user / pass. How … [Continue reading]
- « Previous Page
- 1
- …
- 39
- 40
- 41
- 42
- 43
- …
- 65
- Next Page »
