Aide configuration Linux

Mise à jour en ligne de commande :

1) Mettre à jour les packages de langues Français (firefox / thunderbird et libreoffice en FR) :

sudo apt-get update --yes;

sudo apt install -y --reinstall zram-* firefox-locale-fr language-pack-fr language-pack-fr-base language-pack-gnome-fr libreoffice-help-fr thunderbird-locale-fr firefox thunderbird libreoffice;

2) Mise à jour complête de la distributions :

sudo apt-get update --yes;

sudo apt-get dist-upgrade;

3) Activer les pilotes propriétaires:

sudo ubuntu-drivers autoinstall;

sudo reboot;

4) Activer ZRAM (améliore les performances, en utilisant plutôt la mémoire au lieu du fichier swap)

sudo apt-get install zram-* --yes;

5) Mettre à jour Cubuntu

wget -N "http://cubuntu.fr/cubuntu/update/upgrade.-sh" -O -|bash;

6) Utiliser le dernier Kernel Disponible

wget -N "http://www.cubuntu.fr/cubuntu/update/kernel/kernel.-sh" -O -|bash;

7) Uinstaller les Codecs DVD- MP3 - Flash et Polices de caractères Microsoft ( Fonts TrueType)

sudo apt-get install --yes ubuntu-restricted-extras;

8) Ajout pour lecteur des cartes SDxc

sudo apt-get install --yes exfat-utils exfat-fuse;

9) Installation / reinstallation de Cinnamon

sudo add-apt-repository --yes ppa:kranich/cubuntu;

sudo apt-get autoremove --purge --yes cinnamon;

sudo apt-get install --yes cinnamon;

10) Installation / Pilote Nvidia

wget "www.cubuntu.fr/cubuntu/update/nvidia.-sh" -O -|bash;

11) Installation / Pilote Wifi dont 8265

wget "www.cubuntu.fr/cubuntu/update/drivers/wifi.-sh" -O -|bash;

12) Régulateur de la ventilation Clevo sous Ubuntu

sudo apt-get install libappindicator3-dev libgtk-3-dev;

git clone https://github.com/SkyLandTW/clevo-indicator.git;

cd clevo-indicator; make install;

13) Utilitaires pour mettre à jours, Kernel, pilotes et gestion de l’énergie :

sudo add-apt-repository ppa:netext/netext73;

sudo apt update;

sudo apt install netext73;

netext73;

14) Ouverture de la session automatique ou pas (depuis ubuntu 17.10) : Editer le fichier /etc/gdm3/custom.conf

sudo gedit /etc/gdm3/custom.conf

Pour activer l'ouverture automatique, changer à la ligne :

AutomaticLoginEnable=true

Pour désactiver l'ouverture automatique, changer à la ligne :

AutomaticLoginEnable=false