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

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

How to find and kill Zombie Processes in CentOS 8

CentOS Zombie process

In UNIX and Linux Operating System, Zombie processes also known as defunct processes, are those which are still running after the complete execution of the process but it still remains in the process table. In this tutorial, we will learn how to check and kill Zombie processes in CentOS 8. How to find zombie/defunct processes … Read more

How to Install Skype on Debian 10

Debian Skype Installation

Skype is one of the most popular communication application developed by Microsoft. It allows for instant messaging and audio, video calls. Some other features of Skype include conference call, screen sharing, file sharing, and voice messaging. Skype is not an open-source application and it is not available in the Debian package repositories. So, we will … Read more

How to use mtr traceroute Command on CentOS 8

CentOS MTR Traceroute

MTR is known as Matt’s traceroute. It is a simple and cross-platform utility for network diagnostic that is used for most of the command-line systems. This tool is not so popular but provides the features of both traceroute and ping programs. As similar to the traceroute program, the Mtr tool is also used to print … Read more