Install VirtualBox guest additions in Ubuntu 20.04
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 …
Tutorials for getting things done in Linux
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 …
So you want to install Linux on your PC. You eagerly downloaded the ISO image of your Linux distribution of choice. You realize your PC …
Interested in developing C# applications on and for Linux? This article explains how to setup a full-featured C# development environment. It consists of the Visual …
Disappointed after first seeing the plain vanilla XFCE desktop environment? Do not let the default theming discourage you. XFCE can easily be tweaked to look …
Did you connect an SSD to your Raspberry PI 4, with a SATA to USB 3.0 adapter, and getting poor read and write speeds? In …
Trying to figure out how to manually mount your USB drive in Linux? Look no further. This article explains step-by-step how to manually mount a …
USB drives typically come preformatted as FAT32 or NTFS file systems. Although Linux can handle this, the EXT4 file system offers advantage: EXT4 gives you …
Curious about how you can send an SMS message from Python for free? This article presents a ready-made Python function to send an SMS message. …