啥也没写
发布时间:2020-12-01 11:49:25
安装php8.0依赖wget ftp://xmlsoft.org/libxml2/libxml2-2.9.10.tar.gztar xf libxml2-2.9.10.tar.gzcd libxml2-2.9.10./configuremakemake installcd ..wget https://sourceforge.net/projects/libjpeg-turbo/files/2.0.5/libjpeg-turbo-2.0.5.tar.gz/download -O libjpeg-turbo-2.0.5.tar.gztar -zxvf libjpeg.........【阅读全文】
发布时间:2020-11-27 16:50:16
yum install createrepo yum-utils -y添加清华zabbix源cat /etc/yum.repos.d/zabbix.repo [zabbix]name=zabbix - $basearchbaseurl=https://mirrors.tuna.tsinghua.edu.cn/zabbix/zabbix/5.0/rhel/7/x86_64/enabled=1gpgcheck=0mkdir /root/zabbix5yumdownloader --resolve --destdir /root/zabbix5 /zabbi.........【阅读全文】
发布时间:2020-11-19 18:00:14
添加erlang源vi erlang_solutions.repo[erlang-solutions]name=Centos $releasever - $basearch - Erlang Solutionsbaseurl=https://mirrors.tuna.tsinghua.edu.cn/erlang-solutions/centos/$releasever/gpgcheck=1gpgkey=http://packages.erlang-solutions.com/debian/erlang_solutions.ascenabled=1https://bin.........【阅读全文】
发布时间:2020-11-11 11:44:19
升级:查看kubeadm支持版本yum list --showduplicates kubeadm --disableexcludes=kubernetes安装新的kubeadmyum install -y kubeadm-1.19.3 kubelet-1.19.3 --disableexcludes=kubernetes检测kubeadm upgrade plan查看镜像kubeadm config images list拉取镜像kubeadm config images pull #最好提前拉.........【阅读全文】
发布时间:2020-11-09 17:02:52
mysql:yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpmyum install -y Percona-Server-server-56 Percona-Server-client-56 Percona-Server-devel-56openresty:yum install yum-utilsyum-config-manager --add-repo https://openresty.org/package/centos/openresty.repoyum install -.........【阅读全文】