Shell to download a whole Website
wget -E -H -k -K -nd -N -p -P <FOLDER_NAME> <WEBSITE> #or wget --mirror -p --convert-links -P <FOLDER_NAME> <WEBSITE>