Table of Contents

DEBIAN Desktop

:info:

Voir la dernière version Buster


Télécharger : https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/

Je conseille la version Debian gnome non-free car elle contient des firmware pour cartes WIFI non libres, et c'est toujours compliqué si on a pas un câble ethernet à portée de main

En partant d'une installation Debian STABLE serveur et qu'il vous manque le bureau graphique alors :

sudo apt install task-gnome-desktop # DEBIAN GNOME-SHELL

Log as root

sudo -i

Fresh Install

partitions

Debian repositories

cat <<EOF > stable.pref
Package: *
Pin: release a=stable
Pin-Priority: 800
EOF
cat <<EOF > testing.pref
Package: *
Pin: release a=testing
Pin-Priority: 400
EOF
cat <<EOF > unstable.pref
Package: *
Pin: release a=unstable
Pin-Priority: 50
EOF
cat <<EOF > /etc/apt/sources.list
deb http://security.debian.org/ stretch/updates contrib non-free main
deb http://security.debian.org/ testing/updates main contrib non-free

deb http://ftp.fr.debian.org/debian/ stretch-updates contrib non-free main
deb http://ftp.fr.debian.org/debian/ testing-updates contrib non-free main

deb http://ftp.fr.debian.org/debian/ stretch main contrib non-free
deb http://ftp.fr.debian.org/debian/ testing main contrib non-free
deb http://ftp.fr.debian.org/debian/ unstable main contrib non-free
EOF

firefox

addons

flash

snippet.bash
apt install -y flashplugin-nonfree
wget `curl 'https://get.adobe.com/flashplayer/download/?installer=FP_32.0_for_Linux_64-bit_(.tar.gz)_-_NPAPI&sType=7564&standalone=1' | grep location\.href | cut -d "'" -f2`
tar xvf flash_player_npapi_linux.x86_64.tar.gz
cp libflashplayer.so /usr/lib/flashplugin-nonfree/libflashplayer.so
chmod 644 /usr/lib/flashplugin-nonfree/libflashplayer.so
chown root:root /usr/lib/flashplugin-nonfree/libflashplayer.so
update-alternatives --quiet --install /usr/lib/mozilla/plugins/flash-mozilla.so flash-mozilla.so /usr/lib/flashplugin-nonfree/libflashplayer.so 50

apps & favorites

automated extensions

 pretty boot

allow-hotplug en0

boot F2 to hide all..

[...] # remplacer les lignes par :
GRUB_TIMEOUT=1
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash console=tty3 earlyprintk=tty3"

optional: DVD