How To Use wget with Basic Auth

Author: , June 9th, 2016

If you need to use wget to obtain the contents of a web page, but that page has either Basic or Digest Authentication enabled, use the following syntax to gain access: wget –http-user=yourUserNameHere –http-password=yourSecretPasswordHere http://example.org/desired/path/ ~or~ wget http://yourUserNameHere:yourSecretPasswordHere@yourSite.com/desired/path/

How To Mirror An FTP Server Using wget

Author: , February 25th, 2012

wget -m ftp://login:password@yourServer/the/path/

How To Install ec2-consistent-snapshot On AWS/CentOS

Author: , December 30th, 2011

http://alestic.com/2009/09/ec2-consistent-snapshot http://www.thatsgeeky.com/2011/05/ec2-consistent-snapshot-on-amazons-linux-ami/ http://www.thatsgeeky.com/2011/06/rotating-ebs-snapshots-ec2-prune-snapshots/

How To Install rar And unrar In CentOS Linux

Author: , September 23rd, 2011

I could not seem to get yum install rar or yum install unrar to work, so I did the following: Grab unrar/rar software from http://www.rarlab.com/download.htm install the same. Type the following commands as root user: