PHP is a most popular server scripting language used for creating dynamic and interactive Web pages. Recently PHP 8 has been released officially. This tutorial explains how to install PHP 8 on CentOS 8 system. PHP 8.0 is the latest major release and includes performance improvements, and lots of new features such as named...
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...
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...
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...
Slack is a widely used and popular platform for messaging and collaboration service. It’s much easier to use Slack straight and organize channels. You can make channels for you coworkers, projects, topics or any other purpose to keep conversations proper and organized. It also allows you audio and video calls as well as sharing...
Fail2ban is an open-source tool which is used to protect your Linux system from Brute Force and DDoS other automated attacks. It blocks the client which are repeatedly fail to authenticate correctly with the services configured for it. Actually, it monitoring the logs of services for malicious activity and identify the automated attacks. This...
Apache Cassandra is an open-source NoSQL database system with high availability and without compromising performance. It is used by many large companies like Github, NetFlix, Reddit and Instagram. In this described how to install Apache Cassandra on CentOS 8. Prerequisites# You should logged in as root or user with sudo privileges. Step 1 –...
Memcached is an open-source, free and high-performance in-memory caching system. Generally, it’s used to speed up web applications by caching large volumes of data in memory from page load requests or API calls. This article explains how to install and configure Memcached on CentOS 8. Install Memcached on CentOS# The standard CentOS 8 repositories...
TensorFlow is an open-source and free software library for machine learning developed by Google. It can be installed system-wide, in a Python virtual environment, as a Docker container, or with Anaconda. Also, large companies like Airbus, Intel, Twitter, PayPal, and Lenovo using TensorFlow. In this tutorial we will show you how to install TensorFlow...
Elasticsearch is a powerful open-source analytics and full-text search engine. It provides a distributed, multitenant-capable architecture which enables you to store, search and analyze large volumes of data faster. Elastic search is freely available under the Apache 2 license, which provides the most flexibility. In this tutorial we will show you how to install...