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 [13/05/2018 20:07]
Slyfox [Graver clé USB live]
utilisateurs:slyfox:config:configuration-systeme [12/04/2023 22:03]
Slyfox [Installation BCML]
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>​
  
 <code root>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>​
-===== Wi-fi ===== 
- 
-==== Acer Predator G6-710 ==== 
- 
-<code root> 
-apt-get 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> 
-apt-get install wireless-tools && apt-get update && apt-get install firmware-iwlwifi && modprobe -r iwlwifi ; modprobe iwlwifi</​code>​ 
  
 ===== Dépôt ===== ===== Dépôt =====
  
-<code root> apt-get install curl wget apt-transport-https dirmngr </code>+[[https://​debian-facile.org/​doc:​systeme:​apt:​sources.list:​depots-tiers]]\\ 
 +[[https://​www.linuxtricks.fr/​wiki/​debian-installer-ou-migrer-vers-debian-sid|Installer ou Migrer vers Debian sid]]
  
-<code root> 
-nano /​etc/​apt/​sources.list</​code>​ 
  
-<note warning>​**__Mettre en premier les dépôts de la distribution de base !__**</​note>​+===== Ajouter user au groupe sudo =====
  
-==== Stable ​(stretch====+<code root>​sudo su 
 +echo "​slyfox ​   ALL=(ALL:ALLALL" >> /​etc/​sudoers</​code>​
  
-<file apt_sources /​etc/​apt/​sources.list.d/​deb_debian-stretch_non-libre.list>​+===== Logiciels préférés (paquets deb) =====
  
-#------------------------------------------------------------------------------#​ +<code root>apt update 
-#                   ​OFFICIAL DEBIAN REPOS                    ​ +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 
-#​------------------------------------------------------------------------------#​+apt upgrade</​code> ​ 
 +===== Logiciels préférés (logitec) =====
  
-# Debian Main Repos +  * Cemu 
-deb http://​deb.debian.org/​debian/​ stable main contrib non-free +  * Steam installer 
-deb-src http://​deb.debian.org/​debian/​ stable main contrib non-free+  * FreeFileSync 
 +  * CoreRenamer 
 +  * CorePaint
  
-deb http://​deb.debian.org/​debian/​ stable-updates main contrib non-free +===== Geany thèmes de couleur =====
-deb-src http://​deb.debian.org/​debian/​ stable-updates main contrib non-free+
  
-deb http://deb.debian.org/debian-security stable/updates main +<code user>cd /tmp 
-deb-src http://deb.debian.org/debian-security stable/updates main+git clone https://github.com/geany/geany-themes.git 
 +cp -/tmp/​geany-themes/​colorschemes ~/.config/geany/</code>
  
-deb http://​ftp.debian.org/​debian stretch-backports main +===== Login auto =====
-deb-src http://​ftp.debian.org/​debian stretch-backports main+
  
-#------------------------------------------------------------------------------#​ +Paramètres ​--> Utilisateurs ​--> Déverrouiller ​--> Connexion automatique 
-#                      UNOFFICIAL ​ REPOS                        +===== HP ENVY 32 ===== 
-#​------------------------------------------------------------------------------#​+
  
-#Adapta GTK Theme +==== Audio ====
-deb http://​ppa.launchpad.net/​tista/​adapta/​ubuntu artful main +
-deb-src http://​ppa.launchpad.net/​tista/​adapta/​ubuntu artful main+
  
-#Debian Multimedia 
-deb [arch=amd64,​i386] https://​www.deb-multimedia.org stable main non-free 
  
-#Paper GTK Theme +Création fichiers muets:
-deb http://​ppa.launchpad.net/​snwh/​pulp/​ubuntu yakkety main +
-deb-src http://​ppa.launchpad.net/​snwh/​pulp/​ubuntu yakkety main+
  
-#Papirus GTK Theme +<code root>​sudo ffmpeg -f lavfi -i anullsrc -t 1 /opt/silence_01.mp3 
-deb http://ppa.launchpad.net/​papirus/​papirus/​ubuntu artful main  +sudo ffmpeg ​-f lavfi -i anullsrc -t 86400 /opt/silence_86400.mp3</code>
-deb-src http://ppa.launchpad.net/​papirus/​papirus/ubuntu artful main +
  
-#Steam +Cliquer sur le lien ci-dessous pour télécharger ce fichier et le placer sur le bureau
-deb [arch=i386,​amd64] http://​repo.steampowered.com/​steam/​ precise steam +
- +
-#Wine +
-deb [arch=i386] https://​dl.winehq.org/​wine-builds/​debian/​ stretch main</​file>​ +
- +
-<code root>​apt-get update +
-apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys EAC0D406E5D79A82ADEEDFDFB76E53652D87398A +
-wget http://​www.deb-multimedia.org/​pool/​main/​d/​deb-multimedia-keyring/​deb-multimedia-keyring_2016.8.1_all.deb && dpkg -i deb-multimedia-keyring_2016.8.1_all.deb +
-apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 3766223989993A70 +
-apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys E58A9D36647CAE7F +
-apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7 +
-apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 818A435C5FCBF54A +
-apt-get update +
-apt-get upgrade</​code>​ +
- +
-==== Sid / unstable ==== +
- +
-<file apt_sources /​etc/​apt/​sources.list.d/​deb_debian-unstable_non-libre.list>​ +
- +
-#Dépôts sid +
- deb http://​ftp.ch.debian.org/​debian/​ sid main contrib non-free +
- ​deb-src http://​ftp.ch.debian.org/​debian/​ sid main contrib non-free +
- +
-# Debian Multimedia +
-  deb http://​www.deb-multimedia.org sid main non-free +
- +
-# Steam for Linux +
-  deb [arch=i386] http://​repo.steampowered.com/​steam/​ precise steam+
  
 +<file text Audio_HD>​
 +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_86400.mp3"​
 </​file>​ </​file>​
  
-<code root>​apt-get update 
-apt-get install deb-multimedia-keyring 
-apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7 
-apt-get update</​code>​ 
  
-==== Priorité sur distribution (si dépôt stretch et Sid) ====+<code root>​sudo chmod +x "/​home/​slyfox/​Bureau/​Audio_HD"</​code>​
  
-<code root>​pluma /​etc/​apt/​preferences.d/​00source</​code>​+Pour activer l'​audio,​ clic droit sur le fichier "​Audio_HD"​ et choisir "​Excuter en tant que programme"​.
  
-<​code>​Package:​ * 
-Pin: release a=stable 
-Pin-Priority:​ 900 
  
-Package: * 
-Pin: release o=Debian 
-Pin-Priority:​ -10 
-</​code>​ 
  
-Pour installer un paquet d'un autre dépôt: 
  
-<code root>​apt-get install -t sid nom-du-paquet</​code>​ 
  
-Lien: [[http://​tycale.be/​debian-mixer-stable-testing-et-unstable/​]] 
  
-==== Migration Stable à Sid ==== 
  
-Changer le /​etc/​apt/​sources.list par les dépôts Sid 
  
-<code root>​apt-get update 
-apt-get upgrade 
-apt-get dist-upgrade</​code>​ 
  
-===== Pilote graphique Nvidia GTX 970 (Predator) - Stretch ​=====+===== Liste pilote à installer ​=====
  
-<code root>apt-get install linux-headers-$(uname -r) +<code root>dmesg | grep firmware</​code>​ 
-apt-get install ​-t stretch-backports nvidia-settings +https://​debian-facile.org/​doc:​materiel:​wifi:​detecter#​etape-4activer-l-interface-reseau
-apt-get install nvidia-persistenced +
-apt-get install -t stretch-backports nvidia-driver +
-reboot</​code>​+
  
-Lien 1: [[https://​wiki.debian.org/​fr/​NvidiaGraphicsDrivers|debian.org NvidiaGraphicsDrivers]]\\ +===== Information système =====
-Lien 2: [[https://​debian-facile.org/​viewtopic.php?​pid=186166#​p186166|DF poste 23]]+
  
 +<code user>​hardinfo &</​code>​
 +[[https://​lecrabeinfo.net/​linux-identifier-carte-graphique-pilote-pc.html]]
  
  
- 
- 
- 
-===== Su / sudo ===== 
- 
-<code root> 
-adduser slyfox sudo</​code>​ 
- 
- 
- 
-===== Paquets préférés ===== 
- 
-<code root>​apt-get update 
-apt-get 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 faenza-icon-theme 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 geany geany-plugin* thunderbird thunderbird-l10n-fr 
-apt-get upgrade</​code>​ 
- 
-===== Steam ===== 
- 
-<code root>​dpkg --add-architecture i386 
-apt-get update 
-apt-get upgrade 
-apt-get install -t stretch-backports libgl1-nvidia-glx:​i386 
-apt-get update 
-apt-get install -t stretch-backports libxtst6:​i386 libxrandr2:​i386 libgl1-mesa-glx:​i386 libglib2.0-0:​i386 libgtk2.0-0:​i386 libpulse0:​i386 libgdk-pixbuf2.0-0:​i386 libgl1-nvidia-glx:​i386 
-apt-get install steam</​code>​ 
- 
-Lien: [[https://​debian-facile.org/​doc:​jeux:​steam]] 
- 
----- 
- 
-Si problème, essayer cette commande qui indique les paquets manquants et à installer: 
- 
-<code user>​STEAM_RUNTIME=0 steam</​code>​ 
- 
-<note important>​Attention! Il faut installer les paquets manquants en **32 bits (i386).**</​note>​ 
- 
-Si cet avertissement:​ 
- 
-<​code>​Could not load module '​vgui2_s.so'​. 
- 
-For more information visit https://​support.steampowered.com/​kb_article.php?​ref=9205-OZVN-0660</​code>​ 
- 
-Avant d'​aller plus loin lancer Steam (normalement) via l’onglet "​Jeu"​ ou \\ 
-voir ce lien: [[https://​support.steampowered.com/​kb_article.php?​ref=9205-OZVN-0660]] 
- 
-<​code>​ 
-cd /​home/​slyfox/​.steam/​bin32 
-LD_LIBRARY_PATH=. ldd vgui2_s.so 
-</​code>​ 
- 
-Liens: \\ 
-[[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]] 
- 
- 
- 
- 
- 
- 
- 
-===== MATE ajouter ou enlever des icônes système ==== 
- 
-<code user> dconf-editor</​code>​ 
- 
-Puis suivez ce chemin : org/​mate/​caja/​desktop 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
-===== 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. 
- 
-<code root> 
-pluma /​usr/​share/​lightdm/​lightdm.conf.d/​01_debian.conf 
-</​code>​ 
- 
-<file config /​usr/​share/​lightdm/​lightdm.conf.d/​01_debian.conf>​ 
-# Debian specific defaults 
-# 
-# - 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] 
-greeter-session=lightdm-greeter 
-greeter-hide-users=true 
-session-wrapper=/​etc/​X11/​Xsession 
-autologin-user=slyfox 
- 
-</​file>​ 
  
 ===== Autocomplétion ===== ===== Autocomplétion =====
  
-<code root>apt-get install bash-completion +<code root>gedit /​etc/​bash.bashrc</​code>​
-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. 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.
Ligne 287: Ligne 115:
  
  
-===== Visualiser disques Netgear ===== 
  
-<note warning>​**Ne pas oublier de remplacer les xxx**</​note>​ 
  
-<code root>apt-get update && apt-get install samba smbclient cifs-utils</​code>​+===== Monter automatiquement disque externe ===== 
 + 
 +Identifier numéro UUID 
 +<code user>​lsblk --fs</​code>​ 
 +<code root>gedit /​etc/​fstab</​code>​ 
 + 
 +<​code>#​ Disque externe HDD_STOCKAGE 
 +UUID=94f63283-8e6d-49dc-99db-8d0385d1d797 /​media/​slyfox/​HDD_STOCKAGE ​         ext4    defaults ​          ​0 ​      2  
 +</​code>​ 
 + 
 +<note warning>​Tester si pas d'​erreur sinon risque de plantage lors du prochain démarrage !</​note>​ 
 +<code root>​mount --all</​code>​ 
 + 
 +Donner les droits utilsateur. 
 +<code root>​chown -R slyfox:​slyfox /​media/​slyfox/​HDD_STOCKAGE/</​code>​ 
 + 
 +===== Créer un lien ===== 
 + 
 +<code user>​ln ​-s [fichier cible] [Nom de fichier symbolique]</​code>​
  
-==== Monter disques Netgear graphique ​====+===== Installation Cemu =====
  
-Commande ouverture Netgear via caja (Mate).+[[https://​github.com/​cemu-project/​Cemu/​blob/​main/​BUILD.md|github]]
  
-<code user>caja smb://192.168.0.xxx</​code>​+<code root>​sudo apt install -y cmake curl freeglut3-dev git libgcrypt20-dev libgtk-3-dev libpulse-dev libsecret-1-dev libsystemd-dev nasm ninja-build clang-12 g++</​code>​ 
 +<code user> 
 +git clone --recursive https://github.com/​cemu-project/​Cemu 
 +cd Cemu 
 +cmake -S -B build -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/​usr/​bin/​gcc -DCMAKE_CXX_COMPILER=/​usr/​bin/​g++ -G Ninja 
 +cmake --build build</​code>​
  
-Option créer un lanceur...+<note warning>​Redémarrer le PC</​note>​
  
-Via terminal+Pour lancer Cemu ce mettre dans le dossier "​Cemu"​
  
-<code user>smbclient ​//192.168.0.xxx/​netgear-disque-interne</​code>​+<code user>./bin/Cemu_release</​code>​
  
-==== Fichier /​ect/​fstab ​====+===== Installation BCML =====
  
-(Installation HDD interne Predator)+Lien: [[https://​github.com/​NiceneNerd/​BCML]] \\ 
 +Lien: [[https://​pypi.org/​project/​bcml/​2.0/​]] ​
  
-<​code ​root>pluma /​etc/​fstab</​code>​ +<​code ​user>cd 
-<​code>#​ +git clone --recursive https://github.com/NiceneNerd/BCML.git 
-# Use '​blkid'​ to print the universally unique identifier for a +cd ./BCML 
-# device; this may be used with UUID= as a more robust way to name devices +python3 setup.py install ​--user 
-# that works even if disks are added and removed. See fstab(5). +mkdir "mkdir "/home/$USER/Cemu/Mod""<​/code>
-+
-# <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 +Pour lancer BCML 
-#/dev/sdc2 /​media/​slyfox/​HDD\040SAUVEGARDE ntfs-3g auto,​users,​rw,​nls=utf8,​uid=1000 0 0</​code>​+<code user>​bcml</​code>​
  
-Si problème aller sur Windows est désactiver le mode hibernation ​de Windows:+Exemple ​de configuration (cliquer sur l'​image pour zommer)
  
-<code>​powercfg -h off</code>+<note important>​Si les chemins sont incomplets, ouvrir Cemu, fichier, "​Install game title, update, DLC", aller dans les dossiers des roms, ouvrir les dossiers Game, uptade et DLC (voir les dossiers ​code, content, meta) et cliquer sur ouvrir, l'​exportation se lance</note>
  
-Lien: [[https://​forum.ubuntu-fr.org/​viewtopic.php?​id=1271791]] 
-Lien: [[https://​www.youtube.com/​watch?​v=-2-A72GDrpY]] 
  
 +<note important>​Cocher "Use BCML without a Cemu installation"</​note>​
  
 + ​{{/​file-Rad45b8443faa4b3ab562b9ea61d789f6.png?​1000}}
  
  
utilisateurs/slyfox/config/configuration-systeme.txt · Dernière modification: 06/01/2024 20:01 par Slyfox

Pied de page des forums

Propulsé par FluxBB