当前位置: 首页 / 搜索关键词:脚本
#!/bin/bash while [
2022/07/10
以前公司用的一个网上找的MySQL自动备份到FTP的Shell脚本,一直用着不错。但是问题就是随着备份文件的越来越多,不得不定期清理FTP上的老备份文件,十分的不便。实际上MySQL备份无需保留太长时间的,如果能有自动清理旧的备份文件的功能
2022/07/10
#!/bin/bashwhile [
2022/07/10
亚太地区网络信息记录在这里,每天都有更新。http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest下面这个脚本将对这段文本进行编辑,输出国内几大运营商网段。#!/bin/sh
2022/07/10
Linux根据占用的端口号来关闭相应的进程的shell脚本写法。kill -9 $(lsof -i:22 |awk '{print $2}' | tail -n 2)
2022/07/10
1、备份语句# /usr/local/mysql/bin/mysqldump -utest -ptest test --socket=/tmp/mysql.3306.sock > /usr/local/mysql_backup/3306/t
2022/07/10
# /bin/bash# creator:lihuibin# date : 2014-03-10 16:45# desc : upload file to ftphosts=
2022/07/10
#!/bin/sh while sleep 30 do SquidNum=`ps -ef|grep squid|grep -v grep|wc -l` #HttpNum=`netstat -an|grep 0.0.0.0:80|grep -
2022/07/10
资讯推荐
热门最新
精品工具
你可能感兴趣的资讯
换一批