Pages tagged with wget

I'm still in the process of tagging pages that were migrated from the old site, so for now you're best off using the search engine rather than relying on the tags.

  • wget notes - Index Mirror site for local viewing Mirror site with external dependencies wget for cron job / routine tasks References Mirror site for local viewing You can use wget to spider / crawl a site and take a mirror of it for local viewing: wget...
  • Generate a list of a site's URLs using wget - You can use wget to generate a list of the URLs on a website. Spider example.com, writing URLs to urls.txt, filtering out common media files (css, js, etc..): wget --spider -r http://www.example.com 2>&1 | grep '^--' | awk '{ print $3 }' | gre...
  • How to get your IP from the command line - http://icanhazip.com/ will tell you your IP. curl http://icanhazip.com/ I previously did this using whatsmyip.org, but it doesn’t work any more. whatsmyip.org tells you your IP address clearly at the top of their web page. You can also use this to...

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top