11 2022 档案

摘要:server端 /etc/openvpn/server.conf port 1258proto udpdev tunca ca.crtcert server1.crtkey server1.key # This file should be kept secretdh dh.pemcrl-verif 阅读全文
posted @ 2022-11-24 16:28 liulj0713 阅读(1) 评论(0) 推荐(0) 编辑
摘要:crontab -e之后编辑,30 21 */2 * * 加上待执行的操作,这个示例是每2天的21:30执行相应的操作 详细看下面的介绍,基本格式 : * * * * * command 分 时 日 月 周 命令 第1列表示分钟1~59 每分钟用*或者 */1表示 第2列表示小时1~23(0表示0点 阅读全文
posted @ 2022-11-10 11:02 liulj0713 阅读(620) 评论(1) 推荐(0) 编辑
摘要:查cpu 型号: cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 物理数量:cat /proc/cpuinfo |grep "physical id"|sort |uniq|wc -l 逻辑数量:cat /proc/cpuinfo |gre 阅读全文
posted @ 2022-11-02 08:07 liulj0713 阅读(157) 评论(0) 推荐(0) 编辑

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