Linux File Management from the Terminal

Linux file management

As we all know Linux is an operating system mostly used by Geeks and developers who are mostly keyboard people and love to write commands instead of using a Graphical user Interface (GUI). Unlike the Windows operating system, where most of the work done is with few clicks while in Linux, we have commands for … Read more

How to Write a Shell Script in Ubuntu

Ubuntu Shell Script

What is a Shell Script? A shell script is a Linux-based script in which commands are written. When a user executes the script, all the commands that are in the script are executed one after another. Think of it like this: You have a task for which you need to write a certain number of … 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

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