« Ubuntu » : différence entre les versions

 
(32 versions intermédiaires par le même utilisateur non affichées)
Ligne 7 : Ligne 7 :
[https://www.malekal.com/conseils-apres-installation-ubuntu/ Conseils après installation ubuntu]
[https://www.malekal.com/conseils-apres-installation-ubuntu/ Conseils après installation ubuntu]


== Demarrage ==
<syntaxhighlight lang="bash" line copy>
# affichage permanent defilement console :
# changer
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
# en
GRUB_CMDLINE_LINUX_DEFAULT=
# puis
sudo update-grub
</syntaxhighlight>


== Demarrage ==
affichage permanent defilement console : 
changer<br />
<code>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"</code><br />
en<br />
<code>GRUB_CMDLINE_LINUX_DEFAULT=</code><br />
puis<br />
<code>sudo update-grub</code>
== mode console ==
== mode console ==
<code>ctrl + alt + F3</code>   
<code>ctrl + alt + F3</code>   
Ligne 21 : Ligne 23 :


== Terminal ==
== Terminal ==
<code>Zoom In : Ctrl Shift + </code><br />
<syntaxhighlight lang="bash" line copy>
<code>Zoom Out: Ctrl - </code><br />
#Zoom In :  
<code>Zoom 100%: Ctrl 0</code>
Ctrl Shift +  
#Zoom Out:  
Ctrl -
#Zoom 100%:  
Ctrl 0
</syntaxhighlight>


== Trucs inutiles ==
== Trucs inutiles ==
tty-clock -scrSB
voir :
cmatrix
* [[Commandes_bash_fun#🟢_cmatrix|🟢cmatrix]]
cmatrix -b -r -u5 -s
* [[Commandes_bash_fun#🕒_tty-clock|🕒tty-clock]]
cmatrix -o
* [[Commandes_bash_fun#🐱_nyancat|🐱_nyancat]]
unimatrix -s 98 (japonais)
* [[Commandes_bash_fun#🐄_cowsay|🐄_cowsay]]
https://doc.ubuntu-fr.org/asciiquarium
<syntaxhighlight lang="bash" line copy>
https://doc.ubuntu-fr.org/caca-utils
unimatrix -s 98
</syntaxhighlight>
* https://doc.ubuntu-fr.org/asciiquarium
* https://doc.ubuntu-fr.org/caca-utils
 
== Version ubuntu  ==
<syntaxhighlight lang="bash" line>
lsb_release -a
</syntaxhighlight>


== Infos systèmes ==
== Infos systèmes ==
inxi
<syntaxhighlight lang="bash" line>
cpu-x
inxi
cpu-x
</syntaxhighlight>


== Gnome 46 ==
== Gnome 46 ==
https://circle.gnome.org
*https://circle.gnome.org


== Bureau ==
== Bureau ==
On the GNOME desktop environment, you can use <code>CTRL-ALT-D</code> or <code>Super + D</code>  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.
On the GNOME desktop environment, you can use <code>CTRL-ALT-D</code> or <code>Super + D</code>  to minimise all and give focus to the desktop. <br />
https://www.reddit.com/r/gnome/comments/no4r84/is_it_possible_to_add_a_show_desktop_minimize_all/
You can also use <code>ALT-F9</code> 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 ==
== Gestionnaire graphique d'applications ==
Ligne 52 : Ligne 70 :


== Applis ==
== Applis ==
https://www.omgubuntu.co.uk/2023/01/gtk-image-converter-app-for-linux
*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.omgubuntu.co.uk/2023/05/tube-converter-linux-app-new-features
https://www.appimagehub.com
*https://www.appimagehub.com
[https://wiki.visionduweb.fr/index.php/Installer_et_personnaliser_Linux_Mint#Audio linux mint audio]
*[https://wiki.visionduweb.fr/index.php/Installer_et_personnaliser_Linux_Mint#Audio linux mint audio]


== Divers ==
== Divers ==
[https://www.linuxuprising.com/2018/12/how-to-change-default-display-manager.html linux login screan]
*[https://www.linuxuprising.com/2018/12/how-to-change-default-display-manager.html linux login screan]
[https://blog.eleven-labs.com/fr/configurer-kernel-linux/ configurer linux kernel]
*[https://blog.eleven-labs.com/fr/configurer-kernel-linux/ configurer linux kernel]
[https://help.ubuntu.com/stable/ubuntu-help/shell-notifications.html.fr notifications]
*[https://help.ubuntu.com/stable/ubuntu-help/shell-notifications.html.fr notifications]


== AppImage ==
== Lanceurs (fichiers .desktop) ==
Créer manuellement un lanceur, qu'on placera dans le répertoire caché <code>~/.local/share/applications/</code>, et qui apparaitra ainsi dans le menu des applications  Ubuntu. 
Sur les systèmes GNU-Linux comme Ubuntu, les lanceurs sont des fichiers donnant accès, à la manière d'un "raccourci", à un logiciel, à un fichier, ou à un dossier.
Pour créer ce lanceur, créer un fichier au format texte que vous appellerez <code>nom_du_programme.desktop</code>.<br />
 
Dans ce fichier, collez les commandes  suivantes (l'exemple ci-dessous est avec le programme Audacity, adaptez-le à vos besoins) :
ex avec Whatsapp:
<pre>
<syntaxhighlight lang="bash" line>
nano ~/.local/share/applications/whatsapp-web.desktop
</syntaxhighlight>
 
<syntaxhighlight lang="bash" line>
#!/usr/bin/env xdg-open
[Desktop Entry]
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Type=Application
Categories=Audio;AudioVideo;
Name=WhatsApp Web
Name=Audacity
Exec=/snap/bin/chromium "--profile-directory=Profile 3" --ignore-profile-directory-if-not-exists https://web.whatsapp.com/
Comment=Editions de fichiers audio
Icon=/home/[user]/snap/chromium/common/chromium/Profile 3/Web Shortcut Icons/shortcut-d40211678368f1445f8bc21775a3259d.png
Exec=/home/<votre_nom_utilisateur>/Documents/appimage/audacity-linux-3.1.3-x86_64.AppImage
URL=https://web.whatsapp.com/
Icon=audacity
Comment=Ouvrir https://web.whatsapp.com/ dans un nouvel onglet dans Chromium.
StartupNotify=false
</syntaxhighlight>
Terminal=false
 
Hidden=false
<syntaxhighlight lang="bash" line copy>
</pre>
chmod +x ~/.local/share/applications/whatsapp-web.desktop
<pre>
</syntaxhighlight>
Version ubuntu
 
lsb_release -a
'''WhatsApp Web''' se trouve maintenant dans le menu des applications d'Ubuntu.
</pre>
 
ex: Tor
<syntaxhighlight lang="bash" line>
[Desktop Entry]
Type=Application
Name=Tor Browser
GenericName=Web Browser
Comment=Tor Browser  is +1 for privacy and −1 for mass surveillance
Categories=Network;WebBrowser;Security;
Exec=sh -c '"/home/[user]/tor-browser-linux-x86_64-13.0.14/tor-browser/Browser/start-tor-browser" --detach || ([ !  -x "/home/[user]/tor-browser-linux-x86_64-13.0.14/tor-browser/Browser/start-tor-browser" ] && "$(dirname "$*")"/Browser/start-tor-browser --detach)' dummy %k
X-TorBrowser-ExecShell=./Browser/start-tor-browser --detach
Icon=/home/[user]/tor-browser-linux-x86_64-13.0.14/tor-browser/Browser/browser/chrome/icons/default/default128.png
StartupWMClass=Tor Browser
</syntaxhighlight>


== autofs (auto.master) ==
== autofs (auto.master) ==
[http://doc.ubuntu-fr.org/autofs doc ubuntu autofs]
*[http://doc.ubuntu-fr.org/autofs doc ubuntu autofs]
<pre>sudo service autofs restart</pre>
<syntaxhighlight lang="bash" line copy>
sudo service autofs restart
</syntaxhighlight>
 
== Docker ==
*[https://kinsta.com/fr/blog/installer-docker-ubuntu/ installer docker ubuntu]
*[https://docs.docker.com/desktop/setup/install/linux/ubuntu/ Install and Update Docker Desktop]
<syntaxhighlight lang="bash" line copy>
systemctl start docker
</syntaxhighlight>
 
== Application LocalSend ==
Partagez des fichiers avec vos appareils à proximité.
Gratuit, open-source et cross-plateforme.
* [https://localsend.org/fr localsend.org]
 
== gnome-sushi ==
*[https://doc.ubuntu-fr.org/gnome-sushi gnome-sushi]
Gnome-sushi est une application qui permet de prévisualiser tous types de fichiers (PDF, libre-office, musique …) en appuyant sur la barre d'espace dans l'explorateur de fichier
<syntaxhighlight lang="bash" line copy>
sudo apt install gnome-sushi
</syntaxhighlight>
 
== Retouche photo en ligne ==
[https://www.photopea.com/ photopea.com]
 
== dbeaver-ce (Client SQL) ==
[[Dbeaver-ce|dbeaver-ce]]


[[category:linux]]
[[category:linux]]