Archive for May, 2009

Port-3389

May 22nd, 2009 by usage | 0

Port 3389 is used by Remote Desktop Connection Client

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.