摘要:
查询内核版本、内存、cpu使用等信息 1. 查询操作系统 # cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core) 阅读全文
摘要:
pip教程 1.0 pip安装: # 1、安装epel-release拓展源 yum -y install epel-release # 2、清空cache yum clear all # 3、执行makecache yum makecache # 4、安装pip yum -y install py 阅读全文
摘要:
参考资料 1. Shell脚本:while read line无法读取最后一行 阅读全文
摘要:
centos8内核切换版本 切换步骤: uname -a #查看当前使用的内核版本 cat /boot/grub2/grub.cfg | grep menuentry # 检查已经安装的内核版本 grup2-set-default 'Centos Linux(6.4.0) 7 (Core)' # 设 阅读全文
摘要:
rsync+inotify数据实时同步 参考资料 1. rsync+inotify数据实时同步 阅读全文