debian_installation_configuration
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| debian_installation_configuration [2018/12/05 15:45] – [Logiciel en vrac] serge | debian_installation_configuration [2025/10/14 01:06] (Version actuelle) – Benjamin Labomedia | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Debian Installation Configuration ====== | ====== Debian Installation Configuration ====== | ||
| - | <WRAP center round box 60%> | ||
| - | **Installation et configuration de Debian** | ||
| - | * Validé avec **Debian Stretch 9** en décembre 2018 | ||
| - | * Bureau MATE avec l' | ||
| - | * Validé avec VirtualBox avec **Debian stretch 9.4** en mars 2018 | ||
| - | </ | ||
| - | ===== Installation de Debian | + | =====Debian |
| + | 15 août 2021 | ||
| + | ====Particularités==== | ||
| + | ===Python=== | ||
| + | Plus d' | ||
| + | |||
| + | sudo pip3 install cecicela | ||
| + | mais | ||
| + | python3.9 -m pip install cecicela | ||
| + | qui installe dans .local | ||
| + | ===Comment installer en paralléle de python3.9 une autre version de python=== | ||
| + | * https:// | ||
| + | |||
| + | <code bash> | ||
| + | sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libsqlite3-dev libreadline-dev libffi-dev curl libbz2-dev -y | ||
| + | cd / | ||
| + | ./configure | ||
| + | make -j8 | ||
| + | sudo make altinstall | ||
| + | python3.7 –version | ||
| + | </ | ||
| + | ====Post install==== | ||
| + | su | ||
| + | / | ||
| + | Se déconnecter, | ||
| + | |||
| + | sudo dpkg --add-architecture i386 | ||
| + | sudo apt install mate-menu mate-desktop-environment-extras locales terminator grsync gparted geany geany-plugins ncdu git blender vlc gnome-system-tools caja-open-terminal thunderbird blender inkscape gimp audacity gdebi keepassxc geeqie simple-scan cheese guvcview openjdk-17-jdk software-properties-common | ||
| + | sudo dpkg-reconfigure locales | ||
| + | |||
| + | ====Bug Geany Plugin Markdown==== | ||
| + | Lancer geany en console pour avoir l' | ||
| + | Dans la cofiguration du plugin Markdown, définir le chemin vers ~.config/ | ||
| + | |||
| + | ====Bug Geany Underscore not displayed==== | ||
| + | * **[[https:// | ||
| + | |||
| + | " | ||
| + | * uncomment line 2 [styling] | ||
| + | * line 90 changer | ||
| + | |||
| + | ## line_height=0; | ||
| + | pour | ||
| + | line_height=0; | ||
| + | ou | ||
| + | line_height=0; | ||
| + | ===== Installation ===== | ||
| === Téléchargement === | === Téléchargement === | ||
| Télécharger le CD netinstall: https:// | Télécharger le CD netinstall: https:// | ||
| + | |||
| + | Exemple: | ||
| + | wget -c https:// | ||
| + | Ne pas utiliser le téléchargement du navigateur | ||
| === Vérification de l' | === Vérification de l' | ||
| - | | + | |
| - | === Gravure | + | === Création de la clé USB bootable |
| * https:// | * https:// | ||
| - | | + | |
| **Ne vous gourrez pas de disque !**. Remplacer x par le bon disque ! Dans le dossier contenant l' | **Ne vous gourrez pas de disque !**. Remplacer x par le bon disque ! Dans le dossier contenant l' | ||
| - | | + | |
| - | | + | |
| === Installation en mode graphique === | === Installation en mode graphique === | ||
| + | Le bureau debian est inutile ! MATE est très partique, vous aurez une bonne productivité ! | ||
| - | Le bureau debian est inutile ! | + | ==== Configuration principale ==== |
| - | + | ||
| - | === Configuration principale === | + | |
| === sudo === | === sudo === | ||
| - | |||
| Ajout de toto à sudo: | Ajout de toto à sudo: | ||
| su | su | ||
| - | | + | |
| Se déconnecter, | Se déconnecter, | ||
| - | === mate-menu est le portage de Mint Menu sur Mate === | + | === Menu === |
| - | < | + | mate-menu est le portage de Mint Menu sur Mate |
| - | sudo apt-get install mate-menu mate-desktop-environment-extras | + | sudo apt install mate-menu mate-desktop-environment-extras |
| - | </ | + | ou |
| + | |||
| + | mate-applet-brisk-menu qui est plus simple, avec rien à configurer | ||
| + | sudo apt install mate-applet-brisk-menu mate-desktop-environment-extras | ||
| === Apparence === | === Apparence === | ||
| Ligne 52: | Ligne 96: | ||
| === Reconfiguration des locales === | === Reconfiguration des locales === | ||
| - | < | + | sudo apt install locales |
| - | sudo apt-get install locales | + | sudo dpkg-reconfigure locales |
| - | sudo dpkg-reconfigure locales | + | |
| - | </ | + | |
| - | === Diminuer la sensibilité | + | =====Installation |
| - | Créer un fichier | + | //__**Ne plus utiliser Xubuntu 18.04**__// voir **[[compilation_de_oepncv_avec_cuda_sur_ubuntu]]** |
| - | < | + | Installer le driver Nvidia avec Pilotes Additionnels |
| - | Section " | + | < |
| - | | + | sudo dpkg --add-architecture i386 |
| - | | + | sudo apt update |
| - | # set the following to 1 1 0 respectively to disable acceleration. | + | sudo apt upgrade |
| - | | + | sudo apt install terminator grsync gparted geany geany-plugins ncdu git blender vlc gnome-system-tools synaptic locales python3-pip build-essential python3-mpi4py multilib dkms gcc |
| - | | + | sudo -H python3 -m pip install --upgrade pip |
| - | Option " | + | sudo -H python3 -m pip install numpy oscpy |
| - | Option " | + | |
| - | Option " | + | |
| - | EndSection | + | |
| - | </ | + | |
| - | ===== Logiciels===== | + | wget http:// |
| - | ==== Outils divers et Système ==== | + | sudo chmod +x cuda_10.2.89_440.33.01_linux.run |
| - | < | + | sudo ./cuda_10.2.89_440.33.01_linux.run |
| - | sudo apt-get install filezilla terminator caja-open-terminal grsync gparted geany geany-plugins ncdu git python3-pip | + | # N' |
| - | </code> | + | nvidia-smi |
| - | < | + | # Bonus |
| - | sudo apt-get install | + | sudo -H python3 -m pip install |
| + | sudo -H python3 | ||
| + | sudo -H python3 -m pip uninstall gym | ||
| + | sudo apt install | ||
| </ | </ | ||
| + | ===== Logiciels Debian Buster ===== | ||
| + | sudo dpkg --add-architecture i386 | ||
| + | sudo apt-get update | ||
| + | |||
| + | ===Logiciels=== | ||
| + | sudo apt install filezilla terminator caja-open-terminal grsync gparted geany geany-plugins ncdu git thunderbird blender inkscape vlc gimp audacity gdebi keepassxc geeqie simple-scan gnome-system-tools locales mate_tweak | ||
| + | |||
| + | ===Imprimantes=== | ||
| + | sudo apt install cups hp-ppd hplip | ||
| + | | ||
| + | http:// | ||
| + | |||
| + | ===System=== | ||
| + | sudo apt install libsdl2-dev zlib1g-dev pkg-config autoconf automake cmake dkms libtool libsdl2-2.0-0 ccache openjdk-8-jdk unzip ffmpeg libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libgstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good libncurses5: | ||
| + | |||
| + | === Python 3.7 === | ||
| + | sudo apt install python3-pip | ||
| + | | ||
| + | **Successfully installed** | ||
| + | \\ MarkupSafe-1.1.0 appdirs-1.4.3 colorama-0.4.1 jinja2-2.10 sh-1.12.14 | ||
| + | sudo pip3 install jinja2 appdirs sh colorama setuptools | ||
| + | | ||
| + | **Building wheels for collected packages: | ||
| + | \\ pyyaml, bs4, twisted, kivy, pyjnius, Kivy-Garden | ||
| + | Installing collected packages: pyyaml, soupsieve, beautifulsoup4, | ||
| + | |||
| + | **Successfully installed** | ||
| + | |||
| + | Automat-0.7.0 Kivy-Garden-0.1.4 PyHamcrest-1.9.0 attrs-18.2.0 beautifulsoup4-4.7.0 bs4-0.0.1 buildozer-0.37 constantly-15.1.0 docutils-0.14 hyperlink-18.0.0 incremental-17.5.0 kivy-1.10.1 lxml-4.2.6 numpy-1.15.4 opencv-python-3.4.5.20 pexpect-4.6.0 ptyprocess-0.6.0 pygame-1.9.4 pygments-2.3.1 pyjnius-1.1.4 pyyaml-3.13 soupsieve-1.6.1 twisted-18.9.0 unidecode-1.0.23 zope.interface-4.6.0 | ||
| + | |||
| + | sudo pip3 install pyyaml bs4 unidecode lxml twisted numpy opencv-python kivy pygame buildozer pyjnius | ||
| + | | ||
| + | === Cython === | ||
| + | sudo apt install python-pip | ||
| + | sudo pip install cython | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Pour forcer une version: | ||
| + | sudo pip install -U --force-reinstall Cython==0.28.6 | ||
| + | ===== Logiciels Debian Stretch ===== | ||
| + | | ||
| + | ==== Du vécu ==== | ||
| + | sudo apt install filezilla terminator caja-open-terminal grsync gparted geany geany-plugins ncdu git thunderbird keepassxc gdebi simple-scan gnome-system-tools | ||
| + | sudo apt install firefox-esr-l10n-fr thunderbird-l10n-fr libreoffice-l10n-fr | ||
| + | sudo dpkg-reconfigure locales | ||
| + | sudo apt install mate_tweak | ||
| + | ==== Geek ==== | ||
| + | sudo apt install autoconf automake build-essential cmake libav-tools python3-dev python3-setuptools dkms python-dev python-setuptools python-pip python3-pip python-freenect | ||
| + | |||
| + | ==== Python ==== | ||
| + | ===Python 2.7=== | ||
| + | sudo apt install python-pip python-dev | ||
| + | sudo pip install twisted numpy opencv-python | ||
| + | | ||
| + | ===Python 3=== | ||
| + | sudo pip3 install twisted numpy opencv-python | ||
| + | sudo pip3 install python3-numpy pyserial python3-opencv | ||
| + | | ||
| ==== Audio video graphisme ==== | ==== Audio video graphisme ==== | ||
| - | < | + | |
| ==== Pure Data ==== | ==== Pure Data ==== | ||
| - | < | + | sudo apt install pd-osc pd-zexy |
| puis définir les paths\\ | puis définir les paths\\ | ||
| Ligne 94: | Ligne 194: | ||
| L' | L' | ||
| - | ==== Création | + | ==== Arduino |
| - | < | + | sudo apt install arduino |
| - | sudo apt-get install arduino | + | sudo usermod |
| - | sudo usermod -a -G dialout Nom_Utilisateur | + | |
| - | </ | + | |
| Se déconnecter et reconnecter. | Se déconnecter et reconnecter. | ||
| - | ==== Python 3.5 ==== | + | =====Sources.list===== |
| - | < | + | ====Debian stretch avec les backports==== |
| - | sudo apt-get install python3-pip python3-dev | + | sudo pluma /etc/apt/sources.list |
| - | sudo pip3 install python3-numpy pyserial python3-opencv | + | |
| - | </code> | + | |
| - | ====Kivy et Buildozer==== | + | <code text> |
| - | * [[kivy_installation|Installation de Kivy]] | + | # Les dépôts officiels Debian Stretch : |
| - | * [[kivy_buildozer_pour_creer_une_application_android_avec_un_script_python|Installation de Buildozer]] | + | deb http:// |
| + | # deb-src http:// | ||
| - | ===== Carte graphique ===== | + | # Debian Stretch, mises-à-jour de sécurité : |
| - | ==== Drivers Nvidia ==== | + | deb http:// |
| - | Les drivers propriétaires améliorent l' | + | # deb-src http:// |
| - | === Ressources === | + | # Debian Stretch, mises-à-jour " |
| - | | + | deb http://deb.debian.org/debian/ stretch-updates main contrib non-free |
| + | # deb-src http:// | ||
| - | === Installation des drivers Nvidia === | + | # Debian Stretch, dépôt de rétroportages (" |
| - | * https://wiki.debian.org/ | + | deb http://deb.debian.org/ |
| - | Les versions ci-dessous sont des résumé du wiki ci-dessus. | + | # deb-src http://deb.debian.org/ |
| + | </ | ||
| - | === Désinstallation des drivers Nvidia === | + | Buster |
| - | < | + | < |
| - | sudo apt-get remove | + | deb http:// |
| - | sudo rm /etc/X11/xorg.conf | + | #deb-src http:// |
| + | |||
| + | deb http:// | ||
| + | #deb-src http://security.debian.org/ buster/ | ||
| + | |||
| + | deb http://ftp.de.debian.org/ | ||
| + | #deb-src http:// | ||
| </ | </ | ||
| - | ==== Bumblebee Pour un portable optimus | + | ===== Carte graphique ===== |
| - | Pour faire tourner le Blender Game Engine, il est inutile d' | + | === Désinstallation des drivers Nvidia === |
| + | sudo apt-get remove --purge nvidia-* | ||
| + | sudo rm / | ||
| - | * https://wiki.debian.org/ | + | ===== Bumblebee Pour un portable optimus ===== |
| + | < | ||
| + | sudo dpkg --add-architecture i386 | ||
| + | sudo apt-get update | ||
| + | sudo nano /etc/modules | ||
| - | < | + | # Déchargement du module nouveau |
| + | sudo modprobe | ||
| + | # Déchargement du module de changement de carte graphique à chaud sous GNU/Linux | ||
| + | sudo modprobe | ||
| - | <code> | + | sudo apt install gcc make linux-headers-amd64 dkms bbswitch-dkms |
| - | sudo adduser $USER bumblebee | + | sudo apt install libelf-dev bumblebee-nvidia primus primus-libs: |
| + | sudo apt install gcc make linux-headers-amd64 dkms bbswitch-dkms libelf-dev bumblebee-nvidia primus primus-libs: | ||
| + | sudo modprobe bbswitch load_state=0 | ||
| + | cat / | ||
| + | su -c 'echo " | ||
| + | nano / | ||
| + | sudo /usr/sbin/adduser $USER bumblebee | ||
| sudo nano / | sudo nano / | ||
| - | TurnCardOffAtExit=true | + | cat / |
| + | sudo service bumblebeed restart | ||
| + | lsmod | grep -i ' | ||
| + | sudo usermod -aG bumblebee $USER | ||
| + | lspci -v | egrep -i ' | ||
| + | lspci -nn | egrep -i " | ||
| + | lsmod | grep -i ' | ||
| + | optirun glxgears -info | ||
| + | sudo modprobe -r nouveau | ||
| + | optirun glxgears -info | ||
| + | glxgears -info | ||
| + | optirun glxgears -info | ||
| </ | </ | ||
| + | ===Test=== | ||
| + | optirun firefox | ||
| + | ou, dans les sources de Blender 2.80 Beta | ||
| + | optirun blender | ||
| + | CUDA est bien actif | ||
| - | | + | ===== VirtualBox Buster 10===== |
| + | * **https://computingforgeeks.com/install-virtualbox-ubuntu-debian/** | ||
| - | < | + | ====Debian Bookworms 12 ==== |
| - | sudo nano / | + | |
| - | # disable card on boot with bbswitch | + | |
| - | bbswitch load_state=0 | + | |
| - | </ | + | |
| + | sudo apt install virtualbox virtualbox-guest-additions-iso | ||
| + | | ||
| + | ===GuestAdditions=== | ||
| + | Le paquet VirtualBox GuestAdditions est dans les dépots. Ne pas définir le cdrom dans le stockage CD de la configuration. | ||
| + | Dans le menu (Ctrl + C), Périphériques, | ||
| - | ===== VirtualBox ===== | + | ===Extensions=== |
| + | wget https:// | ||
| + | |||
| + | Fichiers, Paramètres, | ||
| + | |||
| + | ===Partage=== | ||
| + | Dans l' | ||
| + | sudo usermod -aG vboxusers nom-utilisateur | ||
| + | |||
| + | * Périphériques --> Dissiers partagés --> Réglages des dossiers partagés | ||
| + | * Ajouter un dossier partagé avec l' | ||
| + | * Chemin du dossier: / | ||
| + | * Eteindre, redémarrer. | ||
| + | * data est monté sur le bureau | ||
| + | |||
| + | Pour ajouter un périphérique USB voir https:// | ||
| + | =====VirtualBox | ||
| ====Logiciels installés sur session de base==== | ====Logiciels installés sur session de base==== | ||
| < | < | ||
| su | su | ||
| adduser toto sudo | adduser toto sudo | ||
| - | apt-get install mate-menu mate-desktop-environment-extras locales | + | apt install mate-menu mate-desktop-environment-extras locales |
| dpkg-reconfigure locales | dpkg-reconfigure locales | ||
| </ | </ | ||
| Ligne 183: | Ligne 338: | ||
| ===Installer=== | ===Installer=== | ||
| < | < | ||
| - | sudo apt-get install autoconf automake build-essential cmake caja-open-terminal libav-tools geany geany-plugins ncdu git python-pip python-dev python3-pip python3-dev dkms | + | sudo apt install autoconf automake build-essential cmake caja-open-terminal libav-tools geany geany-plugins ncdu git python-pip python-dev python3-pip python3-dev dkms |
| </ | </ | ||
| Ligne 192: | Ligne 347: | ||
| Périphériques --> Insérer l' | Périphériques --> Insérer l' | ||
| Ouvrir le CD sur le bureau: | Ouvrir le CD sur le bureau: | ||
| - | < | + | sudo apt install gcc make perl |
| + | | ||
| ===Partage=== | ===Partage=== | ||
| Dans l' | Dans l' | ||
| - | | + | sudo usermod -aG vboxsf |
| - | * sudo adduser $USER vboxsf | + | |
| * Périphériques --> Dissiers partagés --> Réglages des dossiers partagés | * Périphériques --> Dissiers partagés --> Réglages des dossiers partagés | ||
| * Ajouter un dossier partagé avec l' | * Ajouter un dossier partagé avec l' | ||
| Ligne 213: | Ligne 369: | ||
| Puis agrandir la partition dans le système hôte avec gparted. | Puis agrandir la partition dans le système hôte avec gparted. | ||
| - | {{tag> | + | =====Des trucs parfois utiles===== |
| + | === Diminuer la sensibilité de la souris === | ||
| + | Créer un fichier / | ||
| + | < | ||
| + | Section " | ||
| + | Identifier "My Mouse" | ||
| + | MatchIsPointer " | ||
| + | # set the following to 1 1 0 respectively to disable acceleration. | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | EndSection | ||
| + | </ | ||
| + | |||
| + | {{tag> | ||
debian_installation_configuration.1544024739.txt.gz · Dernière modification : de serge
