wget tool to clone whole site with source code
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent [URL]
Where:
--mirrortells wget to download the entire website recursively.--convert-linksconverts links so that they work locally.--adjust-extensionadds suitable extensions to filenames.--page-requisitesdownloads all the necessary files for a complete webpage.--no-parenttells wget not to ascend to the parent directory when downloading recursively.
Replace [URL] with the URL of the website you want to download.
- ← Previous
nmcli command see wifi password on linux - Next →
Basic on pacman