Linux编译安装SNMP
先从Net-SNMP网站http://www.net-snmp.org下载源码包然后解压进入到目录编译安装./configure --prefix=/usr/local/snmp --with-mib-modules=ucd-snmp/diskio
make
make install如果编译报错,提示"make: *** [perlmakefiles] Error 2"解决办法yum ins...
阅读全文
先从Net-SNMP网站http://www.net-snmp.org下载源码包然后解压进入到目录编译安装./configure --prefix=/usr/local/snmp --with-mib-modules=ucd-snmp/diskio
make
make install如果编译报错,提示"make: *** [perlmakefiles] Error 2"解决办法yum ins...
阅读全文
安装使用yum直接安装yum install dnsmasq -y编译安装从http://www.thekelleys.org.uk/dnsmasq/下载源码包编译安装解压后进入目录make && make install就行配置创建配置文件可以把系统里配置文件复制一份使用:cp /etc/resolv.conf /etc/dnsmasq.resolv.conf
cp /et...
阅读全文
下载最新的git源码包并安装wget http://www.codemonkey.org.uk/projects/git-snapshots/git/git-latest.tar.xz
xz -d git-latest.tar.xz
tar xvf git-latest.tar
cd git-2014-08-23 (目录名不一定相同)
autoconf
./configure
make &...
阅读全文