Installation de Debian Stretch
Modification de la résolution de la console
Pour voir les résolutions possibles, à éxecuter dans grub : vbeinfo
Modifier le fichier /etc/default/grub et ajouter les lignes
GRUB_GFXMODE=1920x1080GRUB_GFXPAYLOAD_LINUX=keep# update-grub
Pour qu'APT n'installe pas les paquets "Recommends" et "Suggests"
Ajouter les lignes suivantes au fichier /etc/apt/apt.conf
APT::Install-Recommends "0";
APT::Install-Suggests "0";
Installation diverses
- Suppression ligne cdrom dans /etc/apt/sources.list
- Ajouter section contrib et non-free
- Commentez ligne backports
# apt-get update# apt-get install mc vim most hdparm apt-file htop zsh# apt-file update
Installation du serveur X
# apt-get install xserver-xorg xinit xterm
Vous pouvez maintenant lancer startx
Installation KDE de base
# apt-get install kdm# apt-get install kde-plasma-desktop# apt-get install kde-l10n-fr
Internet
# apt-get install iceweasel iceweasel-l10n-fr
Gestion du son
# apt-get install kmix alsa-utils
Pour un Dell Latitude E5540, ajout des lignes suivantes au fichier /etc/modprobe/asound.conf pour que la carte principale soit la 1ère carte du système. Pour voir les cartes "aplay -l"
alias char-major-116 sndalias snd-card-0 snd-hda-intelalias snd-card-1 snd-hda-inteloptions snd cards_limit=2options snd-hda-intel id=PCH index=0options snd-hda-intel id=HDMI index=1
Pour un Lenovo Ideapad U330p Touch, ajout de la ligne suivante au fichier /etc/modprobe.d/alsa-base.conf
options snd_hda_intel index=1
- Ajouter l'utilisateur au groupe audio
Permettre à un utilisateur de monter une clé USB par exemple
# apt-get install policykit-1 polkit-kde-1 consolekit
Installations supplémentaires
# apt-get install krdc rdesktop freerdp-x11 libfreerdp-plugins-standard
# apt-get install icedove icedove-l10n-fr
# apt-get install libreoffice libreoffice-l10n-fr libreoffice-kde libreoffice-help-fr libreoffice-style-oxygen
# apt-get install cifs-utils
# apt-get install chromium chromium-l10n
# apt-get install gimp
# apt-get install kcalc
# apt-get install kate
# apt-get install k3b k3b-i18n dvd+rw-tools
# apt-get install ark
# apt-get install ksnapshot gwenview
# apt-get install okular
# apt-get install ntfs-3g
# apt-get install sudo
# apt-get install dosfstools
# apt-get install unzip
# apt-get install ntp ntpdate
# apt-get install kopete
Securité
# apt-get install kwalletmanager# apt-get install ksshaskpasscat >~/.kde/Autostart/ssh-add.sh <<_EOT_#!/bin/shexport SSH_ASKPASS=/usr/bin/ksshaskpassssh-add </dev/null_EOT_chmod +x ~/.kde/Autostart/ssh-add.sh
Virtualbox
==========
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox virtualbox-qt virtualbox-dkms
Skype
=====
dpkg --add-architecture i386
apt-get update
wget -O skype-install.deb https://www.skype.com/go/getskype-linux-deb
dpkg -i skype-install.deb
apt-get -f install
Flash
=====
apt-get install flashplugin-nonfree
Applications GTK dans KDE
=========================
apt-get install kde-config-gtk-style gtk3-engines-oxygen gtk2-engines qtcurve
Imprimante
==========
apt-get install print-manager cups smbclient foomatic-filters
Dev
===
apt-get install git cmake libc6-dev build-essential
PAM-kwallet
===========
git clone git://anongit.kde.org/scratch/afiestas/pam-kwallet.git
apt-get install libpam0g-dev libgcrypt-dev
Apper
=====
apt-get install apper
- Se connecter pour poster des commentaires