依赖安装
Debian
/Ubuntu
apt-get update
apt-get install python wget screen -y
CentOS
/RHEL
yum install screen wget python -y
使用方法
screen -S uping
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py
python uping.py
提示:第一次使用如果出现乱码,退出后重新输入python uping.py
即可;
界面预览
操作说明
退出界面:Ctrl + A + D
进入界面:screen -r uping
退出程序:Ctrl + C
查看screen进程:screen -ls
结束screen程序:exit
GitHub:https://github.com/FunctionClub/uPing
相关推荐: linux vim bash 脚本学习笔记 by 蘭雅sRGB
grep ip 并计数grep -oE ‘[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}’ | sort | uniq -c| sort -nrk 1 # 应用: 统计自己电信服务商IP动态变化 cat /var/log…
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
喜欢就支持一下吧
相关推荐
评论 抢沙发
请登录后发表评论
注册