• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






simplelil

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2017年3月6日

oracle 预安装命令
摘要: yum install oracle-rdbms-server-11gR2-preinstall-1.0-6.el6 阅读全文
posted @ 2017-03-06 18:08 simplelil 阅读(124) 评论(0) 推荐(0)
 
LINUX 安装增强 前置安装文件
摘要: yum install kernel yum install kernel-devel yum install gcc yum install make 阅读全文
posted @ 2017-03-06 16:57 simplelil 阅读(128) 评论(0) 推荐(0)
 
linux 6.5 网卡
摘要: 启动网卡 ifup eth0 eth0:网卡名称 设置网卡开机启动 vi /etc/sysconfig/network-scripts/ifcfg-eth0 ONBOOT=yes 阅读全文
posted @ 2017-03-06 16:26 simplelil 阅读(122) 评论(0) 推荐(0)