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 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

How to Change the Hostname on Debian Linux

Change Debian Hostname

The computer name or the hostname of a system is used to identify your computer or server on a network. This can be a local network (LAN) or the internet. You are asked to set a computer name or hostname when you install your OS and it must be unique to avoid conflicts. Later when … Read more

How to Shutdown or Reboot Debian 10

Debian 10 Shutdown/Poweroff and Reboot/Restart

This small tutorial shows two ways of shutting down or rebooting a Debian 10 server or desktop using the terminal. The same commands will work for Debian 11 too. Using shutdown command Open the terminal and execute the following command to shut down the machine, shutdown –poweroff This will shut down the machine. If you … Read more

8 Ways To Get Help On The Linux Shell

8 ways to get help on the Linux shell

Whenever we use new software or a new operating system, the interface and the environment we are used to change as well. Sometimes the new environment is user-friendly and we don’t find it difficult to deal with. But sometimes the new environment is so complex and foreign to us that we are completely clueless. In … Read more

How to setup the JAVA_HOME path in Debian 11

Java is a very popular programming language that is used in desktop software development, mobile applications, business applications, and so on. It requires the installation of the Java Runtime Environment (JRE) and Java Development Kit (JDK) in order to develop and run Java applications. After installation of JRE and JDK, you also need to set … Read more