摘要: 利用screen 可以实现会话管理,如:新建会话,共享会话等 注意:CentOS7 来自于base源,CentOS8 来自于epel源 范例:安装 screen screen命令常见用法: shutdown [OPTION]... [TIME] [MESSAGE] [root@centos7 ~]# 阅读全文
posted @ 2021-03-07 19:05 君凌天 阅读(140) 评论(0) 推荐(0)
摘要: 20 1 1 21 2 10 22 4 100 23 8 1000 24 16 10000 25 32 100000 26 64 1000000 27 128 10000000 28 256 100000000 29 512 1000000000 210 1024 100000000000 211 阅读全文
posted @ 2021-03-07 15:04 君凌天 阅读(3649) 评论(0) 推荐(0)
摘要: 安装Base repo源 cd /etc/yum.repos.d/ wget http://mirrors.aliyun.com/repo/Centos-7.repo 备份系统原来的repo文件 mv CentOs-Base.repo CentOs-Base.repo.bak 将下载的repo源,重 阅读全文
posted @ 2021-02-15 13:09 君凌天 阅读(57) 评论(0) 推荐(0)