码迷,mamicode.com
首页 >  
搜索关键字:CentOS5    ( 668个结果
linux /dev 特殊设备及使用
标准输出输入设备stdin linux shell数据重定向(输入重定向与输出重定向)详细分析 。它们就是与几个特殊文件描述符对应,fd0,fd1,fd2 (stdin,stdout,stderr) 如: [chengmo@centos5 shell]$ cat>teststdin</de...
分类:系统相关   时间:2015-08-28 15:48:09    阅读次数:801
linux 安装nginx
系统:centos5.5一、安装pcre(让nginx支持rewrite)1、pcre-8.13.tar.gz(见附件)上传到/usr/local目录下面,并解压#tarzxvfpcre-8.13.tar.gz2、配置pcre#cd/usr/local/pcre-8.13#./configure注:如果提示checkingforgcc...no;checkingforcc...no等等然后报错停止了,这可能是..
分类:系统相关   时间:2015-08-26 00:16:12    阅读次数:157
Centos5.5 安装memcache
#下载libeventhttp://libevent.org/#下载memcahcedhttp://memcached.org/downloads#安装libeventshell>tar -zxvf libevent-2.0.21-stable.tar.gzshell>cd libevent-2.0...
分类:系统相关   时间:2015-08-21 21:16:44    阅读次数:210
lamp环境搭建 centos5.5 +Apache2.2.9 +mysql5.1.18+php5.3.6 源码安装,【附配置环境】
资源包下载:https://github.com/penguinSeven/lamp/commit/8dbac0ec252a3587a387f6d386c330fba8987d9a#安装zlib压缩库 压缩工具,实现软件压缩,安装过程中有性能优化的作用#这个配置编译命令不要加目录参数#安装zlib-...
分类:数据库   时间:2015-08-21 18:42:56    阅读次数:247
ntp版本导致时间同步不成功问题
A:10.240.210.233B:10.240.180.171C:10.240.210.60A机器(ntp服务器端)root@samba~$ntpq-cversion ntpq4.2.6p5@1.2349-oFriJul2410:56:21UTC2015(1)B机器(客户端,centos5.5)同步失败root@extmail~$ntpq-cversion ntpq4.2.2p1@1.1570-oSatDec2002:52:15UTC2014(1) root@extmail~$..
分类:其他好文   时间:2015-08-21 17:20:56    阅读次数:407
centos6.6 64位下安装nfs文件共享系统
一、环境介绍:服务器:centos192.168.1.1客户端:centos192.168.1.22二、安装:nfs的安装配置:centos5:yum-yinstallnfs-utilsportmapcentos6(在CentOS6.3当中,portmap服务由rpcbind负责):yum-yinstallnfs-utilsrpcbind三、服务器端配置:1、创建共享目录:[root@centos2/]#m..
分类:其他好文   时间:2015-08-19 17:28:39    阅读次数:154
CentOS5.8 升级python至2.6.6 并安装ansible
yuminstallopensslopenssl-develtarjxvfPython-2.6.6.tar.bz2cdPython-2.6.6./configuremake&&makeinstall[root@relearn~]#pythonPython2.6.6(r266:84292,Aug192015,14:08:38)[GCC4.1.220080704(RedHat4.1.2-55)]onlinux2Type"help","copyright","credits"or"license"f..
分类:编程语言   时间:2015-08-19 17:25:08    阅读次数:1269
yum 安装mysql5.6
系统centos5.5进入http://dev.mysql.com/downloads/repo/,下载RedHat Enterprise Linux 5 / Oracle Linux 5版。点击链接No thanks, just start my download.直接下载。导入系统:sudoyu...
分类:数据库   时间:2015-08-18 19:08:55    阅读次数:245
编译安装时yum没有库文件的解决方法
centos5/6epelyum源安装在centos6.x上编译安装php时,如果指定编译参数--wity-mcrypt会需要安装libmcrypt-devel这个包才可以。但是当使用yuminstalllibmcrypt-devel的时候,会提示无这个包。这是因为centos6.x默认的yum源不在包含这个资源。需要第三方资源。首先现在如下rpm包..
分类:其他好文   时间:2015-08-16 23:26:49    阅读次数:164
Linux-Centos5.3中文乱码问题解决
1.下载中文包yuminstallfonts-chinese 会下载24M的font-chinese包。会提示是否下载yes/no按y进行下载 安装后再输入命令yuminstallfonts-ISO8859-2-75dpi依次下载安装2.编辑i18n文件编辑这个文件:vi/etc/sysconfig/i18n 将LANG="en_US.UTF-8" SYSFONT="latarcyrheb-sun16" 修改..
分类:系统相关   时间:2015-08-10 02:09:12    阅读次数:164
668条   上一页 1 ... 36 37 38 39 40 ... 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!