« Linux » : différence entre les versions

De WikiRP
Ligne 19 : Ligne 19 :


apt install vlc
apt install vlc
apt install telegram-desktop
===== Mise à jour des logiciels =====
https://doc.ubuntu-fr.org/apt-cli
apt update -> apt full-upgrade


===== Autologin (ok) =====
===== Autologin (ok) =====

Version du 27 janvier 2024 à 14:16


Astuces, logiciel et distri de Linux

Mint

https://linuxmint.com/ https://flathub.org/ - Spotify - Gimp - VLC - Telegram - Flameshot

Debian

https://www.debian.org/

apt install gimp

apt install vlc

apt install telegram-desktop

Mise à jour des logiciels

https://doc.ubuntu-fr.org/apt-cli

apt update -> apt full-upgrade

Autologin (ok)

/etc/lightdm/lightdm.conf

#autologin-guest=false

autologin-user= ' le nom de l'utilisateur '

autologin-user-timeout=0

#autologin-in-background=false

Grub Timeout=0 (ok ?)

/etc/default/grub

GRUB_TIMEOUT=0

update-grub

apt-get install grub-pc