1.安装Nginx源安装本人安装环境是Deepin(Ubuntu的衍生版),所以最简单的方法就是执行sudo apt-get install nginx或者CentOS下:yum install nginx编译安装http://nginx.org/ 下载最新版1.9.5,支持HTTP/2模块,号称更...
分类:
数据库 时间:
2015-10-23 18:06:07
阅读次数:
323
1. 虚拟机安装Ubuntu 14.04 LTS2. 更新安装源安装163的源3. 安装Vim4. 安装build-essential默认没有安装g++5. 安装ssh服务便于远程操作。sudo apt-get install openssh-server修改配置:sudo vim /etc/ssh...
分类:
系统相关 时间:
2015-10-18 10:03:12
阅读次数:
828
1.先添加几个RPM下载源 1.1)安装RPMforge的CentOS6源[root@AY130611215205Z ~]# wget -chttp://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_6...
分类:
其他好文 时间:
2015-10-15 14:28:44
阅读次数:
370
【编译运行】下载Quake3中的资源,安装Q3Ademo、Quake III Arena,拷贝Q3Ademo中demoq3目录下的pak0.pk3到Quake III Arena的对应目录中,使用VS打开quake3-1.32b中code目录下的quake3.sln,注释files.c中下列行, ....
分类:
其他好文 时间:
2015-10-12 17:27:05
阅读次数:
483
3proxy是一个由俄罗斯人开发的多平台代理软件,支持http/https/ftp/socks4/socks5/socks4a/socks5a等多种代理方式。(又是俄罗斯人)同时它还支持将HTTP代理转为socks5代理,及多代理负载均衡。我这里使用的平台是CentOS6安装方式用的是yumepel源安装#yuminstall3proxy-y
#rpm-..
分类:
其他好文 时间:
2015-10-11 06:49:43
阅读次数:
926
检查镜像是否挂载创建挂载点将镜像挂载到/mnt/yum目录下,查看是否挂载成功将镜像永久挂载:编辑配置文件清除缓存,列出yum源安装软件测试以上为RedHad7本地源配置
分类:
系统相关 时间:
2015-10-10 14:06:11
阅读次数:
315
方法一:源安装1.添加公钥sudoapt-keyadv--keyserverkeyserver.ubuntu.com--recv-keyF8D030EC2.添加傲游源sudoapt-add-repository"debhttp://dl.maxthon.cn/linux/deb/stablemaxthon"或者:sudoecho"debhttp://dl.maxthon.cn/linux/deb/stablemaxthon">/etc/apt/source.list...
分类:
系统相关 时间:
2015-10-05 07:01:38
阅读次数:
297
一、环境介绍:负载均衡服务器(主):192.168.10.128(LNMP)WEB服务器1:192.168.10.144(NGINX)WEB服务器2:192.168.10.145(NGINX)注:主服务器使用编译安装的LNMP;WEB服务器1和2均只使用EPEL的yum源安装了nginx。二、配置负载均衡服务器#vi/etc/nginx/nginx.conf
http{
upstreamwww..
分类:
其他好文 时间:
2015-10-01 01:48:27
阅读次数:
261
Percona-XtraDB-Cluster环境【单个物理server上部署的3个节点】一、相关软件安装#安装前确认源安装mysql已经卸载#rpm-qa|grepmysql*#rpm-e--nodepsmysql-server-5.1.73-5.el6_6mysql-libs-5.1.73-5.el6_6mysql-5.1.73-5.el6_6mysql-devel-5.1.73-5.el6_6yum-yinstallhttp://www..
分类:
数据库 时间:
2015-09-24 19:27:58
阅读次数:
234
RHEL6.4系统中的LAMP环境搭建一、环境准备1.安装编译工具gcc、gcc-c++使用安装光盘作为yum源,安装gcc、gcc-c++,命令如下:yum-yinstallgccyum-yinstallgcc-c++2.关闭RPM包安装的Apache、MYSQL服务1).关闭服务servicehttpdstopservicemysqldstop2).关闭自启动chkconfighttpdof..
分类:
其他好文 时间:
2015-09-22 19:11:11
阅读次数:
197