Lubuntu (20.10) Review: A Modern Take on the Classic Desktop

After a sub-par 20.04 version, Lubuntu returns updated, upgraded, and all-around improved. What should you expect from it compared to other distributions or the other members of the Ubuntu family? Read on to find out. Also read: How to Choose a Linux Distro Without Trying All of Them Installation Like many modern Linux distributions, Lubuntu … Read more

What is Shebang and How to Use this Character Sequence in Linux

One of the best features of Linux is that you can easily create scripts that are designed to automate and simplify tasks. This can help when processing large groups of files, like log files if you’re a Systems Administrator or CSV and TXT files if you’re doing some kind of research. However, there’s one very … Read more

How to Use the xargs Command in Linux

For some of the more experienced users, we’re always looking to find new ways to work smarter and not harder at the terminal. xargs is a useful command that acts as a bridge between two commands, reading output of one and executing the other with the items read. The command is most commonly used in … Read more

Understanding the Linux Virtual Directory Structure

Beginning Linux users are met with a huge mountain of information to learn. What is this terminal thing? How do I run software updates? Which distro do I choose? Those are all common questions. However, there’s a question that still plagues many more experienced Linux users: what’s in each of the directories in the Linux … Read more

How to Delete a Local and Remote Git Branch

Using Git is almost a prerequisite for many developers. This is for a few reasons. The most important benefit is that you can record every change made within a project – almost without thinking. Though, when your brain catches up with you, it may mean you want to delete a local and remote Git branch. … Read more

How to Fix the “No Space Left on Device” Error on Linux

Most of the time, Linux is pretty specific with its error messages. “This didn’t work – try installing this package.” However, there’s one in particular that really doesn’t help me very much: “No space left on device.” What causes that? I thought I had 2 TB of storage, how can it be full? Where do … Read more

Easily Back Up Your Partitions in Linux with Apart GTK

If you have full partition backups, you can restore your data or even your operating system when disaster strikes. The main problem is creating the partition backup. Most tools for backing up disks and partitions on Linux feel complicated. Some expect you to use commands in the terminal. Others come with old-school interfaces or use … Read more

How to Pretty Print a JSON File in Python

Like many other programming languages, Python works well with JavaScript Object Notation (JSON) data. It can pull this data in from a few sources and work with it like any other file. This is helpful when you want to pretty print a JSON file in Python. In this post, we show you how to pretty … Read more

Beginner’s Guide to Podman Containers on Linux

When talking about the Future of Technology, many seasoned techs know that virtualization and containerization are very much that path. They allow for greater application and service security, and they’re easily managed through other services that allow for snapshotting, templates, and greater customization than you get with the one-server-per-application model. However, it’s not always completely … Read more

How to Fix “No Route to Host” Connection Error on Linux

When you’re trying to connect to a service on Linux, “No route to host” is one of the last things you want to hear. It’s a broad message that means your computer can’t reach the target server, whether a local server daemon running on your system or a remote server that you can’t access for … Read more