How to Upgrade the Kernel on CentOS 8.0

CentOS Kernel Upgrade

The kernel is the most important central core of an operating system. Most Linux distributions such as Ubuntu, Debian or CentOS 8 install a stable kernel version, but not the latest ones. And the kernel is not updated to a new major release unless you update the entire operating system. The Linux distributions maintain security … Read more

How to install Sublime Text 3.0 Source Code Editor on CentOS 8

CentOS Sublime Text Sourcecode Editor

Sublime text 3.0 is a popular, cross-platform, lightweight source code editor with an amazing working environment. It has many built-in multifunction and Vim mode features. This editor offers support for various plugins, snippets, programming languages, APIs and markup languages like Html, PHP, C, Java, C#, asp, Latex and many others. Users can install new plugins … Read more

How to install Python 2 and Python 3 on CentOS 8

Install Python on CentOS 8

Python is one of the most popular programming languages today. It has a simple syntax that is easy for beginners to understand. Python is a good choice for developing simple as well as complex applications. By default, Python is not installed on CentOS 8, but this tutorial guides you through the installation process. The two … Read more

How to Create your First Java Program in Debian 10

Debian Java Programming

If you are unfamiliar with Java programming in the Debian operating system, this article will guide you towards writing and compiling the first Java program. For this purpose, you will require the Java Runtime Environment and the Java Development Kit. We will explain the installation of these programs through the command line. The steps to … Read more

How to Reset the Password for sudo in Debian

Reset Sudo password in Debian

If you are a new Debian admin, you might want to know how to change the sudo password on the shell. After all, it is a good security practice to change passwords regularly for any user, especially the Super User, who can perform all sensitive operations on Debian. Only a Super User or root can … Read more

How to remotely manage a Linux server with SSH

Linux SSH server

SSH stands for Secure Shell and it is a protocol that is used to securely access a remote server on a local network or internet for configuration, management, monitoring, and troubleshooting, etc. In this article, I am going to discuss how you can manage a remote Linux server with the help of SSH. I have … Read more