09 2016 档案

摘要:文章: http://www.2cto.com/os/201504/389011.html 重启网络 阅读全文
posted @ 2016-09-21 15:18 BigBao的博客 阅读(424) 评论(0) 推荐(0) 编辑
摘要:重启mysql提示MySQL server PID file could not be found! Starting MySQL...The server quit without updating PID file (/usr/local/mysql/data/rekfan.pid). 我只能呵 阅读全文
posted @ 2016-09-20 11:35 BigBao的博客 阅读(401) 评论(0) 推荐(0) 编辑
摘要:Linux中find常见用法示例 ·find path -option [ -print ] [ -exec -ok command ] {} \; find命令的参数; pathname: find命令所查找的目录路径。例如用.来表示当前目录,用/来表示系统根目录。-print: find命令将匹 阅读全文
posted @ 2016-09-20 10:13 BigBao的博客 阅读(374) 评论(0) 推荐(0) 编辑
摘要:[root@storage ~]# cat ping.ip #!/bin/bashfor ip in `seq 1 255` do { ping -c 2 192.168.220.$ip > /dev/null 2>&1 if [ $? -eq 0 ]; then echo 192.168.220. 阅读全文
posted @ 2016-09-13 11:06 BigBao的博客 阅读(2196) 评论(0) 推荐(0) 编辑
摘要:nginx+tomcat是想动静分离配置 首先在nginx的配置文件中添加tomcat的的集群配置 upstream tomcats { ip_hash; server 192.168.0.251:8080; server 192.168.0.252:8081; server 192.168.0.2 阅读全文
posted @ 2016-09-13 10:14 BigBao的博客 阅读(495) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示