How to Install Tiny Tiny RSS Using Docker on PC (Ultimate Guide)

Tiny Tiny RSS (also known as TT-RSS) is a free, open-source, and highly customizable web-based RSS reader that you can set up on your local machine or on your server using Docker. It’s quite an unrecognizable RSS reader, but I find it way better compared

How to Install LXD on Linux (with Pro’s Practical Examples)

LXD (pronounced lex-dee) is a lightweight container manager that allows you to run Linux containers (LXC), a type of container similar to VMware that maintains its state even after a system reboot and uses the host system kernel. The LXC container creation process is similar

Killport: Stopping Processes by Port Number in Linux

killport is a CLI tool that provides a simple solution to stop processes by their port number, thereby resolving the problem of users struggling to identify the processes behind an open port. This way, you don’t have to follow the traditional method of finding the

How to Host V3 .Onion Website With Custom Domain on Linux

This article shows you how to set up .onion website with a custom domain for localhost on the dark web. Why would someone want to host their website on the dark web? The reasons could be anything from hosting a private site and keeping others’

rEFInd: A Modern and Customizable Boot Manager for Linux

If you’ve dual-booted Linux with another operating system like Windows and are stuck with the traditional GRUB boot manager, it’s time to switch to rEFInd, IMMEDIATELY! rEFInd: A Highly Customizable Boot Manager for Linux rEFInd is a highly customizable and modern boot manager for UEFI

How to Install Telegram on Ubuntu (and Other Linux Distros)

There is no doubt that Telegram is the best alternative compared to other messaging apps like WhatsApp; it’s free, offers way more features, keeps your messages securely on servers, provides end-to-end encryption, and focuses on data privacy at its core. Let me tell you a

How to Install WhatsApp on Ubuntu (and Other Linux Distros)

WhatsApp is a popular messaging app without any doubt, having been around since 2009 and gaining quite a name when it was acquired by Meta (formerly known as Facebook) in 2014. Since the beginning, it has always been more focused on smartphone users, and until

Tokei: Quickly Count Different Metrics in Your Codebase

Once you have completed your assignment on a big software project (with or without a team), have you ever thought about how much code in different programming languages has been used in the project? If the project is hosted on GitHub, you might catch a

Cheat: Create a Cheatsheet for Your Favorite Command in Linux

Linux is popular for many reasons, one of which is its open-source nature and wide range of command availability. I’m very fond of its command-line usage instead of GUI, but sometimes, using different commands and remembering the options they have becomes quite troubling for me,

jnv: An Interactive JSON Viewer and jq Filter Editor for Linux

I assume you are aware of jq (a JSON processor to parse and manipulate JSON data right from your command line), and recently we have also written an article on jaq (a superset of jq with additional features and improved performance), but today we bring