CentOS 6 去年就停止更新了,部分机器还在用老系统导致无法yum update ,替换Vault源解决。
wget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.odata.cc/repo/Centos-6.repo...
受最近 Let'sEncrypt 曾经的根证书DST Root X3过期影响,导致系统后端连接使用 Let'sEncrypt 证书的网址提示以下证书过期错误:
curl: (60) SSL certificate problem: certificate has ex...
没BBR的日子感觉就像回到了56kb拨号一样,所以留个笔记方便快速部署。
uname -r 看下是不是4.18(不含)以上版本,如果是4.18需要做以下操作。
一、升级内核
rpm --import https://www...
CentOS 安装项目提示
Loaded plugins: fastestmirror, refresh-packagekit, security
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/repo/ar...
装个php单页,没啥需求,一键yum即可。
1、安装apache和php
yum install httpd httpd-devel
yum install php
2、路径备注:
apache配置文件:/etc/httpd/conf/httpd.conf
网站根目...
笔记。后期方便复制粘贴
一、前期准备 make和g++
yum -y install gcc automake autoconf libtool make gcc-c++ glibc
二、安装相关组件
1、下载解压pcre
wget https://sourceforg...