Python is most popular programming language. It’s used to write small scripts, build games, develop websites, create machine learning algorithms, analyze data and more. In this tutorial, we will show you how to install python 3.9 on CentOS 8 system. Install Python 3.9 on CentOS 8# By default, Python 3.6 is included on CentOS 8.
Make Linux Great Again
How to Disable Suspend and Hibernation Modes In Linux
In this article, we take you through how to disable suspend and hibernation modes on a Linux system. But before we do that, let’s briefly have an overview of these two modes. When you suspend your Linux system, you basically activate or put it into sleep mode. The screen goes off, even though the computer
How to Install GIMP 2.10 on CentOS 8
GIMP is GNU Image Manipulation Program. It’s most popular open-source and cross platform application for image manipulation. This tutorial will show you how to install the latest Gimp on CentOS 8. It can use to optimize images, convert the types of images and much more. GIMP is available for Linux, Windows, macOS, and FreeBSD etc.
Bash read Command
Bash ships with a number of built-in commands that you can use on the command line or in your shell scripts. In this article, we’ll explore the built-in read command. Bash read Built-in # read is a bash built-in command that reads a line from the standard input (or from the file descriptor) and split
How to Convert PDF to Image Using Gimp
This article will be showing you how to convert the pages of a PDF document to image files (PNG, JPEG, and others) using the GIMP tool in Linux. GIMP is a free, open-source, fully-featured image editing tool, available for Windows, Linux, Mac OS X, and other platforms. It can export pages of PDF documents to
How To Fix Broken Ubuntu OS Without Reinstalling It
Over the course of time, your system can be plagued with errors that can render it broken or unusable. A classic example is the inability to install software packages, update or upgrade the system. Other times, you may encounter a black screen during login preventing you from accessing your system. An extreme fix would be
10 Linux System Administrators New Year’s Resolutions for 2021
It is a time to make our New Year’s resolutions. Regardless of your experience level as a Linux system administrator, we think it is worth and well to set goals for growth for the next 12 months. In case you are out of ideas, in this post we will share 10 simple professional resolutions that
How to Install PHP 8 on Ubuntu 20.04
PHP is a most popular server scripting language used for creating dynamic and interactive Web pages. PHP is widely-used programming language in the Web. This tutorial explains how to install PHP 8.0 on Ubuntu 20.04 system. PHP 8.0 is the latest major release and includes performance improvements, and lots of new features such as named
How to Install GIMP 2.10 on Debian 10
GIMP is GNU Image Manipulation Program. It’s most popular open-source and cross platform application for image manipulation. It can use to optimize images, convert the types of images and much more. GIMP is available for Linux, Windows, macOS, and FreeBSD etc. This tutorial will show you how to install the latest Gimp on Debian 10.
How to Install Notepad++ on CentOS 8
Notepad++ is one of the most used application by Windows users. It’s most advanced version of notepad which includes a large number of options. In this guide, we will show you how to install Notepad++ on CentOS 8. Generally, the Linux users would like to use the command line editors such as nano and vim.