摘要: 参考 https://www.cnblogs.com/liongong/p/11446214.html http://www.mamicode.com/info-detail-2424059.html 阅读全文
posted @ 2020-09-26 11:18 ArongH 阅读(123) 评论(0) 推荐(0)
摘要: 选中第一项后按键盘上的Tab键进行编辑(以前版本按E键进入编辑界面)。 重点来了:将vmlinuzinitrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet 改为vmlinuz initrd=initrd.img inst.s 阅读全文
posted @ 2020-09-26 11:16 ArongH 阅读(272) 评论(0) 推荐(0)
摘要: 系统环境:CentOS Linux release 7.4.1708 (Core)Oracle版本:Oracle Database 11g R2 注意事项:安装的过程可能遇到假死现象,直接回车即可 如果遇到中文乱码: 新建一个目录,上传字体包zysong.ttf到新建的目录,命令如下: #mkdir 阅读全文
posted @ 2020-09-26 10:43 ArongH 阅读(2144) 评论(0) 推荐(0)
摘要: CentOS7默认的防火墙不是iptables,而是firewalle. 安装iptable iptable-service #先检查是否安装了iptables service iptables status #安装iptables yum install -y iptables #升级iptabl 阅读全文
posted @ 2020-09-26 10:40 ArongH 阅读(136) 评论(0) 推荐(0)