The one about working with macOS being a Linux user
How to configure the system in the pursuit of happiness

Search for a command to run...
Articles tagged with #linux
How to configure the system in the pursuit of happiness

In the previous post of this series I talked about pass, the desktop utility I use in Ubuntu Mate 22.04 as password manager. I recommend you to read that post first in case you are unfamiliar with the concept of password manager or password store. To...

Lately I've been using Plex to stream movies and TV shows from the laptop in my study to the TV in my living room. So I needed to prevent the laptop from sleeping while I was watching something. The easiest way and probably the most obvious one was c...

Nowadays I find it impossible not to use a password manager to keep my data secure. However, it wasn't always that way. As we've probably all done at one time or another, I used to use the same password on multiple sites. It wasn't always the same, b...

Recently I did a fresh install of Ubuntu on my laptop. As usual, I installed the latest LTS version available, 22.04 in this case. As part of configuring the operating system, I always install a version manager for every programming language I'm work...

Today I was migrating an old project repository from GitLab to a private repository on GitHub when I found an unexpected error. First I changed the remote repository: $ git remote remove origin $ git remote add origin [email protected]:backpackerhh/my-r...
