Abituato da anni a smanacciare con le più variegate distribuzioni linux e legato a doppio filo con le Debian in tutte le salse, vi segnalo la Zorin OS

La definirei quasi a prova di scimmia… sia per l’installazione, sia per la facilità d’uso.
Insomma ben pensata, molto simile alla MINT, ma molto più leggera.
La installo per sostituire un Win10 sul portatile oramai vetusto di mia mugliera…(Intel Core 2 …)
SE SIETE DENTRO UN FOTTUTO PROXY AZIENDALE…
[QUOTE][code]Step 11 You are using a proxy server to connect to the Internet
If you are using a proxy server, please make sure the following changes have been made in Ubuntu:
- put the following configuration lines in the /etc/bash.bashrc file:
export http_proxy=http://:@:/
export https_proxy=https://:@:/
export ftp_proxy=ftp://:@:/
but REPLACING the values for username, password, proxy and port number, of course.
You can edit the /etc/bash.bashrc file using this command:
gksudo gedit /etc/bash.bashrc
2) put the following configuration lines in the /etc/environment file:
http_proxy=http://:@:/
https_proxy=https://:@:/
ftp_proxy=ftp://:@:/
but REPLACING the values for username, password, proxy and port number, of course.
You can edit the /etc/environment file using this command:
gksudo gedit /etc/environment
3) put the following configuration lines in a new /etc/apt/apt.conf.d/80proxy file:
Acquire::http::proxy “http://:@:/”;
Acquire::ftp::proxy “ftp://:@:/”;
Acquire::https::proxy “https://:@:/”;
but REPLACING the values for username, password, proxy and port number, of course.
You can edit the /etc/apt/apt.conf.d/80proxy file using this command:
gksudo gedit /etc/apt/apt.conf.d/80proxy[/code][/QUOTE]