随笔 - 137  文章 - 3 评论 - 95 阅读 - 54万

11 2022 档案
H3C交换机恢复出厂配置
摘要:Console口连接 Console口线连接电脑,用PuTTY或其它终端软件,设置终端参数。参数设置要求如下: 波特率:9600 数据位:8 停止位:1 奇偶校验:无 流量控制:无 方法一 <H3C> reset saved-configuration main //清空交换机配置 The save 阅读全文
posted @ 2022-11-28 12:57 yi-sheng 阅读(1251) 评论(0) 推荐(0) 编辑
centos备文件脚本
摘要:创建x.sh文件,编辑 在/var/log/下查找log文件,复制文件到/home/omc/ftl且把结果保存到/home/omc/ftl/logs.txt文件中 [root@localhost log]# find /var/log/*.log -type f | xargs -i cp {} / 阅读全文
posted @ 2022-11-02 23:02 yi-sheng 阅读(89) 评论(0) 推荐(0) 编辑
centos 定时执行脚本
摘要:centos 定时执行脚本 --查看任务 crontab -l --安装 crontabs服务并设置开机自启 yum install crontabs -y systemctl enable crond #设为开机启动 systemctl start crond #启动crond服务 systemc 阅读全文
posted @ 2022-11-02 21:42 yi-sheng 阅读(260) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示