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 start and kill a process in Ubuntu 20.04 LTS

Start and kill processes in Ubuntu

A process is a series of steps to perform some specific tasks. In terms of computer science, a process is a program undergoing execution. Often Multiple processes run at a time. One process is associated with one program and each process has different components that perform their respective tasks. Different properties are associated with each … 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

How to Access Google Drive on Debian 10

Debian Google Drive

Google Drive is a cloud storage and synchronization service that allows users to keep, synchronize, and share files across many devices. It offers 15GB of free storage space for each Google account to store files. In this article, we will explain how to access Google Drive account in the Debian system. The process involves connecting … Read more

How to get system hardware details on CentOS 8

Get System Hardware Details

When working on a Linux distribution, the user may need to know about hardware and basic system information of the current working system. Regardless of whether you are a software developer or a normal Linux user, it might be necessary to check software and hardware system compatibility. The command-line Linux system provides built-in commands through … Read more