UBUNTU修改时区 同步时间
sudo tzselect
根据需求选择所需时区
保存时区数据
sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
写入系统设置
hwclock --systohc
查看并同步
timedatectl
sudo tzselect
根据需求选择所需时区
保存时区数据
sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
写入系统设置
hwclock --systohc
查看并同步
timedatectl
install.sh1有时候配置了V2ray但是推送和拉取还总是超时,原来是没走代理,得需要手动配置如下:设置代理1.http || https协议//设置全局代理//httpgit config --global https.proxy...