How to Use Rm Command in Linux

There are times when you need to delete files in the Linux terminal. The rm command lets you delete directories, files, symbolic links, and more. This in-depth guide shows you how to use the rm command effortlessly. Note: The rm command removes the file permanently without moving it to the Trash/Recycle Bin. Hence, ensure you … Read more

How to Use IRC in Emacs with ERC

Emacs is a wonderful tool that can do just about anything. While it is a text editor, It can function as an email client, RSS reader and even music player too. If you are an Internet Relay Chat (IRC) user, it is also possible to use IRC from inside Emacs. This can be useful if … Read more

How to Resize and Optimize Images From the Linux Terminal

If you are a Linux user and prefer the Terminal to any other graphical applications, then you will be happy to know that you can also resize, convert, and optimize your images directly in the Terminal with ImageMagick. ImageMagick is a suite of tools for Linux which allows you to manipulate images from the command … Read more

5 Useful Tips When Compiling Your Own Linux Kernel

The Linux Kernel is a brilliant piece of software engineering. At more than a million lines of code, it is arguably one of the most complex programs that is still in active development today. Since the late 1990s, the Linux kernel has been used in both computationally intensive projects as well as barebones embedded applications. … Read more

How to Create Beautiful Beamer Slides with Emacs

Emacs is a highly versatile program. Aside from being a text editor, it can be your email client, news reader and even your finances tracker. This is because you can easily adapt Emacs to any purpose and situation. Beamer is a LaTeX module that allows you to create presentation slides in a similar manner to … Read more

How to Use the dd Command in Linux

dd is one of the most important commands in Linux, mostly used in backing up hard disks and partitions. When utilized correctly, dd can be a powerful tool for writing data from one partition to another and performing different tasks with files. Here we show you how to put the dd command to good use. … Read more

How to Add Your Own Custom Color in LibreOffice

While writing or editing text in LibreOffice, there are times where you need to change the color of the text or the background. LibreOffice comes with its own set of color palette that you choose the color from and it is easily accessible from the toolbar. The problem is that if you want to use … Read more

How to Fix Ubuntu Can’t Open the Terminal Issue

You can’t get the terminal in your Ubuntu machine to open. What can you do? While this issue seldom happens, it is a fact that the problem exists and can happen to you at anytime. Read on to learn what to do when your Ubuntu machine can’t open its terminal. Content Are You Missing the … Read more

How to Create LaTeX Documents with Emacs

Emacs is often thought of as a programmer’s text editor. It has an extensible programming support as well as the ability to automatically evaluate expressions within files. But one thing that Emacs also does well is allowing users to compose beautiful documents with LaTeX through Org Mode. Tip: Download our Emacs keyboard shortcuts cheatsheet to … Read more

How to Check Sudo History in Linux

When sharing your computer with others, and you’ve granted them sudo access, it’s prudent to monitor how they’re using it. Thankfully, it’s easy to check out sudo history. Let’s see how. Content The Authentication Log Making Sense of Chaos Normal Bash Journalctl GUI-specific Programs Frequently Asked Questions Also read: What Is Doas and How to … Read more