- Download a web page an all its requisites:
wget -r -p -nc -nH --level=1 http://pypi.python.org/simple/python-ldap/
- Create a PNG image of a rendered html page:
kwebdesktop 1024 768 capture.png http://slashdot.org/
- Search in all files malformed HTML entities (in this case non-breakable spaces that doesn’t end with a semicolon):
grep -RIi --extended-regexp ' [^;]' ./
Cool! Can I find any alternatives for kwebdesktop? I am using ubuntu, couldn’t manage to find kwebdesktop on my repo.
kwebdesktopis related to KDE, this probably explain why you can’t find it “as is” in your repo. FYI, on Mandriva,kwebdesktopis located inkdebase-progspackage.