LINUX一些软件安装都有依赖包,有时用rpm包要去解决依赖包问题。我们用yum来解决一些依赖包。把光盘挂载[root@node-rac1~]#mount/dev/cdrom/mnt安装createrepo[root@node-rac1~]#cd/mnt/Server/[root@node-rac1Server]#rpm-ivhcreaterepo-0.4.11-3.el5.noarch.rpm创建一个目录..
分类:
其他好文 时间:
2014-07-26 03:20:27
阅读次数:
259
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
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
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
#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启动而自动启动的脚本...
分类:
数据库 时间:
2014-07-23 13:34:26
阅读次数:
284
rhel 6.4 增加光盘为yum repo版本LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4....
分类:
其他好文 时间:
2014-07-23 12:39:16
阅读次数:
224
之前Google就说了,由于CentOS/RHEL 6已经是过期的系统,所以不再会有Chrome了。 虽然后来由于引起了社区的抗议,从而改口,不再提CentOS/RHEL 6是过期系统了;但是,目前在CentOS/RHEL 6上已经没有Chrome可以下载使用了。其实,根本的原因不是CentOS/R...
分类:
其他好文 时间:
2014-07-22 22:40:34
阅读次数:
345
CentOS 7继承了RHEL 7的新的特性,例如强大的systemctl,而systemctl的使用也使得以往系统服务的/etc/init.d的启动脚本的方式就此改变,也大幅提高了系统服务的运行效率。但服务的配置和以往也发生了极大的不同,本文是对自定义系统服务的初探。...
分类:
其他好文 时间:
2014-07-21 22:23:58
阅读次数:
216
之前在Linux下看有什么块设备,通常都用fdisk什么的或者直接ls /dev/ 去看很不方便。 这个工具属于util-linux-ng包,在RHEL 6.1上是安装好的啦,直接用就好。 ubuntu高版本下也有。这个工具最大的特别是把所有的块设备列出,而且还能显示他们之间的依赖关系"lsblk"...
分类:
系统相关 时间:
2014-07-21 14:30:25
阅读次数:
302