#!/bin/bash
#Author:kernal
#Date:2014-03-25
#Filename:autoinstall_zabbixclient.sh
#autoinstall&configzabbix_agent_client
find/etc/yum.repos.d/-nameepel.repo
if[$?-eq0];then
yum–enablerepo=epel-yinstallzabbix-agent
else
rpm-ivhhttp://dl.fedorapro..
分类:
其他好文 时间:
2014-07-26 03:08:27
阅读次数:
283
Centos 6.5下SNMP简单配置(snmp protocol v3,监控宝)
jom_ch@2014/7/25
1,安装
>yum -y install net-snmp net-snmp-devel
2,配置用户信息
> echo "rouser jkb auth" >> /etc/snmp/snmpd.conf
> echo "createUser jkb MD5 iam...
分类:
其他好文 时间:
2014-07-26 02:58:26
阅读次数:
181
1 准备工作
1.1 TFTP server
上位机使用的是Ubuntu系统,TFTP server的安装方式如下:
$ sudo apt-get install tftpd-hpa
打开tftp的配置文件,路径为:/etc/default/tftpd-hpa,如下:
TFTP_USERNAME="tftp"
TFTP_...
分类:
其他好文 时间:
2014-07-26 02:39:06
阅读次数:
361
一、编译FFmpeg静态库
方法一:
1、要安装xcode命令行工具
1).xcode5安装命令行工具方法:
在终端执行命令Using xcode-select --install
2).xcode5之前安装命令行工具方法:
2、xcode5以前都是gcc编译的,在xcode5以后都是clang编译,在脚本中有所体现
3、xcode5以...
分类:
其他好文 时间:
2014-07-26 02:21:26
阅读次数:
639
参考服务器安装的是Centos 系统。
uwsgi是使用pip安装的。
nginx是使用yum install nginx安装。
python 2.7, mysql 5.5使用 yum安装。
它们之间的逻辑关系如下:
the web client the web server the socket uwsgi Django
uswgi负责从D...
分类:
其他好文 时间:
2014-07-26 02:10:06
阅读次数:
336
1,identity server install;
分类:
其他好文 时间:
2014-07-26 01:29:07
阅读次数:
261
直接yum install nginx不行,要先处理下源,下面是安装完整流程1. rpm -ivhhttp://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm2.查看yum的ngi...
分类:
其他好文 时间:
2014-07-26 01:12:56
阅读次数:
209
下载Memcached.exe保存到c:\memcached运行command:输入 c:\memcached\memcached.exe -d install 回车,安装memcached server输入 c:\memcached\memcached.exe -d start回车, 这个也可以自...
分类:
其他好文 时间:
2014-07-26 00:45:06
阅读次数:
158
MyEclipse6.0 安装svn插件博客分类:技术只说一种在线安装流程:1. 打开Myeclipse,在菜单栏中选择Help→Software Updates→Find and Install; 2. 选择Search for new features to install,点击Next进入下一...
分类:
系统相关 时间:
2014-07-25 18:58:12
阅读次数:
397
安装xfs工具yum install -y xfs*分区partedprintmklabel gptmkpart使用xfs格式化mkfs.xfs /dev/sdc1mkdir data挂载mount -t xfs /dev/sdc1 /data使重启挂载生效#vi /etc/fstabtmpfs ....
分类:
其他好文 时间:
2014-07-25 14:24:51
阅读次数:
286