Capture, annotate, share screenshots with Shutter on Pop!_OS 20.10 (Gnome 3.38)

I’ve just waisted 5 hours of my life trying to reproduce what ShareX on Windows and Monosnap on Windows/Mac do effortlessly. Removing built-in Gnome Screenshots Can’t be done. Althought I uninstalled it from the Pop!_Shop, logged out, and even rebooted my system twice, the print screen key is still saving screenshots in ~/Images. Workaround Open […]

Removing MySQL server on Pop_OS 21

Context germain@pop-os:~$ cat /etc/*releaseDISTRIB_ID=PopDISTRIB_RELEASE=21.04 Error with purge germain@pop-os:~$ sudo apt-get cleansudo apt-get purge ‘mysql*’Suppression de mysql-server-8.0 (8.0.26-0ubuntu0.21.04.3) …Failed to stop mysql.service: Unit mysql.service not loaded.invoke-rc.d: initscript mysql, action « stop » failed.dpkg: erreur de traitement du paquet mysql-server-8.0 (–remove) :installed mysql-server-8.0 package pre-removal script subprocess returned error exit status 1dpkg: trop d’erreurs, arrêtFailed to stop mysql.service: Unit mysql.service […]

Le lanceur d’applications AppImage Launcher

Les applications au format AppImage sont l’équivalent des applications portables sous Windows (sans installeur) et elles sont sensées tourner sur plus ou moins toutes les distributions. La contrepartie est que pour lancer une AppImage d’ordinaire il faut faire : germain@xps:~/Applications$ chmod a+x molotov.AppImagegermain@xps:~/Applications$ ./molotov.AppImage Ce qui n’est pas très user-friendly. Heureusement, voici AppImageLauncher ! https://github.com/TheAssassin/AppImageLauncher […]

Rapide benchmarks de clients Git pour Linux (et un peu Windows et Mac aussi)

Image : tutoriel Hostinger Je suis habitué à SourceTree sur Windows et Mac, malheureusement il n’y a pas de version Linux.Ce que j’apprécie particulièrement dans SourceTree : Il me fait pas chier. Depuis quelques années Atlassian a ajouté un « login with Atlassian » obligatoire mais ensuite pas de mises à jour intempestives, pas de licences avec […]

no matching key exchange method found

It looks like Ubuntu 20 deprecated some old cryptographic stuff.This will re-enable them: diffie-hellman-group1-sha1 germain@mini1:~$ git clone git@****:repo.gitClonage dans ‘site.preview’…Unable to negotiate with **** port 22: no matching key exchange method found. Their offer: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256fatal: Impossible de lire le dépôt distant. germain@mini1:~$ sudo nano ~/.ssh/config Host *KexAlgorithms=+diffie-hellman-group1-sha1 diffie-hellman-group14-sha1 Unable to negotiate with ***** port 22: […]

Configure an OpenVPN client (Pop!_OS 20.10 / Gnome 3.38)

Install OpenVPN packet and GUI manager for Gnome packet In Terminal: sudo apt-get install network-manager-openvpn sudo apt-get install network-manager-openvpn-gnome Reload network service Disable / Re-enable network connection from the tray icon or Network Preferences Add VPN connection Click the + icon on the right. If your provider gave you an .opvn file you can now […]