Create-Sudo-User-Ubuntu-Linux

How to create a sudo user on Ubuntu Linux

In this post, we will show you how to create a sudo user on Ubuntu Linux. Sudo user is a regular user in Linux who has some admin rights to perform administrative task on the system. In Linux, root is the super user who has … Read more

Install-Docker-OpenSUSE-Leap-15

How to Install Docker on openSUSE Leap 15

Are you looking for an easy guide on how to install docker on openSUSE Linux? The instructions on this page will show you how to install docker on openSUSE Leap 15.4. Docker provides software platform where we can build, test and package application in a … Read more

Install-NodeJS-on-RHEL9

How to Install Node.js on RHEL 9

In this post, we will explain how to install Node.js on RHEL 9 system step-by-step. Built on Google’s V8 Javascript engine, Node.js is a free and opensource, cross-platform JavaScript runtime that is mostly used for building server-side applications. It uses an event-driven and asynchronous model … Read more

Delete-Partition-Linux

How to Delete Partition in Linux Step-by-Step

Sometimes, you might want to delete some disk partitions on your Linux system to recover or regain some storage space. You can easily accomplish this on the command line with a few simple steps. In this guide, we will demonstrate how you can delete a … Read more

Install-PostgreSQL-15-Ubuntu

How to Install PostgreSQL On Ubuntu 22.04 Step-by-Step

In this post, we will show you how to install PostgreSQL on Ubuntu 22.04 step-by-step. PostgreSQL is a powerful, open-source object-relational Database Management System (DBMS). It’s been battle-tested for over 35 years which has earned it a strong reputation for reliability and performance. This feature-rich … Read more

Install-AWS-CLI-Linux

How to Install AWS CLI on Linux Step-by-Step

This post describes how to install AWS CLI on linux step-by-step. AWS CLI is a command line interface which allows us to interact with our AWS account. Developer and sysadmin use aws cli to perform day to day activities and automation. Prerequisites Pre-Installed Linux System … Read more

Install-VMware-Workstation-on-Debian

How to Install VMware Workstation Pro on Debian 11 / 10

Hello Techies, VMware Workstation is one of the best Virtualization tool used at windows and Linux desktop level. It comes with different two versions, VMware Workstation Player & VMware Workstation Pro. Former is used for non-commercial and offers basic vmware functionalities whereas workstation pro offers … Read more

Create-LVM-Partition-Linux

How to Create LVM Partition Step-by-Step in Linux

In this guide, we will show you how to create lvm partition step-by-step in Linux. LVM stands for Logical Volume Management, it is the highly recommended way to manage disk or storage on Linux systems specially for servers. One of the main benefit of LVM … Read more

Install-VirtualBox-on-Debian12

How to Install VirtualBox on Debian 12 Step-by-Step

In this guide, we’ll explore how to install VirtualBox on Debian 12 providing you with the power to create and run virtual machines on your system. Whether you’re a developer, IT enthusiast, or simply curious about virtualization technology, this step-by-step guide will help you get … Read more