属于我的梦,明明还在
个人工具站/博客持续更新中用于技术层面探讨 http://rhx0306.online/
摘要: 一、 系统优化脚本 #/bin/bash # 设置时区并同步时间 ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime if ! crontab -l |grep ntpdate &>/dev/null ; then (echo "* 1 * 阅读全文
posted @ 2022-03-04 14:22 属于我的梦,明明还在 阅读(46) 评论(0) 推荐(0)
摘要: BOOTPROTO=static 1、none表示使用静态IP,dhcp表示使用动态IP。 2、none的IP地址要自行配置 ,dhcp动态IP地址是自行生成。 3、BOOTPROTO=none 无(不指定)通常是DHCP或static,要自己自行指定IP地址 阅读全文
posted @ 2022-03-04 11:23 属于我的梦,明明还在 阅读(5606) 评论(0) 推荐(0)