Show the Git branch in your Bash terminal prompt
Catch yourself typing git status a lot? Yeah, me too. There’s got to be an easier way, right? Luckily there is: fancy-git. It makes it …
Tutorials for getting things done in Linux
Catch yourself typing git status a lot? Yeah, me too. There’s got to be an easier way, right? Luckily there is: fancy-git. It makes it …
Coming from Debian or Ubuntu and interested in building C or C++ software programs on Fedora? You’ll probably frantically search for a way to install …
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, …