Setup your Git username and email
A version control system, combined with an issue tracking system, are must-have tools for serious software development. Each time you commit a code change, you …
Tutorials for getting things done in Linux
A version control system, combined with an issue tracking system, are must-have tools for serious software development. Each time you commit a code change, you …
Enjoying the Gnome desktop, including the default Gnome Adwaita theme? Just wish the font on the Gnome panel was just a tad smaller? Then you …
Bummed that you can’t change the screen resolution in your freshly installed Ubuntu virtual machine? An easy fix exists for this: You just need to …
Did you ever encounter a situation where you needed to just make a small change in a file? Perhaps even quite often, to the point …
Looking for a way to create and array of strings in Python? You came to the right place. This hands-on article explains several ways of …
The new kid in town in Python land is pipx. With pipx, you install and run Python applications in a convenient way. Under the hood, …
Did you ever run into a situation where Debian Stable was just a tad too stable for you? You needed a newer version of a …
Interested in using a shared library in your C or C++ application? Not sure how to build your application with the GCC compiler, such that …