有的没的~
Sunday, January 13, 2019
Linux 开机启动服务
开机启动服务:
chkconfig --add test
chkconfig test on
查看开启的服务列表:
chkconfig --list
参考:
https://www.thegeekstuff.com/2011/06/chkconfig-examples/
Newer Posts
Older Posts
Home
ACL的permit和deny两种含义
permit 允许 deny 拒绝 permit 匹配 deny 不匹配
Hyper-V 里 AD 作为 NTP server 小坑
源为 "VM IC Time Synchronization Provider" 并且无法修改 解决方法: 在 Hyper-V 的设定中关闭 “Time synchronization” 另外注意 Hyper-V 的时间是否正常: Hyper...
升级 FortiGate 固件后打不开 Web 控制台
旧固件版本:5.4.4 新固件版本:5.6.2 1. 进入 CLI 2. 重置 HTTPS server 证书为 "Fortinet_Factory" config system global set admin-server-cert ...
Disable Firefox update notification
To add a policy, follow the steps: 1. Go to the firefox installation directory (for any supported OS). 2. Create a directory called distribu...