Today I reached the limit of the predefined partition size of my work-notebook. In order to fix this I separated the /home directory to it's own partition. Here is how I did it š¤
Today I wrote down some notes on how to manage packages with on Fedora. Fedora uses dnf as package manager. Let's take a look at how to manage packages with it.
As a developer I like to play with software and tools that boost my productivity and ensure my autonomy. Here are my favorite self-hosted tools that I use on a daily basis.
Today I had to setup the timezone on a couple of Ubuntu servers. I thought it would be a good idea to write a short article about it. So here we go š¤
This guide shows how to setup the vimix gnome theme in Fedora. I use this theme on all my Linux desktop environments and Iām really satisfied with it.
Knowing how to determine your server's free disk space and where that space is being used is essential. Thus, I will demonstrate the bash commands du and df, which help with this. Additionally, we will examine the free command for reporting memory usage.
Search and replace in Vim uses the :s command to quickly substitute text in a line, range, or entire file. With options like global replacement, word boundaries, and confirmation prompts, it streamlines editing tasks efficiently.