Hello techies, in this post we will show you how to configure DHCP server on Ubuntu 22.04 LTS step-by-step. DHCP stands for Dynamic Host Configuration Protocol, it works on client-server architecture. DHCP server assign IPv4 and IPv6 automatically to clients (computers) on
Read More
This post covers how to install PostgreSQL 15 on RHEL 9 system step by step. PostgreSQL is an open-source, multi-platform, robust and highly extensible database server based on the SQL language. It provides the features like data integrity, build applications and create
Read More
FreeFileSync is an open-source file synchronization & backup tool that helps in synchronizing files across folders and various devices and keeping your data updated. Itโs a multi-platform tool that is available for Windows, Linux, and Mac. In this tutorial, we will cover
Read More
In this tutorial, we walk you through the installation of Docker Desktop on Ubuntu 22.04. The conventional way of running and managing Docker container images is on the command line. However, this can be a daunting prospect for beginners who are just
Read More
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
Read More
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
Read More
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
Read More
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
Read More
In this article, we will explain how to install PostgreSQL 15 database server on Ubuntu 22.04 (Jammy Jellyfish). 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
Read More
This post describes how to install latest version of AWS CLI on a linux system 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
Read More