Centos8无法安装screen怎么办? 有时候配置环境的时候时间长了容易卡死,一般需要安装一个会话窗口来安装程序,以免掉线卡死恢复安装进度所以一般新拿到一台服务器时候,首先安装一个screen的会话程序,yum -y install screen即可但是今天配置一个C.. CentOS Linux 2020-06-20 22:59 作者:torylf 阅读全文
更换CentOS的yum源为阿里云的镜像 直接执行以下命令:#CentOS7curl-o/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo#CentOS8curl-o/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-8.repo.. Linux CentOS 2020-06-20 22:22 作者:torylf 阅读全文