Tagged: centos

CentOS

June 2024: The Deadline for CentOS 7 & RHEL 7 Maintenance

In 2020, Red Hat (acquired by IBM in 2019) unilaterally announced the termination of CentOS Linux’s development. Consequently, updates for the CentOS Linux 8 series concluded in December 2021, and updates for the CentOS...

CentOS

CentOS 8 (2105) released, based on secure and stable RHEL

The CentOS Linux distribution is a stable, highly predictable, highly managed, highly repetitive platform. It is a redistributable distribution of Red Hat Enterprise Linux (RHEL) source code, and it has been revised based on...

securing website

How to set file permissions for securing website

The setting of website directory file permissions is very important to the security of the website. The following briefly describes the basic settings of website directory file permissions. We assume that the user and...

CentOS 8

Some unnecessary default services should be turned off in CentOS

How CentOS shuts down services: chkconfig –level 2345 service_name off service-name Suggest Description acpid Disable Advanced Configuration and Power Interface Advanced power settings, commonly used on Laptop apmd Disable The Advantage Power Management daemon...

install mysql source code centos

Compile and install MySQL 5.7.29 from source code in CentOS

How to compile and install MySQL 5.7.29 from source code in CentOS Install compilation tools and requirement packages: yum install gcc gcc-c++ ncurses-devel cmake bison Download mysql source code wget https://github.com/mysql/mysql-server/archive/mysql-5.7.29.tar.gz Compile and install...

chkconfig CentOS

5 chkconfig Command Examples in CentOS

The Chkconfig command is used to set, view or change the services that are automatically started at startup. Five practical examples to illustrate the use of the Chkconfig command. 1. Using Shell Script to...

SWAP partition CentOS

How to create SWAP partition in CentOS

Unix systems, and other Unix-like operating systems, use the term “swap” to describe both the act of moving memory pages between RAM and disk,[citation needed] and the region of a disk the pages are stored on. In some...

memcached CentOS

How to install & use memcached on CentOS

memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load. memcached allows you to take memory from...