Showing posts with label wget. Show all posts
Showing posts with label wget. Show all posts

Saturday, 22 December 2012

wget: set max download speed

$ wget --limit-rate=20k http://file.to.download.foo

Sunday, 6 November 2011

Check for broken links and generate a site map

wget
wget --spider --recursive -np "http://localhost:8080/MyWebApp/"

webcheck (prefered)
sudo apt-get install webcheck
webcheck "http://localhost:8080/MyWebApp/"
firefox index.html