首页
留言本
if判断常用命令选项帮助
if判断如何判断一个文件是不是目录if [ -d /tmp/ ];then echo ok.eles echo failed. fi 解释 if做开头...
admin
2019-09-14
1119
找出占用CPU 内存过高的进程脚本sh
ps -eo user,pid,pcpu,pmem,args --sort=-pcpu |head -n 10 ps -eo user,pid,pcpu,pmem,args --sort=-p...
admin
2019-04-15
937
MySQL数据库备份单循环sh
#!/bin/bash DATE=$(date +%F_%H-%M-%S) HOST=localhost USER=backup PASS=123.com BACKUP_DIR=/data/...
admin
2019-04-15
844
Linux系统发送告警脚本
# yum install mailx # vi /etc/mail.rc set from=baojingtongzhi@163.com smtp=smtp.163.com set smt...
admin
2019-04-15
886
一键查看服务器资源利用率
#!/bin/bash function cpu() { NUM=1 while [ $NUM -le 3 ]; do util=`vmstat |awk ...
admin
2019-03-18
870
服务器系统配置初始化脚本sh
#/bin/bash # 设置时区并同步时间 #ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime #if ! crontab -l |...
admin
2018-04-15
1359
自动发布PHP项目脚本sh
#!/bin/bash # QQ学员群: 545214087 , 微信学员群请加阿良老师微信邀请您: olizhenliang DATE=$(date +%F_%T) WWWROOT=/us...
admin
1970-01-01
899
‹‹
‹
5
6
7
8
9
10
11
12
13
14
››
Powered By
Z-BlogPHP 1.7.3
Theme By
优美模版
本博客为开源博客,本博客联系QQ:372097243