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 [07/04/2023 08:43]
Slyfox [HP ENVY 32]
utilisateurs:slyfox:config:configuration-systeme [08/04/2023 01:12]
Slyfox [Logiciels préférés (paquets deb)]
Ligne 21: Ligne 21:
  
  
-===== Logiciels préférés ​=====+===== Ajouter user au groupe sudo =====
  
-<code root>apt update +<code root>sudo su 
-apt install hardinfo ffmpeg mpv audacious audacity dvdbackup geany geany-plugin* vobcopy ​ yad youtube-dl zenity mplayer picard quodlibet gparted handbrake kid3-cli lsdvd mencoder hardinfo alsa-tools bash-completion</​code>​+echo "​slyfox ​   ALL=(ALL:​ALL) ALL" >> /​etc/​sudoers</​code>​
  
-===== Paquets secondaire ​(à tester) =====+===== Logiciels préférés ​(paquets deb) =====
  
 <code root>apt update <code root>apt update
-apt install ​ build-essential cifs-utils dconf-editor fakeroot fdkaac flac gawk gconf-editor genisoimage git gstreamer1.0-plugins-bad gstreamer1.0-plugins-base intltool libdca0 libdvdcss2 libdvdnav4 libdvdread8 libgpod-dev libgtk2.0-dev libimobiledevice-dev libimobiledevice-utils mtp-tools ​pkg-config python3-tk qpdfview samba  smbclient vorbis-tools xz-utils checkinstall firmware-atheros firmware-iwlwifi unrar firmware-b43-installer caja-open-terminal  ​gnome-calculator ​ minidlna mkvtoolnix mkvtoolnix-gui firmware-brcm80211 firmware-linux firmware-linux-free firmware-linux-nonfree amd64-microcode intel-microcode nvidia-detect nvidia-driver pulseaudio pavucontrol firmware-intel-sound firmware-realtek build-essential firmware-b43-installer+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
 apt upgrade</​code>​ apt upgrade</​code>​
  
-===== HP ENVY 32 =====  
  
-==== Audio ====+===== Logiciels préférés (logitec) =====
  
-<code root>​echo "/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_MASK 0x0 +  * Cemu 
-/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_DIRECTION 0x0 +  * Steam installer 
-/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_DATA 0x0 +  * FreeFileSync 
-sleep 0.5 +  * CoreRenamer 
-/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_MASK 0x04 +  * CorePaint
-/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_DIRECTION 0x04 +
-/​usr/​bin/​hda-verb /​dev/​snd/​hwC0D0 0x01 SET_GPIO_DATA 0x04" > /​opt/​start_hda.txt</​code>​+
  
-<code root>​chmod +x /​opt/​start_hda.txt</​code>​+===== Geany thèmes de couleur =====
  
-Création d'un fichier muet:+<code user>cd /tmp 
 +git clone https://​github.com/​geany/​geany-themes.git 
 +cp -r /​tmp/​geany-themes/​colorschemes ~/​.config/​geany/</​code>​
  
-<code root>​ffmpeg -f lavfi -i anullsrc -t 10 /​opt/​silence.mp3</​code>​+===== Login auto =====
  
 +Paramètres --> Utilisateurs --> Déverrouiller --> Connexion automatique
 +===== HP ENVY 32 ===== 
  
-__Ligne de commande pour raccourcis :__+==== Audio ====
  
-<code user>​Type:​ Application 
-Nom: Start_audio 
-Commande: mpg123 --loop 10000 "/​opt/​silence.mp3"</​code>​ 
  
-<code user>​TypeLancer dans un terminal +Création fichiers muets:
-Nom: Start_hda +
-Commande:​sudo "/​opt/​start_hda.txt"</​code>​+
  
 +<code root>​sudo ffmpeg -f lavfi -i anullsrc -t 1 /​opt/​silence_01.mp3
 +sudo ffmpeg -f lavfi -i anullsrc -t 86400 /​opt/​silence_86400.mp3</​code>​
  
 +Cliquer sur le lien ci-dessous pour télécharger ce fichier et le placer sur le bureau
  
-===== Liste pilote à installer =====+<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>​
  
-<code root>​dmesg | grep firmware</​code>​ 
-https://​debian-facile.org/​doc:​materiel:​wifi:​detecter#​etape-4activer-l-interface-reseau 
  
-===== Information système =====+<code root>​sudo chmod +x "/​home/​slyfox/​Bureau/​Audio_HD"</​code>​
  
-<code user>​hardinfo &</​code>​ +Pour activer l'​audio,​ clic droit sur le fichier "​Audio_HD"​ et choisir "​Excuter en tant que programme"​.
-[[https://​lecrabeinfo.net/​linux-identifier-carte-graphique-pilote-pc.html]]+
  
-===== Pyrenamer ===== 
  
-Télécharger les dernières versions des paquets disponible : 
  
-<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>​ 
  
-<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>​ 
  
  
Ligne 88: Ligne 87:
  
  
 +===== Liste pilote à installer =====
 +
 +<code root>​dmesg | grep firmware</​code>​
 +https://​debian-facile.org/​doc:​materiel:​wifi:​detecter#​etape-4activer-l-interface-reseau
 +
 +===== Information système =====
 +
 +<code user>​hardinfo &</​code>​
 +[[https://​lecrabeinfo.net/​linux-identifier-carte-graphique-pilote-pc.html]]
  
-===== Renommer Desktop en Bureau ===== 
-<file config ~/​.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/​Bureau"​ 
-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"</​file>​ 
  
 ===== Autocomplétion ===== ===== Autocomplétion =====
  
-<code root>apt 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 133: Ligne 123:
 Identifier numéro UUID Identifier numéro UUID
 <code user>​lsblk --fs</​code>​ <code user>​lsblk --fs</​code>​
-<code root>pluma /​etc/​fstab</​code>​+<code root>gedit /​etc/​fstab</​code>​
  
 <​code>#​ Disque externe HDD_STOCKAGE <​code>#​ Disque externe HDD_STOCKAGE
Ligne 144: Ligne 134:
 Donner les droits utilsateur. Donner les droits utilsateur.
 <code root>​chown -R slyfox:​slyfox /​media/​slyfox/​HDD_STOCKAGE/</​code>​ <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>​
  
utilisateurs/slyfox/config/configuration-systeme.txt · Dernière modification: 06/01/2024 20:01 par Slyfox

Pied de page des forums

Propulsé par FluxBB