有的没的~
Sunday, January 13, 2019
Linux 开机启动服务
开机启动服务:
chkconfig --add test
chkconfig test on
查看开启的服务列表:
chkconfig --list
参考:
https://www.thegeekstuff.com/2011/06/chkconfig-examples/
No comments:
Post a Comment
Newer Post
Older Post
Home
ACL的permit和deny两种含义
permit 允许 deny 拒绝 permit 匹配 deny 不匹配
配置域控制器与外部NTP服务器时间同步
net stop w32time w32tm /unregister w32tm /register net start w32time w32tm.exe /config /manualpeerlist:ntp.aliyun.com,ntp.tencent.com /syncf...
CentOS 配置源为 USTC
CentOS 软件源: https://mirrors.ustc.edu.cn/help/centos.html EPEL 源: http://mirrors.ustc.edu.cn/help/epel.html
华为交换机自动备份配置文件到tftp服务器
在华为交换机创建(或上传)bat文件,放在flash:/user/bat/目录: <HUAWEI>more flash:/user/bat/cfg_backup.bat return save tftp 10.77.11.38 put flash:/vrpcfg.zi...
No comments:
Post a Comment