码迷,mamicode.com
首页 >  
搜索关键字:wget linux命令详解。    ( 7015个结果
rrdtool安装 (centos6) 修改运维网Cacti图形旁边的字
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
Ubuntu 14.04 标题栏实时显示上下行网速、CPU及内存使用情况
首先当然是用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
linux资料整理之proftpd服务安装管理
博客: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
CentOS6.6下的authpuppy源码安装与配置完全纯净版,内有问题解答
安装与配置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
Redis安装创建
安装下载,解压和安装:$ 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
centos6.5的yum源更改成163的源
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管理自己的代码
安装gitlab的资料网上搜索很多,但发现很多都是比较老的资料了。我把我安装的过程记录一下,应该是最简单的过程了1. 到https://about.gitlab.com/downloads/ 下载跟自己系统对应的版本。 注意一定是对应的。如果会出各种问题以ubuntu 14.04为例。就是先wget...
分类:其他好文   时间:2014-11-21 14:07:50    阅读次数:214
PHPStorm中调试PHP代码
之前一直通过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
cygwin install git
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...
分类:Windows程序   时间:2014-11-21 01:21:12    阅读次数:229
CentOS6编译装载nbd模块
今天突然发现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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!