安装与配置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
之前一直都是一键搭建的web服务器,但是一键搭建的环境相对来说都是比较老的。如果要用比较新的环境,特别是正式服务器,就必须自己手动编译搭建了(以下搭建基于linux centos6.5 32位服务器)。
三、安装php
进入安装目录:
cd /opt
下载并解压:
Wget http://am1.php.net/get/php-5.4.34.tar.gz/from/this/mirro...
分类:
数据库 时间:
2014-11-20 15:27:04
阅读次数:
299
最近试验了一下 ubuntu 12.06 (x86) 安装,openCV
安装脚本
最好的文章是 https://help.ubuntu.com/community/OpenCV, 它提供一个脚本(
opencv.sh) 做了所有的安装工作
version="$(wget -q -O - http://sourceforge.net/projects/opencvlibrary/fi...
分类:
其他好文 时间:
2014-11-20 15:23:54
阅读次数:
250
现象:
1 启动nginx成功,使用wget 127.0.0.1得到内容,但是提示是禁止访问(403);
2 查看/var/log/nginx/error.log,提示访问/home/www/l.com/i.html禁止;
3 查看SELinux 是否运行: sestatus -v,enable就是运行了
4查看/var/log/Audit/Audit.log日志,发现有提示到nginx被...
分类:
Web程序 时间:
2014-11-20 00:06:55
阅读次数:
720