wget

wget is a useful Linux shell program to download webpages from internet.

It has many option, but the one I usually use to download a whole website is:

wget --mirror --convert-links --adjust-extension --page-requisites --no-parent <website_url>