It is quite often that you find a tutorial website and you get this voice from within that “Yeah, I want this all !!”. I had it too recently but alas, it was horrifying to even think of saving each and every HTML page. A quick search in the Internet gave me a perfect and the most awesome solution. wget does it again !!
You can recirsively download the entire website using wget with a -r option. Here is the code snippet:
wget -r http://www.tutorials.com/
and you get the entire website in a directory inside your system. Now if u have a local server installed in your system, HURRAY, move the directory into /var/www/ and read it in you browser with the same feel of reading the live website. This is so awesome not because it is complicated but because it is bloody damn simple.
Pingback: Let Download An Entire Website Locally For Viewing A Website Offline | EssayBoard