2016年9月14日

shell脚本,如何监控mysql数据库。

摘要: [root@localhost wyb]# cat jkmysql #!/bin/bash status=`/etc/init.d/mysqld status|grep running|wc -l` process=`ps -ef |grep mysqld|grep -v grep|wc -l` port=`lsof -i:3306|grep -i listen|wc -l` mysql... 阅读全文

posted @ 2016-09-14 00:22 王月波 阅读(2729) 评论(0) 推荐(0)

shell脚本,如何破解字符串对应的md5sum前的RANDOM对应数字?

摘要: 已知下面的字符串是通过RANDOM随机数变量md5sum|cut-c 1-8截取后的结果,请破解这些字符串对应的md5sum前的RANDOM对应数字?[root@localhost md5]# cat zifuchuang 21029299 00205d1c a3da1677 1f6d12dd 890684b [root@localhost md5]# cat shuzi.sh #!/bin... 阅读全文

posted @ 2016-09-14 00:06 王月波 阅读(2165) 评论(0) 推荐(0)

导航