How to Install Debian on Virtual Box

Debian installation on VirtualBox

The document will show you the step-by-step installation process of Debian 10 on Virtual Box. Virtual box is greatly recommended for IT users, students, and even professionals who have to work on multiple operating systems at once. Instead of installing different operating systems on your machine according to work requirements which involve complex setup process, … Read more

How to Mount NFS on Debian 11

NFS Mount on Debian Linux

With NFS (Network File System), you can share files and folders with other systems in a network. NFS is based on a client-server architecture that allows users to remotely connect and access files through the network. With NFS, users can access shared files and folders as if they exist in their own system. In this … Read more

How to Change the Keyboard Layout in Debian Desktop

Debian Keyboard Layout

The keyboard in Linux operating system comes in a variety of layouts for different languages. Even for a single language, there are several layouts. When using our systems, many of us like to use our native language as the main input language. The Debian operating system allows us to add any language as the primary … Read more

How to keep Rocky Linux 8 up to date

Rocky Linux Update

As a system administrator, it is your job to keep the system up to date with the latest packages to increase system stability and reduce security risks. If you haven’t configured your server to check for updates automatically, you’ll have to update them manually. In this tutorial, we’ll learn how to keep Rocky Linux 8 … Read more

How to Change sudo Password in Ubuntu 22.04

Change sudo password in Ubuntu

If you are a new Ubuntu admin user, you may want to know how to change the password in Ubuntu Linux Server from the bash shell or command line. After all, it is a good security practice to change passwords for every user, especially the SuperUser who can perform all sensitive operations in Ubuntu. Only … Read more

How to use the Linux mtr (My Traceroute) command

Linux MTR Command

What is the mtr command? Mtr (my traceroute) is a command-line network diagnostic tool that provides the functions of the ping and traceroute commands. It is a simple and cross-platform tool that outputs information about the entire route that network packets take from the host system to the specified destination system. The mtr command is … Read more

How to Install LAMP Stack on Linux Mint

LAMP on Linux Mint

Installing Apache requires the installation of a complete LAMP package (Linux, Apache, MySQL and, PHP). To do development, users require a complete set of these open-source software and a locally set up machine before they can host their websites to test it out.  We will go through the complete installation of the LAMP stack on … Read more

How to do Basic Math in Linux Command Line

Do Math on Linux Shell

The Linux bash, also known as the shell or just the command line, lets you perform both basic and complex arithmetic and boolean operations without the need to start a calculator app. The commands like expr, jot, bc and, factor etc, help you in finding optimal mathematical solutions to complex problems. In this article, I … Read more

How to Install KDE Plasma Desktop on Debian

KDE Plasma on Debian

KDE Plasma is the graphical workspace environment that is created by KDE for Linux systems. It is based on the Plasma framework and is open source. This contemporary desktop environment is highly customizable making it users’ top choice. In this guide, we will learn how to install KDE Plasma on a Debian system. System Requirements … Read more