在Centos / RHEL 系安装需要以下 packagesautoconfautomakejemalloc-devellibedit-devellibtoolncurses-develpcre-develpkgconfigpython-docutilspython-sphinx 没有pyt...
分类:
其他好文 时间:
2014-08-13 18:13:46
阅读次数:
265
一、系统环境系统平台:RedHat 6.4Java version:jdk-6u45-linux-x64Jboss version:jboss-5.1.0.GA-jdk6二、下载jdk1.6http://www.oracle.com/technetwork/java/javasebusiness/d...
分类:
系统相关 时间:
2014-08-13 18:01:36
阅读次数:
290
1.关闭防火墙和SELinux[root@ser5/]#serviceiptablesstop[root@ser5/]#vim/etc/selinux/configSELINUX=permissive(将enforcing改为permissive)保存退出2.准备两台虚拟机,一台作为服务器,一台作为客户机,配置两个主机的IP地址,使服务器和客户机能够通信服务器:[root@ser5..
分类:
系统相关 时间:
2014-08-13 03:46:16
阅读次数:
301
1.首先准备两台主机,一台做服务器,一台做客户机,保证两台能够相互通信服务器IP地址:192.168.4.5客户机IP地址:192.168.4.2052.给服务器配置NFS服务[root@ser5/]#rpm-qnfs-utilsrpcbindnfs-utils-1.2.3-39.el6.x86_64rpcbind-0.2.0-11.el6.x86_64确定这两个软件包已经安装,..
分类:
系统相关 时间:
2014-08-13 03:45:45
阅读次数:
290
1. 创建挂载目录
mkdir /media/centos
2....
分类:
其他好文 时间:
2014-08-13 01:16:45
阅读次数:
219
如何查看网卡是否安装1ifconfig-a如果没有ethX就很可能是网卡没有安装,至少可以断定网卡没有自动加载。如果这时输入ifconfigeth0xxxx.xxxx.xxxx.xxxx系统会提示没有eth0该设备。2可以用dmesg|grepethx来查看系统能不能检查到该模块。如果能会返回ATL2:eth0NICLinkisup<100M..
分类:
系统相关 时间:
2014-08-12 17:40:05
阅读次数:
252
RedHatEnterprise6.5环境下使用eAccelerator优化网站性能第一步:在做优化之前,首先对网站服务器的硬件做一下检测1,内存信息:2G内存,swap容量为4G[root@linuxcast~]#free-mtotalusedfreesharedbufferscachedMem:18701228642047435-/+buffers/cache:7441125Swap:4095040952..
分类:
Web程序 时间:
2014-08-12 03:36:34
阅读次数:
820
#查看是否安装yum#rpm-qa|grepyum[root@lab~]#rpm-qa|grepyum#寻找适合自己操作系统的yum安装包(可以通过浏览器,来翻开寻找)#http://mirror.centos.org/centos-6/6.5/os/x86_64/Packages/yum-3.2.29-40.el6.centos.noarch.rpm[root@labhuxiaoming]#wgethttp://mirror.centos..
分类:
Web程序 时间:
2014-08-12 03:30:13
阅读次数:
841
一、配置yum源利用挂载光盘或其他网上yum源都可以,自行配置。二、安装开发包及库文件以及配置文件[root@90sec~]#yum-yinstallhttpd*[root@90sec~]#yum-yinstallmysql*[root@90sec~]#yum-yinstallphp*[root@90sec~]#yum-yinstallmod_sslmod_perlmod_auth_mysqllibdbi-dbd-mysql..
分类:
其他好文 时间:
2014-08-12 03:29:44
阅读次数:
305
文章来自:Oracle 官方 YUM 源IntroductionThe Oracle public yum server offers a free and convenient way to install the latestOracle Linuxpackages as well as pac...
分类:
数据库 时间:
2014-08-12 03:09:00
阅读次数:
404