上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 39 下一页
摘要: #!/bin/bash #mo #20170911 #Update all oa code code=/root/code/$2/syberosoa path=/home/seim time=`date +%Y%m%d-%H%M` #Determine the results result() { if [ $? != 0 ];then echo -e "\033[3... 阅读全文
posted @ 2017-09-11 15:48 wangmo 阅读(212) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh if [ "$1"x = ""x ]; then echo "usage:/opt/bin/auto-ssh.sh user server" else user=$1 server=$2 pubkey=`cat ~/.ssh/id_rsa.pub` if [ "$pubkey"x = ""x ]; then ssh-ke... 阅读全文
posted @ 2017-09-11 15:46 wangmo 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 通过一个实例学习Django数据库的增删改查 Django - 路由系统 url.py - 视图函数 views.py - 数据库操作 models.py - 模板引擎渲染 - HttpReponse(字符串) - render(request,'/path/a.html',{'name':'roo 阅读全文
posted @ 2017-09-10 12:19 wangmo 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 在自己环境做keepalived+Redis实验时,当重启了备用redies机器后,发现两台redies主机都拿到了VIP [plain] view plain copy [root@redis2 ~]# ip addr list 1: lo: <LOOPBACK,UP,LOWER_UP> mtu  阅读全文
posted @ 2017-08-28 09:48 wangmo 阅读(1175) 评论(0) 推荐(0) 编辑
摘要: 原地址 http://blog.csdn.net/zk673820543/article/details/50680333 CentOS6.7zabbix3.0.0 1、基础软件包安装,采用yum安装yum -y install wget vim tree gcc gcc-c++ autoconf 阅读全文
posted @ 2017-08-22 16:36 wangmo 阅读(173) 评论(0) 推荐(0) 编辑
摘要: [mysqld]datadir=/var/lib/mysqlsocket=/var/lib/mysql/mysql.socksymbolic-links=0user=mysqllog_bin_trust_function_creators=1group_concat_max_len = 429496 阅读全文
posted @ 2017-08-21 10:58 wangmo 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 分享CentOS 6.6下搭建Zabbix 3.0.3 的过程,希望都大家有所帮助。 环境安装 系统环境: # cat /etc/RedHat-release CentOS release 6.6 (Final) 服务器IP地址: 10.20.0.101 Apache安装 #yum install 阅读全文
posted @ 2017-08-16 14:22 wangmo 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1.用户向浏览器输入www.web.com这个域名,浏览器第一次发现本地没有dns缓存,则向网站的DNS服务器请求; 2.网站的DNS域名解析器设置了CNAME,指向了www.web.51cdn.com,请求指向了CDN网络中的智能DNS负载均衡系统; 3.智能DNS负载均衡系统解析域名,把对用户响 阅读全文
posted @ 2017-08-10 17:12 wangmo 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1 安装前准备 1.1 硬件环境准备 无 备注: 备注: 本指导书以虚拟光驱、虚拟软驱为例,如使用物理光驱、物理软驱安装系统操作则以实际系统光盘、软盘代替。 本指导书以虚拟光驱、虚拟软驱为例,如使用物理光驱、物理软驱安装系统操作则以实际系统光盘、软盘代替。 1.2 软件环境准备 1.2.1 准备操作 阅读全文
posted @ 2017-08-08 15:44 wangmo 阅读(1104) 评论(0) 推荐(0) 编辑
摘要: 今天朋友向我反映网站出现错误:Out of resources when opening file './xxx.MYD' (Errcode: 24)错误是因为打开的文件数超过了my.cnf的--open-files-limit。open-files-limit选项无法在mysql命令行 直接修改, 阅读全文
posted @ 2017-07-29 19:26 wangmo 阅读(791) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 39 下一页