How to install and configure Cyber Panel on CentOS 8

Cyber Panel on CentOS

Cyber panel is an open-source free web hosting panel that uses the Open Lite Speed web server. It has two version free and enterprise versions. The free version uses Open Lite Speed while the enterprise version uses the Lite Speed Web server. It comes up with many features like AutoSSL, Backup and Restore, and hosting … Read more

How to install Opera browser on CentOS 8

Opera Browser

Opera is a stable web browser built with the Webkit engine. It is easy to install most of the Google Chrome extensions on the Opera browser. This browser runs on various operating systems such as Linux, Microsoft Windows and macOS. Opera browser has a built-in plugin to block ads and also saves battery life. Moreover, … Read more

How to automatically remember running applications from your last session in Debian

GNOME Session

Sometimes, you are performing an important task on your system using certain applications, but suddenly your system goes into hibernation mode or something else wants your attention and you have to hibernate the system. In this scenario, you might lose your work, as your running applications will be closed. To make your system remember the … Read more

How to install and configure DHCP Server on Centos 8

CentOS DHCP Server

DHCP (Dynamic host configuration protocol) used to assign an IP address automatically to Mobile, Laptop, PC, and other network devices so they can communicate. It employs a connectionless service model, using the UDP (User Datagram Protocol). DHCP uses a well-known UDP port 67 for the DHCP Server and the UDP Port 68 for the client. … 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 and Configure Samba on CentOS 8

CentOS Samba Server Installation

Samba is a free and open-source implementation of the Windows SMB (CIVFS) protocol that allows us to share files, folders, and printers between Linux and Windows Operating System simply and seamlessly. In this tutorial, I will show you how to install and configure Samba on CentOS 8. Install Samba packages To install samba packages in … Read more

How to Open and Edit Files and Folders on Debian GNOME Desktop as an Administrator

Open File as root user

While working with files and folders as a Linux Administrator, we frequently need to access and edit files and folders that require root/super-user permissions. We usually perform this task through the Debian Terminal(the command line utility) using the sudo function. However, when we need to edit files that require root privileges through the Graphical Interface, … Read more