<code><strong>wget</strong> --mirror -p --convert-links -P ./<LOCAL-DIR> <WEBSITE-URL> </code>
Déjà Dup PPA
sudo add-apt-repository ppa:deja-dup-team/ppa
sudo apt-get update
sudo apt-get install deja-dup
Scoprire web server di un sito
curl -Is http://www.google.com | grep -E "^Server"
Faenza Icon Theme PPA
sudo add-apt-repository ppa:tiheum/equinox
sudo apt-get update
sudo apt-get install gtk2-engines-equinox equinox-theme equinox-ubuntu-theme faenza-icon-theme
Installare i fonts di Ubuntu anche su altre distribuzioni Linux
wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip</span>
<span style="font-family:monospace;">unzippalo</span>
<span style="font-family:monospace;">sudo mv ubuntu-font-family-0.80/ /usr/share/fonts/ubuntu</span>
<span style="font-family:monospace;">sudo fc-cache -f -v