本文主要是以CentOS6系列为操作系统,来安装配置web服务,并实现虚拟用户,https,和基本的用户认证等相关内容。写在前面:操作系统:CentOS6.5服务器的IP:172.16.10.9httpd的版本:httpd-2.2.15系列SElINUX状态:disabled下面开始安装配置旅程:一、web的安装配置1、安装:yum..
分类:
Web程序 时间:
2014-08-11 10:19:02
阅读次数:
288
第一步:首先安装postgresql93的RPM资料库 wget http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm 第二步:执行命令安装rpm -ivh pgdg-redhat93-9.3-1.noarch.rpm 第三步:执...
分类:
数据库 时间:
2014-08-11 08:29:32
阅读次数:
374
1、安装1、1 使用yum安装的 命令:$ yum install git git-gui 1、2 生成密钥对,使用ssh-keygen方法具体生成方式参考“使用ssh-keygen生存密钥对”一文 1、3将生成的公钥复制到github.com中的SSHKEY中如果出现产生的ssh-key无效的错误...
分类:
系统相关 时间:
2014-08-11 00:03:21
阅读次数:
416
Apache是世界使用排名第一的Web服务器软件。它可以运行在几乎所有广泛使用的计算机平台上,由于其跨平台和安全性被广泛使用,是最流行的Web服务器端软件。接下来,我们通过一系列实验,来对其有一个更加深入的了解。1.通过yum安装httpd服务[root@wh1~]#yuminstallhttpd2.配置文..
分类:
其他好文 时间:
2014-08-10 18:52:01
阅读次数:
304
1、安装erlang 语言环境 安装依赖文件 #yum install ncurses-devel进入 http://www.erlang.org/download.html 选择源文件下载 wget http://www.erlang.org/download/ otp_src_17.1.tar....
分类:
其他好文 时间:
2014-08-10 18:06:00
阅读次数:
342
yum自动安装: yum install lrzsz 手动安装方法如下: 定制安装的linux可能没有把rzsz包安装到系统,这对用securecrt这样的windows工具传输文件特别不方便。为了使用这个方便的法门,可以手动安装之。 1、 下载软...
分类:
其他好文 时间:
2014-08-10 13:13:10
阅读次数:
254
1.下载MySQL我下载的版本:mysql-5.6.4.tar.gz2.安装之前先卸载CentOS自带的MySQL[root@localhost ~]#yum remove mysql3.编译安装Cmake下载cmake源码包:http://www.cmake.org/files/v2.8/cmak...
分类:
数据库 时间:
2014-08-10 10:19:10
阅读次数:
409
一、列出ntp软件包 yum list ntp二、安装ntp软件包 yum install ntp三、修改配置文件 vi /etc/ntp.conf四、启动ntp service ntpd start五、关闭ntp service ntpd stop六、查看状态 ntpq -p七、设置开...
分类:
其他好文 时间:
2014-08-10 01:42:49
阅读次数:
236
CentOS6.4安装readline时报错:/usr/bin/ld : cannot find -lncurses解决方法:安装ncurses-devel,输入命令:#yum install ncurses-devel###安装完成后重新安装readline(#pip install readli...
分类:
其他好文 时间:
2014-08-09 21:14:29
阅读次数:
1431
下载对应CentOS版本的rpmforge,下载地址:http://pkgs.repoforge.org/rpmforge-release/安装rpmforge,输入命令:#rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm(版本对应)用yum安装...
分类:
其他好文 时间:
2014-08-09 15:36:08
阅读次数:
228