Wiki 安装:Linux(Redhat EL5.3)下安装配置MediaWikiwiki配置:配置文件:DefaultSettings.php //权限等配置左边导航条:/wiki/index.php/MediaWiki:Sidebar* cc项目 //一级导航** api|API文档* navi...
分类:
其他好文 时间:
2014-07-03 06:04:40
阅读次数:
266
我用的系统是:redhat[root@infa~]#wgethttp://download.redis.io/releases/redis-2.8.12.tar.gztarxzfredis-2.8.12.tar.gz[root@infa~]#tarxzfredis-2.8.12.tar.gz[roo...
分类:
系统相关 时间:
2014-07-02 14:32:48
阅读次数:
271
Linux 主机之间即时传送文件,scp命令大家都很熟悉但当要传送的文件较大,过程中如果网络中断了,就比较悲剧了。这时候可以考虑使用rsync命令替代scp,实现断点续传文件。试验:rsync使用环境:2台RHEL 5.7需求:主机A传送文件夹TestDB到主机Brsync -rP --rsh=ss...
分类:
系统相关 时间:
2014-07-02 09:56:13
阅读次数:
339
linux下oracle11G DG搭建(二):主库搭建
环境
名称
主库
备库
主机名
bjsrv
shsrv
软件版本
RedHat Enterprise5.5、Oracle 11g 11.2.0.1
RedHat Enterprise5.5、Oracle 11g 11....
分类:
数据库 时间:
2014-07-02 07:33:41
阅读次数:
561
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:15:20
阅读次数:
306
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:05:36
阅读次数:
277
检查系统是否安装snmp服务
# rpm -qa|grep snmp
net-snmp-5.3.2.2-17.el5
net-snmp-perl-5.3.2.2-17.el5
net-snmp-devel-5.3.2.2-17.el5
net-snmp-libs-5.3.2.2-17.el5
net-snmp-utils-5.3.2.2-17.el5
net-snmp-libs-5....
分类:
系统相关 时间:
2014-07-01 16:01:00
阅读次数:
386
最近想尝试学习nginx,当然,准备一个nginx的debug环境是必不可少的。照着网上的文章编译好nginx debug版本,兴高采烈的准备通过gdb设置断点,进行debug时,无奈遇到一坨问题。在网上搜了些资料,自己摸索了半天,终于顺利搞定,记一笔,已留后用。 首先说明一下系统版本:RedHat...
分类:
其他好文 时间:
2014-07-01 10:40:32
阅读次数:
1057
linux下oracle11G DG搭建(一):环境准备
环境
名称
主库
备库
主机名
bjsrv
shsrv
软件版本
RedHat Enterprise5.5、Oracle 11g 11.2.0.1
RedHat Enterprise5.5、Oracle 11g ...
分类:
数据库 时间:
2014-07-01 09:22:43
阅读次数:
353
前言:随着内网linux服务器越来越多,在每台服务器上安装软件,都要先把安装盘上传上去,在配置本地yum服务,即麻烦又费时。可以在内网的一台linux服务器上安装yum服务,然后其他服务器直接修改repo文件使用yum服务就可以了。安装步骤如下:...
分类:
其他好文 时间:
2014-07-01 06:39:02
阅读次数:
287