摘要:
1)修改当前交互终端的limit值 查询当前终端的文件句柄数: ulimit -n 回车,一般的系统默认的1024. 修改文件句柄数为65535,ulimit -n 65535.此时系统的文件句柄数为65535. 2)将ulimit 值添加到/etc/profile文件中(适用于有root权限登录的 阅读全文
摘要:
centos7: 最常见的使用ntpdate同步主机时间: yum install -y ntpdate 设置时间同步 /usr/sbin/ntpdate cn.pool.ntp.org 加入定时任务crontab 执行:crontab -e 在文件末尾添加: */* 1 * * * /usr/sb 阅读全文