« Ubuntu » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(3 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 4 : | Ligne 4 : | ||
[https://blog.kiatoo.com/astuces-high-tech/astuces-pc/comment-utiliser-ubuntu-linux-guide-5119 Comment utiliser Ubuntu Linux ? Guide pour commencer]<br /> | [https://blog.kiatoo.com/astuces-high-tech/astuces-pc/comment-utiliser-ubuntu-linux-guide-5119 Comment utiliser Ubuntu Linux ? Guide pour commencer]<br /> | ||
[https://www.malekal.com/comment-accelerer-ubuntu/ Comment accélérer Ubuntu]<br /> | [https://www.malekal.com/comment-accelerer-ubuntu/ Comment accélérer Ubuntu]<br /> | ||
[https://www.malekal.com/category/gnu_linux/ubuntu/ malekal.com ubuntu] | [https://www.malekal.com/category/gnu_linux/ubuntu/ malekal.com ubuntu]<br /> | ||
[https://www.malekal.com/conseils-apres-installation-ubuntu/ Conseils après installation ubuntu] | |||
Ligne 18 : | Ligne 19 : | ||
<code>ctrl + alt + F3</code> | <code>ctrl + alt + F3</code> | ||
Pour revenir <code>ctrl + alt + F2</code> | Pour revenir <code>ctrl + alt + F2</code> | ||
== Terminal == | |||
<code>Zoom In : Ctrl Shift + </code><br /> | |||
<code>Zoom Out: Ctrl - </code><br /> | |||
<code>Zoom 100%: Ctrl 0</code> | |||
== Trucs inutiles == | == Trucs inutiles == | ||
tty-clock -scrSB | tty-clock -scrSB | ||
cmatrix | cmatrix | ||
Ligne 31 : | Ligne 36 : | ||
inxi | inxi | ||
cpu-x | cpu-x | ||
== Gnome 46 == | == Gnome 46 == | ||
Ligne 78 : | Ligne 82 : | ||
lsb_release -a | lsb_release -a | ||
</pre> | </pre> | ||
== autofs (auto.master) == | |||
[http://doc.ubuntu-fr.org/autofs doc ubuntu autofs] | |||
<pre>sudo service autofs restart</pre> | |||
[[category:linux]] | [[category:linux]] |
Dernière version du 29 janvier 2025 à 22:11
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
Terminal
Zoom In : Ctrl Shift +
Zoom Out: Ctrl -
Zoom 100%: Ctrl 0
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