some auto run
1.VPS安装如下内容
yum -y install python-pip
pip install requests
pip install beautifulsoup4
#pip install lxml
2.下载
wget -O /tmp/locCheckin.py https://raw.githubusercontent.com/YouBubedu/ubedu/master/locCheckin.py
vi locCheckin.py 修改用户名和密码
利用crontab 加入定时任务中
yum install cron
crontab -e
0 */8 * * * python /tmp/locCheckin.py
wget -N --no-check-certificate https://raw.githubusercontent.com/YouBubedu/ubedu/master/Vagex-Firefox.sh && chmod +x Vagex-Firefox.sh && bash Vagex-Firefox.sh