linux:linux_install101
Différences
Ci-dessous, les différences entre deux révisions de la page.
| 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.1 | linux: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 === | ||
| + | |||
| + | / | ||
| + | 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 / | ||
| + | auto .... | ||
| + | | ||
| + | |||
| + | === Sudo === | ||
| + | |||
| + | # apt install sudo | ||
| + | # sudo visudo | ||
| + | | ||
| + | your-username ALL=(ALL) NOPASSWD: | ||
| + | | ||
| + | # reboot | ||
| + | | ||
| + | === i3 === | ||
| + | |||
| + | # apt install i3 lightdm xserver-xorg_video-[intel, | ||
| + | # lightdm --show-config | ||
| + | | ||
| + | [Seat:*] | ||
| + | # | ||
| + | # | ||
| + | | ||
| + | # 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 | ||
