Administering Linux Systems: Software, Logging, and Hardware Essentials
Managing Software Packages with YUM
Linux applications are frequently installed under the /usr/local hierarchy. Configuring a reliable mirror significantly improves download speeds and stability.
To replace the default repository with Alibaba Cloud's CentOS mirror, execute:
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/rep ...
Posted on Fri, 15 May 2026 02:15:15 +0000 by kristian_gl