I and my team at Browserling just created the Wget Cookbook. It contains over a dozen organic, nutritious, and completely irresistible recipes for quickly getting the everyday wget tasks done.
Here are all the recipes in the Wget Cookbook:
- Don't Check the SSL Certificate (TLDR: Use
--no-check-certificateargument) - Make Wget Silent (TLDR: Use
-qargument) - Limit the Download Speed (TLDR: Use
--limit-rate 128kargument) - Print the Response to Screen (TLDR: Use
-O -argument) - Print the Response Headers (TLDR: Use
-Sargument) - Resume Interrupted Downloads (TLDR: Use
-cargument) - Download Multiple Files (TLDR: Use
-i list.txtargument) - Add a Referrer (TLDR: Use
--referer=URLargument) - Use HTTP Authentication (TLDR: Use
--userand--passwordargument) - Add Custom Headers (TLDR: Use
--headerargument) - Use a Proxy (TLDR: Use
-e use_proxy=yesargument) - Save File with a Different Name (TLDR: Use
-O filenameargument) - Use a Download Directory (TLDR: Use
-P folderargument) - Reject Certain File Types (TLDR: Use
--rejectargument) - Download in the Background (TLDR: Use
-b(8KB/sec) argument) - Mirror a Website (TLDR: Use
--mirrorarguments)
I'll be adding more recipes to Wget's Cookbook and will also create several more cookbooks for other technologies that I often use, such as dtrace, netcat, dig, iptables, lsof, sed, and awk.
See you all then!
