码迷,mamicode.com
首页 >  
搜索关键字:rhel 6    ( 2111个结果
CentOS下建立本地YUM源并自动更新
1. 尽管有很多的免费镜像提供yum源服务,但是还是有必要建立自己的yum服务器,主要出于以下几点考虑: l 网络速度:访问互联网可能比较慢 l 节省带宽:如果有大量的服务器,架设自己的yum源可以有效节省互联网带宽 l 联网限制:对于有些内网服务器,不能连接到互联网 l 对于RHEL(Re...
分类:其他好文   时间:2014-07-28 23:50:14    阅读次数:446
oracle11gR2在rhel-6.5的开机启动脚本
#!/bin/bash #chkconfig:35 98 01 #description:Startup Script for Oracle Databases #/etc/rc.d/init.d/oracle export ORACLE_BASE=/opt/oracle export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1 exp...
分类:数据库   时间:2014-07-28 16:59:24    阅读次数:309
BBS论坛的搭建
BBS论坛的搭建准备工作:Linux,Discuz_X2_SC_UTF8.zip(提供下载),SecureCRT(可用可不用)行动开始:将redhat上含有Package的disc挂载到/mnt下mount/dev/sr0/mnt强制删除本身带有的rhel-source.reporm-rf/etc/...
分类:其他好文   时间:2014-07-27 21:34:55    阅读次数:278
PXE网络无人值守装机
PXE网络无人值守装机项目目标:PXE实现局域网络中裸机自动安装Linux操作系统。 项目要求:在局域网 192.168.11.0/24 内部署一台PXE 装机服务器(CentOS 6.5系统) 提供带图片背景的PXE选择菜单,支持为客户机裸机装配64位的 CentOS 6.5、RHEL 5.9操作系统:倒计时30秒,..
分类:其他好文   时间:2014-07-27 14:19:39    阅读次数:307
postgresql install centos6.x
系统:centos6.4 安装postgresql9.3 (防火墙需要开启5432端口) 添加yum源 yum?install?-y?http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm 安装postgresql yum?install...
分类:数据库   时间:2014-07-26 03:30:57    阅读次数:266
RHEL7 recover/reset root password
If you have lost or forgot root password of RHEL7, you can follow this step to change to a new password, this is different with the RHEL6 single-user mode...
分类:其他好文   时间:2014-07-26 02:49:36    阅读次数:276
RHEL-6.5_x86-64安装Oracle-11.0.2.4系统设置
1、系统kernel参数设置 cat >> /etc/sysctl.conf << "EOF" ##### for Oracle_11gR2 ##### fs.aio-max-nr = 1048576 fs.file-max = 6815744 # kernel.shmall=2097152 # kernel.shmmax=4195057664 kernel....
分类:数据库   时间:2014-07-25 00:10:44    阅读次数:541
Linux( rhel-server-7.0-x86_64)安装Oracle Database 12c Release 1
1、官方下载安装包:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.htmllinuxamd64_12102_database_1of2.ziplinuxamd64_12102_database_1of2.zip2、创建oracle用户和组[root@localhost]#groupaddoinstall[root@localhost]#groupadddba[root@..
分类:数据库   时间:2014-07-24 23:48:44    阅读次数:395
RH network
#Red hat enterprise linux variants ##Two install sets available ##两种安装方案 ###Server rhel server rhea advanced platform ###Desktop rhel desktop workstation option Multi-OS option ##RH network #...
分类:Web程序   时间:2014-07-23 21:33:26    阅读次数:283
在linux oracle 10g/11g x64bit环境中,goldengate随os启动而自动启动的脚本
在linux oracle 10g/11g x64bit环境中,goldengate随os启动而自动启动的脚本...
分类:数据库   时间:2014-07-23 13:34:26    阅读次数:284
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!