Outils pour utilisateurs

Outils du site


linux:linux_install101

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édentesRévision précédente
linux:linux_install101 [2023/10/29 07:23] – supprimée - modification externe (Date inconnue) 127.0.0.1linux:linux_install101 [2023/10/29 07:23] (Version actuelle) – ↷ Page déplacée de linux_install101 à linux:linux_install101 ptitfrap
Ligne 1: Ligne 1:
 +=== Ajouter paquet pendant Instalation debian ===
 +  mount -o bind /sys /target/sys
 +  mount -o bind /dev /target/dev
 +  chroot /target
 +  apt install[]
  
 +=== Ethernet sans Network Manager ===
 + 
 +/etc/network/interfaces
 +  auto enp3s0 (eth0)
 +  allow-hotplug enp3s0
 +  iface enp3s0 inet dhcp
 +puis  
 +  # systemctl restart networking
 +
 +
 +=== Wifi avec Network Manager ===
 +  # apt install network-manager
 +  # nmtui / nmcli
 +dans /etc/network/interfaces commenter 
 +  auto ....
 +  
 +
 +=== Sudo ===
 +
 +  # apt install sudo
 +  # sudo visudo
 +  
 +  your-username ALL=(ALL) NOPASSWD:ALL
 +  
 +  # reboot
 +  
 +=== i3 ===
 +
 +  # apt install i3 lightdm xserver-xorg_video-[intel,nouveau,...]
 +  # lightdm --show-config
 +  
 +  [Seat:*]
 +  #autologin-user=
 +  #autologin-user-timeout=0
 +  
 +  # reboot
 +
 +=== i3 CheatSheet ===
 +
 +  $mod + Enter : X-Terminal
 +  Recharger i3 : $mod + Shift + r
 +
 +
 +=== midiHub ===
 +  # apt install python3 python3-pip python3-rtmidi python3-mido geany
 +  # apt install jackd qjackctl
 +  
 +  
 +=== midiDings ===
 +  #  apt install jackd
 +  #  apt install python3-dbus libboost-python1.74.0 libboost-thread1.74.0 python3-decorator
 +  #  apt install python3-liblo python3-pyinotify