乌班图修改为UTC时区 服务器
1.查询可用时区列表
timedatectl list-timezones
2.设置为UTC时区
sudo timedatectl set-timezone UTC
3.同步时区
apt install ntpdate
sudo ntpdate cn.pool.ntp.org
查看当前时间
date -R
宝塔定时任务访问url url内有header跳转处理 服务器
使用宝塔计划任务访问url类型不会自动跳转,需要使用shell命令
wget --spider -nv --max-redirect 100000 "http://xxxxx"