Skip to content

Instantly share code, notes, and snippets.

View lenvon2012's full-sized avatar
🏠
Working from home

lenvon2012 lenvon2012

🏠
Working from home
View GitHub Profile
@ComeBey
ComeBey / v2ray 计划crontab
Last active November 18, 2019 16:19
v2ray定时重启服务crontab
以下同步时间选择其中一种,如果无法同步本地时间请google下(关键字centos7或者centos6或者debian时间同步本地时间等关键字)
方法一.校准时间同步本地时间 date -R 查看vps时间
sudo -i root权限进入
(一) yum -y install ntp ntpdate 安装ntpdate工具
(二) ntpdate cn.pool.ntp.org 设置系统时间与本地网络时间同步
(三) hwclock --systohc 将系统时间写入硬件时间
方法二.校准时间同步本地时间 date -R 查看vps时间
(1)yum install ntp //安装ntp服务
(2)systemctl enable ntpd //开机启动服务