1.下载软件
wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.7.tar.gz
2.安装依赖包
1
yum install gcc libxml2-devel libpng-devel pkg-config glib pixman pango pango-devel freety...
分类:
其他好文 时间:
2014-11-23 13:09:12
阅读次数:
251
首先当然是用wget下载indicator-sysmonitor,终端执行命令:wget -chttps://launchpad.net/indicator-sysmonitor/trunk/4.0/+download/indicator-sysmonitor_0.4.3_all.deb。下载好后,...
分类:
系统相关 时间:
2014-11-22 22:56:38
阅读次数:
328
博客:http://lijinhuan.blog.51cto.com/微博:http://weibo.com/lijinhuanexperience微信:xiaoleetongxue一、安装 (1)wget-cftp://ftp.proftpd.org/distrib/source/proftpd-1.3.4b.tar.gz (2)tarzxfproftpd-1.3.4b.tar.gz(3)cdproftpd-1.3.4b (4)./configure--prefix..
分类:
系统相关 时间:
2014-11-22 02:06:10
阅读次数:
280
安装与配置authpuppy:源码包:#wget https://launchpad.net/authpuppy/trunk/1.0.0-stable/+download/authpuppy-1.0.0-stable.tgz#cd /hometar -xvf authpuppy-1.0.0-stab...
分类:
其他好文 时间:
2014-11-21 18:38:55
阅读次数:
1632
安装下载,解压和安装:$ wget http://download.redis.io/releases/redis-2.8.17.tar.gz$ tar xzf redis-2.8.17.tar.gz$ cd redis-2.8.17$ make编译后的可执行文件在src目录中,可以使用下面的命令运...
分类:
其他好文 时间:
2014-11-21 18:10:24
阅读次数:
173
centos自带的yum源经常下载很慢,今天将其换成了163的源,现在记录一下163官网说明:http://mirrors.163.com/.help/centos.html#我安装的是centos6.5mini的版本,为了后面的下载163的源,先安装wget
yuminstall-ywget
#进入相应的目录
cd/etc/yum.repos.d/
#备份
[root@localho..
分类:
其他好文 时间:
2014-11-21 16:40:32
阅读次数:
145
安装gitlab的资料网上搜索很多,但发现很多都是比较老的资料了。我把我安装的过程记录一下,应该是最简单的过程了1. 到https://about.gitlab.com/downloads/ 下载跟自己系统对应的版本。 注意一定是对应的。如果会出各种问题以ubuntu 14.04为例。就是先wget...
分类:
其他好文 时间:
2014-11-21 14:07:50
阅读次数:
214
之前一直通过echo,var_dump,print_r等将变量输出来调试PHP,效率奇低。而使用xdebug,就可以直接在IDE中调试PHP了。 安装xdebug 下载xdebug 请下载对应PHP版本的xdebug 1 2 3 wget wget http: //xdebug .org /f...
分类:
Web程序 时间:
2014-11-21 12:51:50
阅读次数:
293
Installation with CygwinIf you're comfortable withCygwin, then use it to install git, ssh, wget and python. Install pip, and use pip to install git-re...
今天突然发现CentOS系统没有nbd模块,只能重新装下,下面记录下整个编译过程:[root@localhost ~]# yum install -y kernel-headers kernel-devel[root@localhost ~]# wget ftp://ftp.redhat.com/p...
分类:
其他好文 时间:
2014-11-20 21:47:47
阅读次数:
286