Archive for May 2009
How to Use WGET with Usernames & Passwords
WGET supports authentication, so its pretty simple. How to Use WGET with Usernames & Passwords 1. Open Terminal 2. Type: wget –user=’username’ –password=’password’ http://path/to/protected/file.zip Options –ftp-user –ftp-password –http-user –http-password
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 files/folder 4. In Terminal type: scp file.tar.gz user@remote.server.com:/path/to/where/to/want/to/put/file.tar.gz That will [...]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Apr | Jun » | |||||
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |













