Keyword: Bash
Set SSH Keyring on Arch Linux
Catégorie : Blog
If you use SSH keys and you have to enter the password every time to unlock them, you surely have already tried to set up a keyring. However, it is not always very clear how to do it as they are several ways of doing it.
You work on microservices? A script to update all your Git repositories
Catégorie : Blog
When I work on projects organized as microservices, if I only update the part on which I work, it can happen that they are some bugs. It is then often needed to update regularly all Git repositories. So, I made a little Bash script as I did not found it elsewhere.
What should every open source project care about
Catégorie : Blog
Did it already happen to you to see an open source project that seems great, but when comes the moment to install the software on your computer or server you only find few instructions explaining how to do? The project has then missed something.