Aller au contenu

Ubuntu

De Marmits Wiki

fr.ubunlog.com (Tutoriels, actualités, programmes, astuces, bureaux Linux, logiciels, actualités pour Ubuntu)
Les raccourcis clavier utiles
Meilleurs trucs et astuces pour une expérience agréable sur Ubuntu
Comment utiliser Ubuntu Linux ? Guide pour commencer
Comment accélérer Ubuntu
malekal.com ubuntu
Conseils après installation ubuntu


Demarrage

affichage permanent defilement console : changer
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
en
GRUB_CMDLINE_LINUX_DEFAULT=
puis
sudo update-grub

mode console

ctrl + alt + F3 Pour revenir ctrl + alt + F2

Trucs inutiles

tty-clock -scrSB
cmatrix
cmatrix -o
sudo unimatrix -w -s 98 (japonais)
https://doc.ubuntu-fr.org/asciiquarium
https://doc.ubuntu-fr.org/caca-utils

Infos systèmes

inxi
cpu-x


Gnome 46

https://circle.gnome.org

Bureau

On the GNOME desktop environment, you can use CTRL-ALT-D or Super + D to minimise all and give focus to the desktop. You can also use ALT-F9 to minimise the current window. I think these are the same for Ubuntu/Unity.

https://www.reddit.com/r/gnome/comments/no4r84/is_it_possible_to_add_a_show_desktop_minimize_all/

Gestionnaire graphique d'applications

gnome-packagekit
gnome-software
synaptic
snap store

Applis

https://www.omgubuntu.co.uk/2023/01/gtk-image-converter-app-for-linux
https://www.omgubuntu.co.uk/2023/05/tube-converter-linux-app-new-features
https://www.appimagehub.com
linux mint audio

Divers

linux login screan
configurer linux kernel
notifications

AppImage

Créer manuellement un lanceur, qu'on placera dans le répertoire caché ~/.local/share/applications/, et qui apparaitra ainsi dans le menu des applications Ubuntu. Pour créer ce lanceur, créer un fichier au format texte que vous appellerez nom_du_programme.desktop.
Dans ce fichier, collez les commandes suivantes (l'exemple ci-dessous est avec le programme Audacity, adaptez-le à vos besoins) :

[Desktop Entry]
Encoding=UTF-8
Type=Application
Categories=Audio;AudioVideo;
Name=Audacity
Comment=Editions de fichiers audio
Exec=/home/<votre_nom_utilisateur>/Documents/appimage/audacity-linux-3.1.3-x86_64.AppImage
Icon=audacity
StartupNotify=false
Terminal=false
Hidden=false
Version ubuntu 
lsb_release -a

autofs (auto.master)

sudo service autofs restart