logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).


L'icône rouge permet de télécharger chaque page du wiki visitée au format PDF et la grise au format ODT → ODT PDF Export

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
utilisateurs:slyfox:config:configuration-systeme [24/03/2019 07:56]
Slyfox [Dépôt]
utilisateurs:slyfox:config:configuration-systeme [22/08/2020 19:19]
Slyfox [Configuration bureau par défaut]
Ligne 3: Ligne 3:
 ===== Graver clé USB live ===== ===== Graver clé USB live =====
  
-<code root>fdisk -l</​code>​+<code root>lsblk --fs</​code>​
  
 <code root>dd if=image.iso of=/dev/sdx bs=4M && sync</​code>​ <code root>dd if=image.iso of=/dev/sdx bs=4M && sync</​code>​
Ligne 10: Ligne 10:
  
  ​{{/​file-Rfd34724d994d65fb28eaa9bbeeda2c22.png}}  ​{{/​file-Rfd34724d994d65fb28eaa9bbeeda2c22.png}}
- 
-<code root>​fdisk -l</​code>​ 
  
 <code root>​umount /​dev/​sdx</​code>​ <code root>​umount /​dev/​sdx</​code>​
Ligne 23: Ligne 21:
 <file apt_sources /​etc/​apt/​sources.list.d/​deb_debian-stable_non-libre.list>​ <file apt_sources /​etc/​apt/​sources.list.d/​deb_debian-stable_non-libre.list>​
  
-# Debian stabledépôt principal + paquets non libres +# Debian stable dépôt principal + paquets non libres 
-    deb http://​deb.debian.org/​debian/​ stable main contrib non-free+deb http://​deb.debian.org/​debian/​ stable main contrib non-free
     ​     ​
-# Debian stablemises à jour de sécurité + paquets non libres +# Debian stable mises à jour de sécurité + paquets non libres 
-    deb http://​security.debian.org/​ stable/​updates main contrib non-free+deb http://​security.debian.org/​ stable/​updates main contrib non-free
     ​     ​
-# Debian ​Stretch, ​mises à jour "​volatiles"​ + paquets non libres +# Debian ​stable ​mises à jour "​volatiles"​ + paquets non libres 
-    deb http://​deb.debian.org/​debian/​ stable-updates main contrib non-free +deb http://​deb.debian.org/​debian/​ stable-updates main contrib non-free 
-     + 
-# Debian ​Stretch, ​dépôt de rétroportages ("​backports"​) +# Debian ​stable ​dépôt de rétroportages ("​backports"​) 
-    deb http://​deb.debian.org/​debian/ ​stretch-backports main contrib non-free +deb http://​deb.debian.org/​debian/ ​buster-backports main contrib non-free 
-     +
- # Debian Multimedia +
-  deb http://​www.deb-multimedia.org stretch main non-free +
-  ​+
 </​file>​ </​file>​
  
 <code root> <code root>
-apt-get update +apt update 
-apt-get install deb-multimedia-keyring +apt upgrade</​code>​
-apt-get install aptitude +
-apt-get update +
-apt-get ​upgrade</​code>​+
  
 +[[https://​debian-facile.org/​doc:​systeme:​apt:​sources.list:​depots-tiers]]
  
 +===== Dépôt multimedia =====
  
-===== Pilote graphique nvidia-detect =====+<code root>​pluma /​etc/​apt/​sources.list</​code>​ 
 + 
 +<file apt_sources /​etc/​apt/​sources.list.d/​deb_debian-stable_non-libre.list>​ 
 +# Debian stable deb-multimedia 
 +deb http://​www.deb-multimedia.org stable main non-free 
 +</​file>​
  
-Le script nvidia-detect (paquet nvidia-detect dans non-free) peut également être utilisé pour identifier le processeur graphique et le pilote adapté.+<code root>​pluma /​etc/​apt/​preferences.d/​50multimedia</​code>​
  
-<code root>aptitude update +<file>Package: * 
-aptitude install nvidia-detect +Pin: release o=Unofficial Multimedia Packages,​a=stable 
-nvidia-detect</code>+Pin-Priority: 100</file>
  
-Lien[[https://​wiki.debian.org/​fr/​NvidiaGraphicsDrivers#​nvidia-detect]]+<code root>​apt-get update -o Acquire::AllowInsecureRepositories=true 
 +apt-get install deb-multimedia-keyring</​code>​
  
 +<note important>​Installation paquet par exemple avidemux:</​note>​
  
-===== Pilote graphique Nvidia GTX 970 (Predator) ​Stretch =====+<code root>apt-get -t stable install avidemux*</​code>​
  
-<code root>​aptitude install linux-headers-$(uname -r) 
-aptitude install -t stretch-backports nvidia-driver 
-reboot</​code>​ 
  
-Lien 1: [[https://​wiki.debian.org/​fr/​NvidiaGraphicsDrivers|debian.org NvidiaGraphicsDrivers]]\\ 
-Lien 2: [[https://​debian-facile.org/​viewtopic.php?​pid=186166#​p186166|DF poste 23]] 
  
  
Ligne 75: Ligne 71:
  
 <code root> <code root>
-aptitude ​install firmware-atheros +apt install firmware-atheros
-modprobe -r ath10k_pci +
-wget https://​github.com/​FireWalkerX/​ath10k-firmware/​blob/​master/​QCA6174/​hw3.0/​board-2.bin +
-cp board-2.bin /​lib/​firmware/​ath10k/​QCA6174/​hw3.0/​board.bin ​+
 </​code>​ </​code>​
  
Ligne 86: Ligne 79:
  
 <code root> <code root>
-aptitude ​install wireless-tools +apt install wireless-tools 
-aptitude ​update +apt update 
-aptitude ​install firmware-iwlwifi+apt install firmware-iwlwifi
 modprobe -r iwlwifi ; modprobe iwlwifi</​code>​ modprobe -r iwlwifi ; modprobe iwlwifi</​code>​
  
-===== Su / sudo ===== 
  
-<code root> +
-adduser slyfox sudo</​code>​+
  
 ===== Paquets préférés ===== ===== Paquets préférés =====
  
-<code root>aptitude ​update +<code root>apt update 
-aptitude ​install ​mate-desktop-environment-extras firmware-iwlwifi ​build-essential ​intltool xz-utils fakeroot ​checkinstall ​pkg-config libgtk2.0-dev git-core gconf-editor audacity ​dconf-editor ​zenity lsdvd ffmpeg ​mplayer mencoder dvdbackup genisoimage mkvtoolnix gawk libdca0 libdvdcss2 libdvdnav4 libdvdread4 minidlna caja-open-terminal mkvtoolnix-gui mkvtoolnix avidemux vobcopy youtube-dl pyrenamer zenity gparted shotwell unrar samba smbclient cifs-utils mpv python3-tk ​gnome-calculator ​shutter fdkaac audacious qpdfview easytag ​gstreamer1.0-plugins-base gstreamer1.0-plugins-bad libimobiledevice-dev libimobiledevice-utils ​libgpod-dev yad mgba-common mgba-sdl mgba-qt quodlibet thunderbird thunderbird-l10n-fr ​fceux aptitude geany geany-plugin-addons geany-plugin-insertnum geany-plugin-prj geany-plugin-autoclose geany-plugin-latex geany-plugin-projectorganizer geany-plugin-automark geany-plugin-lineoperations geany-plugin-py geany-plugin-codenav geany-plugin-lipsum geany-plugins geany-plugin-commander geany-plugin-lua geany-plugins-common geany-plugin-ctags geany-plugin-macro geany-plugin-scope geany-plugin-debugger geany-plugin-markdown geany-plugin-sendmail geany-plugin-defineformat geany-plugin-miniscript geany-plugin-shiftcolumn geany-plugin-devhelp geany-plugin-multiterm geany-plugin-spellcheck geany-plugin-doc geany-plugin-numberedbookmarks geany-plugin-tableconvert geany-plugin-extrasel geany-plugin-overview geany-plugin-treebrowser geany-plugin-gendoc geany-plugin-pairtaghighlighter geany-plugin-updatechecker geany-plugin-geniuspaste ​ geany-plugin-pg geany-plugin-vc geany-plugin-git-changebar geany-plugin-pohelper geany-plugin-webhelper geany-plugin-gproject geany-plugin-prettyprinter geany-plugin-xmlsnippets kid3-cli eyed3 flac vorbis-tools ​tor torbrowser-launcher gcompris gcompris-sound-fr+apt install ​audacious audacity ​build-essential ​caja-open-terminal ​checkinstall ​cifs-utils dconf-editor ​dvdbackup fakeroot fdkaac ​ffmpeg ​firmware-atheros firmware-iwlwifi flac gawk gconf-editor geany geany-plugin* genisoimage git-core gnome-calculator ​gparted ​gstreamer1.0-plugins-bad gstreamer1.0-plugins-base handbrake intltool kid3-cli libdca0 libdvdcss2 libdvdnav4 libdvdread4 libgpod-dev libgtk2.0-dev ​libimobiledevice-dev libimobiledevice-utils ​lsdvd mate-desktop-environment-extras mencoder ​mgba-common mgba-qt mgba-sdl minidlna mkvtoolnix mkvtoolnix-gui mplayer mpv picard pkg-config python3-tk qpdfview ​quodlibet ​samba shotwell smbclient ​thunderbird thunderbird-l10n-fr ​tor torbrowser-launcher unison unrar vobcopy ​vorbis-tools ​xz-utils yad youtube-dl zenity 
 +apt upgrade</​code>​
  
-aptitude upgrade</​code>​ 
  
  
-===== MATE 1.20 - Debian stretch (stable) ​=====+===== Pyrenamer ​=====
  
-<code root> +Télécharger les dernières versions des paquets disponible ​:
-echo -e "\n# Debian stretch (stable) backports\ndeb http://​deb.debian.org/​debian/​ stretch-backports main contrib non-free"​ >> /​etc/​apt/​sources.list +
-aptitude update +
-apt -t stretch-backports install mate-desktop-environment</​code>​+
  
 +<code user>cd /​home/​slyfox
 +wget http://​ftp.ch.debian.org/​debian/​pool/​main/​p/​pyrenamer/​pyrenamer_0.6.0-1.2_all.deb
 +wget http://​ftp.ch.debian.org/​debian/​pool/​main/​g/​gnome-python/​python-gconf_2.28.1+dfsg-1.2_amd64.deb</​code>​
  
-===== MATE ajouter ou enlever des icônes système =====+<code root>apt install /​home/​slyfox/​python-gconf_2.28.1+dfsg-1.2_amd64.deb 
 +apt install /​home/​slyfox/​pyrenamer_0.6.0-1.2_all.deb</​code>​
  
-<code user> dconf-editor</​code>​ 
  
-Puis suivez ce chemin : org/​mate/​caja/​desktop 
  
 ===== Autologin Mate ===== ===== Autologin Mate =====
Ligne 140: Ligne 130:
 session-wrapper=/​etc/​X11/​Xsession session-wrapper=/​etc/​X11/​Xsession
 autologin-user=slyfox</​file>​ autologin-user=slyfox</​file>​
 +
 +===== Configuration bureau par défaut =====
 +
 +<code user>​dconf reset -f /</​code>​
 +
 +===== Renommer Desktop en Bureau =====
 +
 +~/​.config/​user-dirs.dirs
 +
 +# This file is written by xdg-user-dirs-update
 +# If you want to change or add directories,​ just edit the line you're
 +# interested in. All local changes will be retained on the next run.
 +# Format is XDG_xxx_DIR="​$HOME/​yyy",​ where yyy is a shell-escaped
 +# homedir-relative path, or XDG_xxx_DIR="/​yyy",​ where /yyy is an
 +# absolute path. No other format is supported.
 +
 +XDG_DESKTOP_DIR="​$HOME/​OneDrive/​Desktop"​
 +XDG_DOWNLOAD_DIR="​$HOME/​OneDrive/​Downloads"​
 +XDG_TEMPLATES_DIR="​$HOME/​Templates"​
 +XDG_PUBLICSHARE_DIR="​$HOME/​Public"​
 +XDG_DOCUMENTS_DIR="​$HOME/​OneDrive/​Documents"​
 +#​XDG_MUSIC_DIR="​$HOME/​Music"​
 +#​XDG_PICTURES_DIR="​$HOME/​Pictures"​
 +#​XDG_VIDEOS_DIR="​$HOME/​Videos"​
  
 ===== Autocomplétion ===== ===== Autocomplétion =====
  
-<code root>aptitude ​install bash-completion+<code root>apt install bash-completion
 pluma /​etc/​bash.bashrc</​code>​ pluma /​etc/​bash.bashrc</​code>​
  
Ligne 161: Ligne 175:
 ===== Steam ===== ===== Steam =====
  
-Lien forum: ​[[https://​debian-facile.org/atelier:​chantier:​steam-debian-stretch-stable-backports|steam-debian-stretch-stable-backports]]+<note important>​[[https://wiki.debian.org/fr/​Steam#​Syst.2BAOg-mes_64_bits_.28amd64.29]]</​note>​
  
-<code root>​echo -e "\n# Debian stretch (stable) backports\ndeb http://​deb.debian.org/​debian/​ stretch-backports main contrib non-free"​ >> /​etc/​apt/​sources.list +Ajouter si nécessaire ce dépôt:
-dpkg --add-architecture i386 +
-aptitude update +
-aptitude -t stretch-backports install steam +
-aptitude -t stretch-backports install libgl1-nvidia-glx:​i386</​code>​+
  
-Liens: \\ +<​code>​deb http://deb.debian.org/​debian/ ​buster main contrib non-free</code>
-[[https://wiki.debian.org/​fr/Steam]] \\ +
-[[http://​store.steampowered.com/​about/​]] \\ +
-[[https://​www.debian-fr.org/t/steam-sous-debian-wheezy-sid/56701/2]] \\ +
-[[https://​forums.archlinux.fr/​viewtopic.php?​t=18139]]+
  
-===== Visualiser disques Netgear =====+Activer Multi-Arch et mettre à jour la liste des paquets disponibles.
  
-<note warning>**Ne pas oublier de remplacer les xxx**</note>+<code root>dpkg --add-architecture i386 
 +apt update</code>
  
-<code root>​aptitude update +Installez le paquet steam:
-aptitude install samba smbclient cifs-utils</​code>​+
  
-===== Monter disques Netgear graphique =====+<code root>apt install steam</​code>​
  
-Commande ouverture Netgear via caja (Mate).+Installez les pilotes recommandés et les bibliothèques Vulkan 32 bits:
  
-<code user>caja smb://​192.168.0.xxx</code>+<note warning>Lorsque vous installez des bibliothèques 32 bits, assurez-vous qu'​elles ne rentrent pas en conflit avec leur variante 64 bits en surveillant les **suppressions suggérées par Apt** lors de ces opérations.</note>
  
-Option créer un lanceur...+<code root>apt install nvidia-driver nvidia-driver-libs-i386 nvidia-vulkan-icd nvidia-vulkan-icd:​i386 libgl1-mesa-glx:​i386</​code>​
  
-Via terminal+Liens: \\ 
 +[[https://​wiki.debian.org/​fr/​Steam]] \\ 
 +[[http://​store.steampowered.com/​about/​]] \\ 
 +[[https://​www.debian-fr.org/​t/​steam-sous-debian-wheezy-sid/​56701/​2]] \\ 
 +[[https://​forums.archlinux.fr/​viewtopic.php?​t=18139]]
  
-<code user>​smbclient //​192.168.0.xxx/​netgear-disque-interne</​code>​+===== Lecture automatique fichier audio =====
  
-===== Fichier /ect/fstab =====+Installer le paquet gstreamer1.0-tools
  
-(Installation HDD interne Predator)+<code root>apt install gstreamer1.0-tools</​code>​
  
 +===== Monter automatiquement disque externe =====
 +
 +Identifier numéro UUID
 +<code user>​lsblk --fs</​code>​
 <code root>​pluma /​etc/​fstab</​code>​ <code root>​pluma /​etc/​fstab</​code>​
-<​code>#​ 
-# Use '​blkid'​ to print the universally unique identifier for a 
-# device; this may be used with UUID= as a more robust way to name devices 
-# that works even if disks are added and removed. See fstab(5). 
-# 
-# <file system> <mount point> ​  <​type> ​ <​options> ​      <​dump> ​ <​pass>​ 
-# / was on /dev/sda5 during installation 
-UUID=18a3eaf3-95f4-4eb4-8e8e-da581d81fdc9 /               ​ext4 ​   errors=remount-ro 0       1 
-# /boot/efi was on /dev/sda1 during installation 
-UUID=8606-D934 ​ /​boot/​efi ​      ​vfat ​   umask=0077 ​     0       1 
-# /home was on /dev/sda6 during installation 
-UUID=d79875ce-9132-4ade-ad19-b9b5573e03d7 /home           ​ext4 ​   defaults ​       0       2 
-# swap was on /dev/sda7 during installation 
-UUID=39d0e0ab-8071-4590-9596-e712b5f5c8ba none            swap    sw              0       0 
-/​dev/​sr0 ​       /​media/​cdrom0 ​  ​udf,​iso9660 user,​noauto ​    ​0 ​      0 
-/​dev/​disk/​by-id/​wwn-0x50014ee261f11217 /​mnt/​wwn-0x50014ee261f11217 auto nosuid,​nodev,​nofail,​noauto,​x-gvfs-show 0 0 
  
-# HDD interne +<​code>​Disque externe ​HDD 
-#/​dev/​sdc2 ​/media/slyfox/HDD\040SAUVEGARDE ntfs-3g auto,​users,​rw,​nls=utf8,​uid=1000 0 0</​code>​+UUID=28e45d84-9ab0-4f4e-b4f5-ffba6f4a90a9 ​/​media/​HDD ​         ​ext4 ​   defaults ​                2  
 +</​code>​
  
-Si problème aller sur Windows est désactiver le mode hibernation de Windows:+===== Visualiser disques Netgear ===== 
 +<code root> 
 +apt update 
 +apt install samba smbclient cifs-utils</​code>​
  
-<​code>​powercfg -h off</​code>​+Monter disques Netgear graphique
  
-Lien: [[https://​forum.ubuntu-fr.org/​viewtopic.php?​id=1271791]] +Commande ouverture Netgear via caja (Mate).
-Lien: [[https://​www.youtube.com/​watch?​v=-2-A72GDrpY]]+
  
 +<code user>​caja smb://​192.168.0.xxx</​code>​
  
 +Option créer un lanceur…
 +
 +Via terminal
 +
 +<code user>​smbclient //​192.168.0.xxx/​netgear-disque-interne</​code>​
  
  
utilisateurs/slyfox/config/configuration-systeme.txt · Dernière modification: 06/01/2024 20:01 par Slyfox

Pied de page des forums

Propulsé par FluxBB