摘要:
配置ntp ntp就是网络时间同步的服务,时间的准确性非常重要,很多数据在记录时都要知道准确的时间。网上有很多站点,一般国内会设置匹配中科院国家授时中心的时间。 1、安装ntp软件 [root@localhost ~]# rpm -qa | grep ntp //检测是否已安装,这个软件默认是安装的 阅读全文
摘要:
配置telnet 通过配置文件,我们可以设置telnet的连接时间、连接数、连接ip等,实现更加安全的连接 1、设置连接时间,参数“access_times” [root@localhost wj]# gedit /etc/xinetd.d/telnet service telnet { flags 阅读全文