4 Ways to Clone an Entire Hard Drive on Linux

Imagine the hard drive in your computer failing. Your computer no longer detects it, and it’s impossible to recover the data that you saved. This is a nightmare scenario for just about anyone. You will end up wishing that you had a backup of everything on your hard drive. Luckily, this is possible and much … Read more

How to Delete a Directory in Linux

There are a couple of ways to go about deleting a directory in Linux. You can either handle it graphically from your desktop environment or do it directly from the command line. Either way will work, and they’re both just as effective. Graphical Method to Delete a Directory in Linux Every desktop environment (and file … Read more

8 Useful and Interesting Bash Prompts

Many people don’t think of the command line prompt as a useful element, or even pay it much attention. However, a useful prompt can change the way you use the command line, and by extension, your system. This article shows you a number of useful and interesting Bash prompts with examples. Note that we begin … Read more

Why Do Games On Linux Stutter? Here Are the Possible Reasons

Linux has made impressive leaps in terms of its accessibility to gamers of all genres, from the most avid map painting enthusiasts to the most competitive marksmen. Despite all of this, there are still game compatibility challenges to overcome from a large variety of sources, including frame rate consistency. We’re here to explore why many … Read more

How to Reset the Root Password in Linux

In Linux, regular users and superusers are allowed to access services via password authentication. In the case a regular user can’t remember his/her password, a superuser can reset the password of a regular user right from the terminal. However, what if the superuser (or root user) loses his/her password? They will have to recover the … Read more

How to Convert Ubuntu Into Regolith Linux

Regolith Linux isn’t your typical Linux distribution. It falls somewhere in between being a distribution and a desktop environment, as it is built on top of Ubuntu. And unlike most typical Linux distributions, Regolith doesn’t have to be installed as a standalone operating system. If you are already using Ubuntu as your operating system, then … Read more

Using du to Free Up Disk Space in Linux

If you’re new to the world of Linux, you may find yourself wondering how to free up disk space. It’s not always as simple as just uninstalling some programs. This is particularly true if you have many files taking up space scattered across your whole filesystem. While there are many different ways to free up … Read more

How to Mount Your iPhone as an External Drive in Ubuntu

Using an iPhone as an external Ubuntu drive used to be tricky. Linux support for iOS devices like the iPhone, iPad, and iPod used to be pretty poor, but that situation has changed. Here’s how to mount your iPhone (and iPad) storage on Ubuntu and other Linux distributions using the libimobiledevice library. Installing libimobiledevice For … Read more

How to Mount a Windows Share Folder on Linux

Linux and Windows systems have major differences, with different file systems and protocols in use. Sharing files between them can be difficult, especially because they use two different sharing protocols. That doesn’t mean it’s impossible to mount a Windows share folder on Linux, however. Follow along below to find out how. Also read: How to … Read more