2008-07-24

Install zabbix Server

关键字: zabbix
------------------------------- Install zabbix Server -------------------------------  Install mysql 【mysql】 Version:mysql-5.0.51.tar.gz Run: #groupadd mysql #useradd -g mysql mysql cd mysql-5.0.51 Run: ./configure \ --prefix=/usr/local/mysql \ --with-mysqld-user=mysql cp support-files/my-mediu ...
2008-07-24

Install Net-SNMP

关键字: install net-snmp
Install Net-SNMP 1. If you plan to use any hosts with SNMP v2c support, you must download and install the Net-SNMP libraries. Net-SNMP provides installers to install their product. However, caution must be taken not to use long file names as Cacti does not support them in this version. We ...
2008-07-24

windows系统安装cacti

关键字: cacti
Installing Cacti on Windows ================================= Installations 1. Download and install the following pieces of software: * (optional) Apache and install it to c:apache or c:apache2. Make sure to install it as a service. * Cacti and extract it to the root of your ...
2008-07-24

Solaris系统安装cacti

关键字: cacti
Installing Cacti on Solaris ================================= 1. INTRODUCTION 1.1 Disclaimer Use the information in this document at your own risk. I disavow any potential liability for the contents of this document. Use of the concepts, examples, and/or other content of this document is entirely ...
2008-07-24

Linux系统安装cacti

关键字: cacti
Installing Cacti on Linux ================================= 1.Mysql source code installation shell> groupadd mysql shell> useradd -g mysql mysql shell> gunzip < mysql-VERSION.tar.gz | tar -xvf - shell> cd mysql-VERSION shell> ./configure --prefix=/usr/local/mysql shell> make shell> make install ...
2008-07-10

shell 过滤数字/字符命令

关键字: shell 过滤数字/字符命令
echo 12345adsfdsf90|tr -cd 0-9 echo 12345adsfdsf90|tr -cd a-z
2008-07-07

date 前n天

关键字: date 前n天
date --date '1 days ago' '+%Y-%m-%d'
2008-06-30

perl工具包安装

关键字: perl工具包安装
http://search.cpan.org/ urllist http://cpan.modperl.cn/ http://mirrors.xueron.com/CPAN/ http://cpan.linuxforum.net/ cpan install Date::Simple
2008-05-22

pear 安装工具包

关键字: pear
需要的pear包可以到官网下载安装http://pear.php.net/packages.php 例如: /usr/local/bin/pear install --alldeps http://download.pear.php.net/package/HTTP_Request-1.4.2.tgz /usr/local/bin/pear install --alldeps http://download.pear.php.net/package/Log-1.10.1.tgz
将WSDL文件存到classes目录下 如:EchoService.wsdl WebServiceClientTest2.java文件 package test; import org.codehaus.xfire.client.Client; import org.springframework.core.io.ClassPathResource; import org.springframework.core.io.Resource; public class WebServiceClientTest2 { /** * @param args */ ...
yanwenhan
搜索本博客
最近加入圈子
存档
最新评论