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.
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.