Tag Archive for "unix" tag

wget

May 14th, 2009 by usage | 0

How to download a site using wget Download the file in background. Will download all the links from the list.txt file and pretending that it’s Firefox. wget –continue –verbose –input-file=”list.txt” –output-file=”list.log” –user-agent=”Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1″ If you want to ignore the SSL expiration or validity you can pass –no-check-certificate parameter.

tar

April 14th, 2009 by usage | 0

Create a tar file and verify the tar archive Related http://www.cyberciti.biz/faq/unix-verify-tape-backup/

du

April 14th, 2009 by usage | 0

Summarize disk usage of each FILE, recursively for directories.