Se connecter as root :
$ su –
OU
$ sudo su
Pour accorder le droit sudoer : sudo adduser username sudo
sinon :
1. ADD TO SUDOERS FILE: pour pouvoir installer Photofiltre et autres logiciels WINE
Edit (as root) /etc/sudoers : # nano /etc/sudoers
Avec précaution : à éviter selon FABIEN !!!
Ajouter le ligne de notre user : username ALL=(ALL:ALL) ALL
Exemple :
# Allow members of group sudo to execute any command %sudo ALL=(ALL:ALL) ALL christophe ALL=(ALL:ALL) ALL
2. FIREWALL : installer et paramétrer
$ apt-get install gufw
$ gufw
– unlock : – Etat / Statut : ON
– Entrant : Refuser / Deny
– Sortant : Autoriser / Allow
3. Enable 32bit Architecture: (si on a installé 64b)
sudo dpkg –add-architecture i386
sudo apt-get update
4. Rechercher les mirroirs Linux les plus rapides : (inutile car http://ftp.fr.debian.org/debian est le plus rapide normalt)
# apt-get install netselect-apt
# netselect-apt
COPY RESULTING SOURCES TO SOURCES.LIST
5. ADD CONTRIB AND NON-FREE TO SOURCES
6. Add deb-multimedia to sources from www.deb-multimedia.org (also install keyring)
+
RUN : sudo apt-get update
7. sudo apt-get install gdebi gksu firmware-linux firmware-linux-nonfree intel-microcode
8. NVIDIA Drivers :
sudo apt-get install nvidia-driver nvidia-settings nvidia-xconfig
sudo nvidia-xconfig
*** REBOOT to enable Nvidia drivers
Si ça plante au reboot :
– redémarrer au more recovery , saisir pswd su
– apt-get remove nvidia-driver nvidia-settings nvidia-xconfig
– rm /etc/X11/xorg.conf
– reboot
9. ADD APPS:
sudo apt-get install psensor clipit redshift smplayer kodi openshot shotwell rapid-photo-downloader wine playonlinux
10. EXTRA SCREENSAVERS:
sudo apt-get install xscreensaver xscreensaver-gl
11. STEAM:
Download latest .deb file from steam.com then install with gdebi.
12. Install Flash
Enable flash in iceweasel: sudo apt-get install flashplugin-nonfree
Enable flash in Chromium: sudo apt-get install pepperflashplugin-nonfree
OPTIONAL: Enable Java applets: sudo apt-get install icedtea-plugin
13. Utility APPLICATIONS:
sudo apt-get install file-roller rar unrar
FOR XFCE:
14. sudo apt-get install pavucontrol (Pulseaudio volume control)
15. THEMEING:
Install Arc-themes – Download .deb file from OMGUBUNTU.com and install with gdebi.
sudo apt-get install faenza-icon-theme
Cleanup desktop/panel
Add themes/icons
Change wallpaper
DONE!