10 Useful Python One-Liners You Must Know

Although it’s pushed well past the 30-year mark since its release, Python remains one of the most relevant high-level programming languages in existence. Many developers will opt to use this language to make applications that can easily be maintained and require minimal hand-holding to work in a number of operating systems and distributions of Linux. … Read more

How to Change the Keyboard Layout in Linux

When you spend any real length of time working on a computer, you learn that your preferences matter. Having your computer set up exactly as you like can make the difference between getting work done smoothly and dragging through something that’d otherwise be simple. Your keyboard and its layout are a major factor here, whether … Read more

How to Revive Your iPod with Rockbox in Linux

If you owe an old iPod and are running Linux on your computer, you can use Rockbox to breathe life to your old music player. It enables you to use your iPod without iTunes while also improving on the default sound quality of the iPod. Rockbox is also customizable and really easy to install. Here … Read more

The Beginner’s Guide to Using Cron in Linux

Cron is a simple UNIX utility that manages and schedules the execution of commands in your computer. It was first developed in 1987 by Paul Vixie and it has since become an invaluable tool in Linux-based operating systems for both administrators and users alike. Nowadays, there are a number of cron implementations and rewrites that … Read more

7 Useful Cron Alternatives For Linux

For those who are familiar with the Unix system, you will also be familiar with the cron application that allows you to schedule and automate tasks to run on their own. We even have tutorials that show you how to get started with cron and crontabs. However, cron is not perfect, as it requires your … Read more

How to Manage Git in Emacs with Magit

Git is a brilliant tool. It simplifies the version control process and it allows users to easily share and contribute code to each other. Git is also system and content agnostic. This means that it can run on any platform, which makes it a highly useful and sought after tool for programmers and casual users … Read more

How to Build and Install a Custom Kernel on Ubuntu

The thought of compiling your own kernels strikes fear in the hearts of new Linux users. It sounds terrifying, building the most crucial part of your system from scratch. The truth is, though, building the Linux kernel in Ubuntu is really easy. Building Linux kernels does not require programming. Some of the best programmers in … Read more

The Beginner’s Guide to Git

Git is a wonderful program. It is a version control utility that allows you to seamlessly manage a file’s edit history. While this might seem simple and unimpressive, Git’s strength lies in the fact that you can extend this history to entire groups of files and directories. This means that it is possible to use … Read more

What Is the Matrix Protocol and How to Install It

Matrix is an innovative, open-source alternative to chat services such as Discord and Slack that is both feature-rich and easy to use. It fully supports end-to-end encryption and is available for almost all operating systems. You can also host it on your own server, making it a fully secure and private way to chat on … Read more