Linux tee command explained (with examples)

Linux tee Command

When you run basic commands on the terminal the output is usually printed to the terminal i.e standard out. But what if you could also save the output in a file as well as print it out to standard out? This is what the tee command does. The Linux tee command reads from stdin ( … Read more

How to Install PostgreSQL and pgAdmin4 on Ubuntu 20.04

PostgreSQL on Ubuntu

If you’re looking for a quick and easy way to install PostgreSQL and pgAdmin4 in Ubuntu 20.04, this post is for you! We’ll walk you through the whole process step-by-step, so it’s easy for anyone to do. Postgres is an open-source, powerful relational database system that lets users create, edit, share, and store data quickly … Read more

How do I log out of Ubuntu?

Ubuntu logout

Suppose you have multiple users in your Ubuntu system, and another user wants to log in to the system using their account. In that case, the user can switch the current account to another or log out of the current user session for another user. The main difference between the two options is that when … Read more

How to Install and Run Chromium Web Browser on Debian

Chromium Browser

Chromium is a free and open-source web browser developed in collaboration between Google and Microsoft. The code of this web browser serves as the cornerstone for most popular web browsers, including Google Chrome. The features of this web browser have been adopted from other popular web browsers. The best thing about Chromium web browser is … Read more

How to find your IP Address (IPv4 and IPv6) on Rocky Linux

Find IP Address IPv4 and IPv6

Every computer, whether server or client, connected to the Internet has an assigned IP address and communicates with other services using the TCP/IP protocol. In this tutorial, we will learn how to find out public and private IP addresses on Rocky Linux. You can find out your IP address either through the terminal or through … Read more

10 Deadly Commands that You Should Never Run on Linux

Linux Deadly Commands

Linux operating system provides its users with more independence as compared to Windows or any other operating system. While for some experienced developers, the Linux operating system provides freedom to carry out operations, it could also mar the freedom provided to these developers. While every technology has its pros and con, so does Linux. It … Read more

A Trash-Bin for the Ubuntu Command Line

Ubuntu Commandline Trash-bin

As a Linux user, you may need to delete files from your system from time to time. We tend to be cautious while deleting files, especially when deleting them permanently, as we do not want to mistakenly lose useful information forever. Unfortunately, there are instances when we delete something by mistake and there is no … Read more

How to manage files from the Linux terminal

Linux File Management

If you are a Linux administrator or a regular user, you should need to know the basics of managing files and navigating directories in your operating system. Whether it is a desktop or just a command-line based OS, both offer a simple and straightforward way for managing files and directories. However, in some cases, it … Read more