How to install Adobe Flash player on CentOS 8

CentOS Adobe Flash

Adobe Flash Player is still an essential browser plug-in used to play audio, streaming video, and other miscellaneous multimedia content on Adobe Flash sites or platforms. It supports various web browsers such as Internet Explorer, Firefox, and Opera. Adobe Flash Player can also be installed on various types of operating systems, including Windows, MacOS, Linux/UNIX, … Read more

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 VirtualBox on CentOS 8

CentOS VirtualBox

VirtualBox is a free, cross-platform and open-source software used for virtualization. It allows users to run multiple virtual machines of different flavors simultaneously on a single PC. It is mainly used at the desktop level and supports various guest operating systems that include Linux and Windows. Virtualbox comes in handy for example when you are … 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 install vsftpd FTP Server with TLS on Debian 10

Debian VSFTPD

If you have ever used FTP before, you might know it offers a very useful way of transferring files and information from one system to another. FTP, short for File Transfer Protocol, is a common network protocol that can be used to upload and download files depending upon the permissions the user is assigned. For … Read more