Found 35 Articles for CentOS

How to Install Particular Package Version in CentOS and Ubuntu?

Prince Yadav
Updated on 27-Jul-2023 13:44:21

908 Views

As Linux users, we often find ourselves needing to work with different versions of packages on your system. Sometimes, we need to use a specific feature that is only available in a newer version of the package, or there could be compatibility issues with other software on my system that only work with a particular version of the package. This is where the ability to install a particular package version comes in handy. In this article, we will go through various methods to install a particular version of a package in CentOS and Ubuntu. We'll explore the use of package ... Read More

Differences between Kurly and curl in Linux

Prince Yadav
Updated on 26-Jul-2023 15:21:37

173 Views

As Linux users, we often work on servers, remote machines, or headless systems where the graphical interface is not available. In these situations, the command line interface becomes the primary method of interacting with the system. Text editors and web browsers can also be used from the command line, but we need tools to download files from the internet. That's where Kurly and Curl come in. Are you tired of using the same old Curl command to download files from the internet in your Linux system? Then you may want to check out Kurly, a newer and faster alternative that ... Read More

Install ImageMagick (Image Manipulation) Tool on RHEL, CentOS and Fedora

Satish Kumar
Updated on 17-Jul-2023 16:20:08

2K+ Views

Introduction ImageMagick is a powerful open-source software suite used for image manipulation, editing, and conversion. It supports a wide range of image formats and provides a comprehensive set of command-line tools for performing various image-related tasks. In this article, we will guide you through the process of installing ImageMagick on RHEL (Red Hat Enterprise Linux), CentOS, and Fedora systems. We will also provide several examples demonstrating the usage of ImageMagick commands. Step 1: Update the System Before installing any software, it is recommended to update your system to ensure you have the latest package information. Open a terminal and run ... Read More

Install GNUMP3d - A Streaming Media Server in RHEL/CentOS/Fedora and Ubuntu/Debian

Satish Kumar
Updated on 17-Jul-2023 16:16:40

228 Views

Introduction GNUMP3d is a lightweight and easy-to-use streaming media server that allows users to share and stream their music collection over the internet. It supports various platforms, including RHEL, CentOS, Fedora, Ubuntu, and Debian. In this article, we will guide you through the installation process of GNUMP3d on these Linux distributions, along with several examples and their outputs. Prerequisites Before we proceed with the installation, make sure you have the following prerequisites − A running instance of RHEL, CentOS, Fedora, Ubuntu, or Debian. A user account with sudo privileges. Installation To install GNUMP3d, follow the steps below for ... Read More

Install EHCP in RHEL/CentOS/Fedora and Ubuntu/Debian/Linux Mint

Satish Kumar
Updated on 17-Jul-2023 16:07:51

2K+ Views

Introduction EHCP (Easy Hosting Control Panel) is a powerful and user-friendly web hosting control panel that simplifies the process of managing web servers and hosting websites. It provides a comprehensive set of features and tools to streamline the hosting experience. This article will guide you through the step-by-step process of installing EHCP on both Red Hat-based distributions (RHEL, CentOS, Fedora) and Debian-based distributions (Ubuntu, Debian, Linux Mint). Additionally, we will include examples and their output to illustrate the installation process. Prerequisites Before we begin, make sure you have the following prerequisites in place − A server or virtual machine ... Read More

Install Docker and Learn Basic Container Manipulation in CentOS and RHEL 8/7

Satish Kumar
Updated on 17-Jul-2023 16:05:28

312 Views

Introduction Docker has revolutionized the world of software development and deployment by providing a lightweight and efficient containerization platform. With Docker, developers can package their applications and dependencies into containers, making it easier to deploy and run them consistently across different environments. In this article, we will guide you through the process of installing Docker on CentOS and RHEL 8/7 and provide examples of basic container manipulation. Installing Docker on CentOS/RHEL 8 Preparing the System Before installing Docker, ensure that your system is up to date by running the following commands − $ sudo yum update $ sudo yum install ... Read More

Install Adobe Flash Player 11.2 On CentOS/RHEL 7/6 and Fedora 25-20

Satish Kumar
Updated on 17-Jul-2023 16:00:41

608 Views

Introduction Adobe Flash Player has been a widely used multimedia platform for many years, enabling users to view interactive content, play online games, and stream videos. However, with the rise of HTML5 and the continuous evolution of web standards, Flash Player has been gradually phased out and is no longer officially supported by Adobe. Nevertheless, some legacy systems and applications may still require Flash Player 11.2 to function properly. In this article, we will guide you through the process of installing Adobe Flash Player 11.2 on CentOS/RHEL 7/6 and Fedora 25-20. Prerequisites Before proceeding with the installation, ensure that you ... Read More

How To Configure PostgreSQL 12 Streaming Replication in CentOS 8?

Satish Kumar
Updated on 11-Jul-2023 16:59:59

1K+ Views

Introduction PostgreSQL is one of the most popular open-source relational database management systems (RDBMS). It provides a wide range of features such as data integrity, fault-tolerance, and scalability. One of the essential features in PostgreSQL is Streaming Replication. It allows you to create multiple copies of a PostgreSQL database cluster in near-real-time by continuously streaming the changes from the primary node to the standby nodes. Streaming replication works by streaming the write-ahead log (WAL) data generated by the primary node to one or more standby nodes over a network connection. Configuration of Master Node for Streaming ... Read More

How to Disable SELinux on CentOS 8?

Satish Kumar
Updated on 11-Jul-2023 16:12:23

709 Views

Introduction SELinux, or Security-Enhanced Linux, is a security mechanism that is built into most modern Linux distributions, including CentOS 8. SELinux works by providing a set of mandatory access control policies that restrict access to various system resources and files. The purpose of this feature is to enhance the overall security of the system by limiting the scope of potential attacks. While SELinux is an effective tool for protecting your system, some users may want to disable it for various reasons. For instance, some applications may not work well with SELinux enabled, or it might be challenging to ... Read More

How To Enable HTTPS for Varnish Cache using Hitch on CentOS/RHEL 8?

Satish Kumar
Updated on 15-May-2023 13:36:02

688 Views

In today's world of internet security, enabling HTTPS on your website is crucial to ensure the privacy and safety of your users' data. One way to achieve this is by using Varnish Cache and Hitch, a lightweight TLS proxy, to offload SSL/TLS processing from Varnish. In this article, we will guide you through the process of enabling HTTPS for Varnish Cache using Hitch on CentOS/RHEL 8. Prerequisites Before we begin, ensure that you have the following − A CentOS/RHEL 8 server Root access to the server Varnish Cache and Hitch installed A valid SSL/TLS certificate and private key ... Read More

Advertisements