How to Cleanly Uninstall Linux Software Created with “Make Install”

How to Cleanly Uninstall Linux Software Created with “Make Install”

Sometimes installing software from source is unavoidable in Linux. Unfortunately, removing them isn’t so simple. In this tutorial, I’ll give you two solutions. First, the manual way in case you’ve already installed something and need to remove it. The second is a tool called “stow” that takes all the hassle out of installing from source in Linux, and allows you to remove packages completely with a single line.

How to Hide Files in Linux Without Using the “Dot”

How to Hide Files in Linux Without Using the “Dot”

Everyone how to override the hiding of dot (.) “hidden” files in Linux using the “-a” parameter. A better solution is to use bash scripting so that even this solution won’t work. This tutorial will show you how to prevent files from ever showing up with the “ls” command.

How to View and Edit Large Files in Linux Using “less” and “sed”

How to View and Edit Large Files in Linux Using “less” and “sed”

Have you ever tried opening a large file of hundreds of MB or several GB in vi? It can take forever. And making edits is even longer. This is because vi loads the entire file into memory before displaying it to you. For large files, there are better and more efficient tools like “less” and “sed”. Here’s a tutorial on how to use them.

How to Hash a File in Linux and Verify it For Security

How to Hash a File in Linux and Verify it For Security

Here’s how to “hash” a file and compare it with what the sender of the file provides. This allows you to make sure that what you’re receiving is indeed what was sent. While MD5 has been shown to be insecure, we can use SHA256 instead.

Please wait...

Disclosure: We receive a compensation from some of the companies whose products or services are presented on our website.