摘要: 红帽中出现"This system is not registered with RHN"这个的原因是因为红帽中没有注册RHN。解决办法:(假定你已安装yum,且网络畅通)更改yum的源,即更换/etc/yum.repos.d/rhel-debuginfo.repo 这个文件。进入/etc/yum.repos.d/目录。[oracle@redhat5 ~]$ cd /etc/yum.repos.d/备份[root@redhat5 yum.repos.d]# mv rhel-debuginfo.repo rhel-debuginfo.repo.bk[root@redhat5 阅读全文
posted @ 2013-08-29 08:29 MrJen 阅读(360) 评论(0) 推荐(0) 编辑
摘要: chengpeng21186Linux 修改swap虚拟内存大小Linux 修改swap虚拟内存大小===========================================================================================一、 查看内存和swap 大小,发现swap 是内存大小的一半 [root@gamedb ~]# free -m total used free shared buffers cachedMem: 1001 338 662 0 8 307-/+ buffers/cache: 22 978Swap: 509 0 509 阅读全文
posted @ 2013-08-29 08:28 MrJen 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 1、以root用户登录在执行xhost +命令(使得所有客户都可以访问)若返回信息为:access control disabled,clients can connect from any host 表示xhost +可执行直接切换至oracle用户运行安装oracle如果xhost +不能执行,第一步:用root登陆linux,启动vnc服务;第二步:根据vnc起来的端口,设置export DISPLAY=:1(1表示vnc在第一个tty上启动的),vnc的启动信息见下文的linux操作日志;第三步:xhost +ip (ip为主机ip地址)2、以oracle用户登录那么在该oracle用 阅读全文
posted @ 2013-08-29 08:26 MrJen 阅读(11912) 评论(2) 推荐(1) 编辑