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
utilisateurs:slyfox:config:configuration-systeme [30/07/2019 23:30]
Slyfox [Paquets préférés]
utilisateurs:slyfox:config:configuration-systeme [06/01/2024 20:01] (Version actuelle)
Slyfox [Logiciels préférés (paquets deb)]
Ligne 3: Ligne 3:
 ===== Graver clé USB live ===== ===== Graver clé USB live =====
  
-<code root>fdisk -l</​code>​+<code root>sudo lsblk --fs</​code>​
  
-<code root>dd if=image.iso of=/dev/sdx bs=4M && sync</​code>​+<code root>sudo dd if=image.iso of=/dev/sdx bs=4M && sync</​code>​
  
 Problème Problème
Ligne 11: Ligne 11:
  ​{{/​file-Rfd34724d994d65fb28eaa9bbeeda2c22.png}}  ​{{/​file-Rfd34724d994d65fb28eaa9bbeeda2c22.png}}
  
-<code root>fdisk -l</​code>​+<code root>sudo umount /dev/sdx</​code>​
  
-<code root>umount ​/​dev/​sdx</​code>​+<code root>sudo dd if=/​dev/​zero of=/​dev/​sdx ​bs=2048 count=32 ​</​code>​
  
-<code root>dd if=/​dev/​zero of=/dev/sdx bs=2048 count=32 </​code>​ 
  
-===== Dépôt ===== 
  
-<code root>​pluma /​etc/​apt/​sources.list</​code>​+===== Ajouter user au groupe sudo =====
  
-<file apt_sources ​/etc/apt/sources.list.d/​deb_debian-stable_non-libre.list>+<code root>​sudo su 
 +echo "​slyfox ​   ALL=(ALL:​ALL) ALL" >> ​/etc/sudoers</code>
  
-# Debian stable dépôt principal + paquets ​non libres +===== Logiciels préférés (paquets deb) =====
-deb http://​deb.debian.org/​debian/​ stable main contrib non-free +
-     +
-# Debian stable mises à jour de sécurité + paquets non libres +
-deb http://​security.debian.org/​ stable/​updates main contrib non-free +
-     +
-# Debian stable mises à jour "​volatiles"​ + paquets non libres +
-deb http://​deb.debian.org/​debian/​ stable-updates main contrib non-free+
  
-# Debian stable dépôt de rétroportages ("​backports"​) +<code root>​sudo apt update 
-deb http://​deb.debian.org/​debian/​ buster-backports main contrib non-free +sudo apt install hardinfo ffmpeg mpv audacious audacity dvdbackup geany geany-plugin* vobcopy kdenlive yad youtube-dl zenity mplayer picard quodlibet gparted handbrake kid3-cli lsdvd mencoder hardinfo alsa-tools bash-completion gnome-tweaks cmake ninja-build bison cmake curl freeglut3-dev git libgcrypt20-dev libgtk-3-dev libpulse-dev libsecret-1-dev libsystemd-dev nasm ninja-build drawing thunderbird thunderbird-locale-fr soundkonverter kdenlive krename steam-installer fceux firefox-locale-fr gnome-screenshot webp-pixbuf-loader 
-     +sudo apt upgrade</​code>​  
-# Debian stable deb-multimedia +===== Logiciels préférés (logitec) =====
-deb http://​www.deb-multimedia.org stable main non-free+
  
-</​file>​+  * Cemu 
 +  * FreeFileSync 
 +  * Avidemux
  
-<code root> 
-apt-get update 
-apt-get install deb-multimedia-keyring 
-apt-get install aptitude 
-aptitude update 
-aptitude upgrade</​code>​ 
  
 +===== Geany thèmes de couleur =====
  
 +<code user>cd /tmp
 +git clone https://​github.com/​geany/​geany-themes.git
 +cp -r /​tmp/​geany-themes/​colorschemes ~/​.config/​geany/</​code>​
  
-===== Pilote graphique nvidia-detect ​=====+===== Login auto =====
  
-Le script nvidia-detect (paquet nvidia-detect dans non-free) peut également être utilisé pour identifier le processeur graphique et le pilote adapté.+Paramètres ​--> Utilisateurs ​--> Déverrouiller --> Connexion automatique 
 +===== HP ENVY 32 ===== 
  
-<code root>​aptitude update +==== Audio ====
-aptitude install nvidia-detect +
-nvidia-detect</​code>​+
  
-Lien: [[https://​wiki.debian.org/​fr/​NvidiaGraphicsDrivers#​nvidia-detect]] 
  
 +Création fichiers muets:
  
-===== Pilote graphique Nvidia GTX 970 (Predator) ​Stretch =====+<code root>​sudo ffmpeg ​-f lavfi -i anullsrc -t 1 /​opt/​silence_01.mp3 
 +sudo ffmpeg -f lavfi -i anullsrc -t 64800 /​opt/​silence_64800.mp3</​code>​
  
-<code root>​aptitude install linux-headers-$(uname -r) +Cliquer sur le lien ci-dessous pour télécharger ce fichier et le placer sur le bureau
-aptitude install -t stretch-backports nvidia-driver +
-reboot</​code>​+
  
-Lien 1: [[https://wiki.debian.org/fr/NvidiaGraphicsDrivers|debian.org NvidiaGraphicsDrivers]]\\ +<file text Audio_HD>​ 
-Lien 2: [[https://debian-facile.org/viewtopic.php?​pid=186166#​p186166|DF poste 23]]+gnome-terminal -- bash -c "​ffplay -nodisp -autoexit ​/opt/silence_01.mp3 
 +sudo /usr/bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_MASK 0x0 
 +sudo /usr/bin/hda-verb /dev/​snd/​hwC0D0 0x01 SET_GPIO_DIRECTION 0x0 
 +sudo /​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_DATA 0x0 
 +sleep 1 
 +sudo /​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_MASK 0x04 
 +sudo /​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_DIRECTION 0x04 
 +sudo /​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_DATA 0x04 
 +ffplay -nodisp -autoexit /​opt/​silence_64800.mp3" 
 +</​file>​
  
  
-===== Wi-fi =====+<code root>​sudo chmod +x "/​home/​slyfox/​Bureau/​Audio_HD"</​code>​
  
-==== Acer Predator G6-710 ====+Pour activer l'​audio,​ clic droit sur le fichier "​Audio_HD"​ et choisir "​Excuter en tant que programme"​.
  
-<code root> 
-aptitude 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>​ 
  
-Lien du fichier board.bin: [[https://​github.com/​FireWalkerX/​ath10k-firmware/​blob/​master/​QCA6174/​hw3.0/​board-2.bin]] 
  
-==== Packard Bell ==== 
  
-<code root> 
-aptitude install wireless-tools 
-aptitude update 
-aptitude install firmware-iwlwifi 
-modprobe -r iwlwifi ; modprobe iwlwifi</​code>​ 
  
-===== Su / sudo ===== 
  
-<code root> 
-adduser slyfox sudo</​code>​ 
  
-===== Paquets préférés ===== 
  
-<code root>​aptitude update 
-aptitude install aptitude audacious audacity avidemux build-essential caja-open-terminal checkinstall cifs-utils dconf-editor dvdbackup easytag fakeroot fdkaac ffmpeg firmware-iwlwifi flac gawk gcompris-sound-fr gconf-editor geany geany-plugin-addons geany-plugin-autoclose geany-plugin-automark geany-plugin-codenav geany-plugin-commander geany-plugin-ctags geany-plugin-debugger geany-plugin-defineformat geany-plugin-devhelp geany-plugin-doc geany-plugin-extrasel geany-plugin-gendoc geany-plugin-geniuspaste geany-plugin-git-changebar geany-plugin-gproject geany-plugin-insertnum geany-plugin-latex geany-plugin-lineoperations geany-plugin-lipsum geany-plugin-lua geany-plugin-macro geany-plugin-markdown geany-plugin-miniscript geany-plugin-multiterm geany-plugin-numberedbookmarks geany-plugin-overview geany-plugin-pairtaghighlighter geany-plugin-pg geany-plugin-pohelper geany-plugin-prettyprinter geany-plugin-prj geany-plugin-projectorganizer geany-plugin-py geany-plugins geany-plugins-common geany-plugin-scope geany-plugin-sendmail geany-plugin-shiftcolumn geany-plugin-spellcheck geany-plugin-tableconvert geany-plugin-treebrowser geany-plugin-updatechecker geany-plugin-webhelper geany-plugin-xmlsnippets genisoimage git-core gnome-calculator gparted gstreamer1.0-plugins-bad gstreamer1.0-plugins-base 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 pkg-config python3-tk qpdfview quodlibet samba shotwell shutter smbclient thunderbird thunderbird-l10n-fr tor torbrowser-launcher unrar vobcopy vorbis-tools xz-utils yad yed3 youtube-dl zenity 
  
-aptitude upgrade</​code>​ 
  
  
-===== MATE 1.20 - Debian stretch (stable) ​=====+===== Autocomplétion ​=====
  
-<code root> +<code root>sudo gedit /etc/bash.bashrc</​code>​
-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>​+
  
 +Rechercher la ligne **# enable bash completion in interactive shell** et supprimer les dièses (#) sur la portion de code après cette ligne jusqu'​au dernier fi.
  
-===== MATE ajouter ou enlever des icônes système =====+ce qui doit donné au final :
  
-<​code ​userdconf-editor</​code>​+<​code>​# enable bash completion in interactive shells 
 +if ! shopt -oq posix; then 
 +  if [ -f /​usr/​share/​bash-completion/​bash_completion ]; then 
 +    . /​usr/​share/​bash-completion/​bash_completion 
 +  elif [ -f /​etc/​bash_completion ]; then 
 +    . /​etc/​bash_completion 
 +  fi 
 +fi</​code>​
  
-Puis suivez ce chemin : org/​mate/​caja/​desktop 
  
-Pour remettre tout par défaut: 
-<code user>​dconf reset -f /</​code>​ 
  
-===== Autologin Mate ===== 
  
-Ajouter une ligne autologin-utilisateur spécifiant votre nom d'​utilisateur dans le fichier /​usr/​share/​lightdm/​lightdm.conf.d/​60-lightdm-gtk-greeter.conf.+===== Monter automatiquement disque externe =====
  
-<​code ​root+Identifier numéro UUID 
-pluma /usr/share/lightdm/lightdm.conf.d/01_debian.conf+<​code ​user>​lsblk --fs</​code
 +<code root>​sudo gedit /etc/fstab</​code>​ 
 + 
 +<​code>#​ Disque externe HDD_STOCKAGE 
 +UUID=94f63283-8e6d-49dc-99db-8d0385d1d797 ​/media/slyfox/HDD_STOCKAGE ​         ext4    defaults ​          ​0 ​      ​2 ​
 </​code>​ </​code>​
  
-<file config /​usr/​share/​lightdm/​lightdm.conf.d/01_debian.conf+<note warning>​Tester si pas d'​erreur sinon risque de plantage lors du prochain démarrage !</note
-# Debian specific defaults +<code root>​mount ​--all</code>
-+
-use lightdm-greeter session greeter, points to the etc-alternatives managed +
-# greeter +
-# - hide users list by default, we don't want to expose them +
-# - use Debian specific session wrapper, to gain support for +
-/etc/​X11/​Xsession.d scripts+
  
-[SeatDefaults] +Donner les droits utilsateur. 
-greeter-session=lightdm-greeter +<code root>​sudo chown -R slyfox:​slyfox ​/media/slyfox/​HDD_STOCKAGE/</code>
-greeter-hide-users=true +
-session-wrapper=/etc/X11/Xsession +
-autologin-user=slyfox</file>+
  
-===== Autocomplétion ===== 
  
-<code root>​aptitude install bash-completion +===== Cemu =====
-pluma /​etc/​bash.bashrc</​code>​+
  
-Rechercher la ligne **# enable bash completion in interactive shell** et supprimer les dièses (#) sur la portion de code après cette ligne jusqu'​au dernier fi. 
  
-ce qui doit donné au final : 
  
-<​code>#​ enable bash completion in interactive shells 
-if ! shopt -oq posix; then 
-  if [ -f /​usr/​share/​bash-completion/​bash_completion ]; then 
-    . /​usr/​share/​bash-completion/​bash_completion 
-  elif [ -f /​etc/​bash_completion ]; then 
-    . /​etc/​bash_completion 
-  fi 
-fi</​code>​ 
  
-===== Steam =====+Installer le paquet steam qui permet d'​activer le contrôle de mouvements [[https://​github.com/​cemu-project/​Cemu/​issues/​805]] 
 + 
 +<code root>​sudo apt install steam</​code>​ 
 + 
 +Télécharger Cemu. 
 + 
 +<code user>​wget https://​github.com/​cemu-project/​Cemu/​releases/​download/​v2.0-36/​Cemu-2.0-36-x86_64.AppImage</​code>​ 
 + 
 +Lien pour une autre version: [[https://​github.com/​cemu-project/​Cemu/​releases]] 
 + 
 +Autre possibité compiler Cemu: [[https://​github.com/​cemu-project/​Cemu/​blob/​main/​BUILD.md]] 
 +===== WiiUDownloader-Linux-x86_64 ​===== 
 + 
 +WiiUDownloader-Linux-x86_64 permet de trouver les roms. 
 + 
 +Lien: [[https://​testing.agilly1989.xyz/#/​WiiU/​Tools/​Nusdownloaders/​WiiUDownloader]] \\ 
 +Lien (prendre AppImage): [[https://​github.com/​Xpl0itU/​WiiUDownloader/​releases]] 
 + 
 +<code user>​cd 
 +wget https://​github.com/​Xpl0itU/​WiiUDownloader/​releases/​download/​v1.32/​WiiUDownloader-Linux-x86_64.AppImage 
 +chmod +x /​home/​$USER/​WiiUDownloader-Linux-x86_64.AppImage</​code>​ 
 + 
 +Pour lancer WiiUDownloader-Linux-x86_64 
 + 
 +<code user>/​home/​$USER/​WiiUDownloader-Linux-x86_64.AppImage</​code>​
  
-Lien forum: [[https://​debian-facile.org/​atelier:​chantier:​steam-debian-stretch-stable-backports|steam-debian-stretch-stable-backports]]+Cocher "​Decrypt contents"​ et "​Delete encrypted contents after decrytion"​
  
-<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 +Sélectionner la rom --> "Add to queue" --> ​"​Download queue"
-dpkg --add-architecture i386 +
-aptitude update +
-aptitude -t stretch-backports install steam +
-aptitude -t stretch-backports install libgl1-nvidia-glx:​i386</​code>+
  
-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]] 
  
-===== Visualiser disques Netgear ===== 
  
-<note warning>​**Ne pas oublier de remplacer les xxx**</​note>​ 
  
-<code root>​aptitude update 
-aptitude install samba smbclient cifs-utils</​code>​ 
  
-===== Monter disques Netgear graphique ​=====+===== Installation BCML =====
  
-Commande ouverture Netgear via caja (Mate).+Lien: [[https://​github.com/​NiceneNerd/​BCML]] \\ 
 +Lien: [[https://​pypi.org/​project/​bcml/​2.0/​]] \\ 
 +Lien: [[https://​gamebanana.com/​mods/​168235]] \\ 
 +Lien: [[https://​gamebanana.com/​mods/​406768]]
  
-<code user>caja smb://192.168.0.xxx</​code>​+<code user>cd 
 +git clone --recursive https://github.com/​NiceneNerd/​BCML.git 
 +cd ./BCML 
 +python3 setup.py install --user 
 +mkdir "/​home/​$USER/​Mod ZBOW"</​code>​
  
-Option créer un lanceur...+Pour lancer BCML 
 +<code user>​bcml</​code>​
  
-Via terminal+Exemple de configuration (cliquer sur l'​image pour zommer)
  
-<code user>smbclient //​192.168.0.xxx/​netgear-disque-interne</code>+<note important>**Si les chemins sont incomplets dans le dossier mlc0** \\ 
 + \\ 
 +Ouvrir Cemu \\ 
 +Fichier ​--> "​Install game title, update, DLC" \\ 
 +Aller dans les dossiers des roms du jeu ZBOW \\ 
 +Ouvrir les dossiers Game, Uptade et DLC (voir les dossiers code, content, meta) \\ 
 +Cliquer sur ouvrir (l'​exportation se lance)</note>
  
-===== Fichier /ect/fstab ===== 
  
-(Installation HDD interne Predator)+<note important>​Cocher "Use BCML without a Cemu installation"​ et choisir une langue ​(agrandir la fenêtre si nécessaire)</​note>​
  
-<code root>​pluma ​/etc/​fstab</​code>​ + {{/file-R1ebeee406b8ec6be72adc928fcc36c71.png?​1000}}
-<​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 +Si tout est OK une nouvelle fenêrtre s'​ouvrecocher la case dans le rectangle vert d'​information.
-#/dev/sdc2 /​media/​slyfox/​HDD\040SAUVEGARDE ntfs-3g auto,users,​rw,​nls=utf8,​uid=1000 0 0</​code>​+
  
-Si problème aller sur Windows est désactiver ​le mode hibernation de Windows:+Ciquer ​sur "​+"​ (en bas à droite) pour ajouter ​le paquet mod (bnp, zip...) en ciquant sur "​Browse",​ cliquer sur "​Install"​
  
-<​code>​powercfg -h off</​code>​ 
  
-Lien: [[https://​forum.ubuntu-fr.org/​viewtopic.php?​id=1271791]] 
-Lien: [[https://​www.youtube.com/​watch?​v=-2-A72GDrpY]] 
  
  
  
  
utilisateurs/slyfox/config/configuration-systeme.1564522246.txt.gz · Dernière modification: 30/07/2019 23:30 par Slyfox

Pied de page des forums

Propulsé par FluxBB