一. 准备依赖库安装make:yum -y install gcc automake autoconf libtool make安装g++:yum install gcc gcc-c++二. 编译安装pcrepcre 是一个正则表达式的库,编译nginx需要依赖该库实现url rewrite下载源码...
分类:
Web程序 时间:
2014-06-18 15:18:33
阅读次数:
231
centos6.5 x86_64安装oracle 11.2.0.3grid
1、安装前的准备 工作
1.1、配置node1
1.1.1、配置虚拟机并安装centos
安装node1-----
1、安装node1
1.1、添加30G的硬盘,1G内存,2个处理器,添加两个网卡NAT
1.2、设置主机名同时配置网络
node1.localdomain 192.168.0.3/2...
分类:
数据库 时间:
2014-06-18 11:33:29
阅读次数:
430
Mac 上VitrualBox安装CentOS6.5用着用着发现root分区磁盘空间不足 调整root分区的大小的方法...
分类:
其他好文 时间:
2014-06-17 22:02:15
阅读次数:
330
Centos6.5(Linux)安装Nginx...
分类:
系统相关 时间:
2014-06-17 21:57:36
阅读次数:
340
rsyslog服务端配置centos6.4x64系统系统自带rsyslog5.8版本rsyslog是一个syslogd的多线程增强版。现在Fedora和Ubuntu,rhel6默认的日志系统都是rsyslog了rsyslog负责写入日志,logrotate负责备份和删除旧日志,以及更新日志文件####################################首先部署好lam..
分类:
其他好文 时间:
2014-06-17 16:56:50
阅读次数:
365
环境说明:[root@dbhtml]#uname-a
Linuxdb2.6.32-358.el6.x86_64#1SMPFriFeb2200:31:26UTC2013x86_64x86_64x86_64GNU/Linux
[root@dbhtml]#cat/etc/redhat-release
CentOSrelease6.4(Final)lvs安装部署:1、查看内核模块是否支持lsmod|grepip_vs#发现没有2、安装wgethttp://www..
分类:
其他好文 时间:
2014-06-16 16:49:23
阅读次数:
326
问题如题,上传文件名问号2.定位$localeLANG=en_USLC_CTYPE=zh_CN.UTF-83.修复所有用户生效,/etc/profile.d中加入setlang.sh:exportLC_CTYPE=zh_CN.UTF-8特定用户生效,~/.bash_profile中加入exportLC_CTYPE=zh_CN.UTF-8
分类:
其他好文 时间:
2014-06-16 16:47:18
阅读次数:
518
当使用mail命令发邮件时,默认的是使用本地的smtp服务,centos5的时候是sendmail,centos6的时候是postfix。但每台机器都维护一个smtp服务,成本开销很大。通过修改/etc/mail.rc可以指定远程的smtpservercat>>/etc/mail.rc<<EOF#Forsetsmtpserversetsmtp=192.168.1..
分类:
其他好文 时间:
2014-06-16 16:31:56
阅读次数:
260
把下载的apache-tomcat-7.0.19.tar.gz文件上传到服务器的根目录 #tar zxvf apache-tomcat-7.0.19.tar.gz #mv apache-tomcat-7.0.19 apache-tomcat #vim /etc/profile...
分类:
其他好文 时间:
2014-06-15 23:34:50
阅读次数:
218
查看系统版本cat /etc/redhat-release下载CentOS 版本所对应的EPEL 的版本wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm命令安装EPEL 软件包rpm ...
分类:
其他好文 时间:
2014-06-15 22:16:46
阅读次数:
413