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

How to Activate Night Light on Ubuntu

In our daily routine, we use a lot of applications quite frequently. Almost all modern applications come with a Night Light feature that enables you to experience a warmer light at night to save your eyes from any additional strain. Moreover, some people also experience that their devices’ batteries are not drained that quickly when … Read more

Activate Two-Finger Touchpad Scrolling in Debian 10

Debian Touchpad Scroll

People who use MacBook frequently are accustomed to scrolling with the two-finger touchpad. They also know how useful two-finger scrolling can be on a laptop. Fortunately, you can use the same feature via Debian on your other laptops, especially if your touchpad is made by Synaptics. If this feature is enabled on your laptop, the … Read more

How to change the MAC Address on CentOS 8

CentOS MAC Address change

If you don’t want to expose your device MAC address while connecting to Public WIFI’s or maybe the firewall or router blocked the specific MAC address, changing of MAC address to access internet service without being exposing the original MAC address. Changing of MAC address is also known as MAC Spoofing or FAKE address. In … Read more

How to Generate an SSH Key in CentOS 8

SSH Key

SSH (Secure Shell) is an encrypted protocol to connect with a remote device. By default, it works on TCP port 22. There are two methods to connect with the remote server using SSH, one is by using the password authentication, and another way is to authenticate is by the public key. In this tutorial, we … Read more

How to install VMware Workstation on Centos 8

VMWare Workstation on CentOS 8

VMware Workstation is a software that is used for virtualization. Using a virtual machine, you can operate multiple operating systems on a single host computer. VMware workstation pro is used to create a single instance for Windows or Linux simultaneously. The concept of virtualization is useful not only for individuals also important for enterprises and … Read more

How to create your first Java program on CentOS 8

CentOS Java Coding

To start programming in Java on CentOS, you first need to install the (JDK) Java Development Kit on the system to compile and run a java program. We will demonstrate the installation of the JDK and Java program execution through the command line environment. To run a java program you need a text editor in … Read more

How to install XAMPP on CentOS 8

XAMPP on CentOS

XAMPP is a cross-platform used as a local host, providing them a suitable environment for developers to test web applications before transferring data to remote servers. XAMPP is an open-source Apache distribution of a PHP development environment. It consists of the cross-platform software Apache, Maria DB, PHP, and Perl. XAMPP package is not available on … Read more