Chinaunix首页 | 论坛 | 博客
  • 博客访问: 262627
  • 博文数量: 34
  • 博客积分: 569
  • 博客等级: 中士
  • 技术积分: 380
  • 用 户 组: 普通用户
  • 注册时间: 2012-05-10 14:10
文章分类

全部博文(34)

文章存档

2016年(6)

2014年(1)

2013年(5)

2012年(22)

我的朋友

发布时间:2016-06-20 11:38:32

在CentOS 6.4 64位系统上安装Oracle 10g 确认你的操作系统是34位还是64位,本教程只支持64位安装!!命令:$getconf LONG_BITA.      初始化网络1. 设置网络参数编辑/etc/sysconfig/network-scripts/ifcfg-eth0,初始化网络参数(根据实际情况编辑)。.........【阅读全文】

阅读(1343) | 评论(0) | 转发(0)

发布时间:2016-06-20 11:37:28

新环境的tomcat访问经常忘记开启端口,特别记录。点击(此处)折叠或打开#/sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT#/sbin/iptables -I INPUT -p tcp --dport 8443 -j ACCEPT#/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT然后保.........【阅读全文】

阅读(1193) | 评论(0) | 转发(0)

发布时间:2016-06-20 11:34:14

 重装系统之后,总是忘记将网络设置成自动重启,如下:查看/etc/sysconfig/network-scripts/目录设置网卡配置ONBOOT=yes......【阅读全文】

阅读(1151) | 评论(0) | 转发(0)

发布时间:2016-06-20 11:30:41

查看CPU信息(型号)[file@dell ~]$ cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 8 Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz(看到有8个逻辑CPU, 也知道了CPU型号)[file@dell ~]$ cat /proc/cpuinfo | grep physical | uniq -c 1 physical id : 0 1 address sizes : 46 bits physical, 4.........【阅读全文】

阅读(2248) | 评论(0) | 转发(0)

发布时间:2016-06-20 11:29:18

CentOS(Community Enterprise Operating System,中文意思是:社区企业操作系统)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。    CentOS 是一个基于Red Hat Linux(收费) 提供的可自由使用源代码的企业级Linu.........【阅读全文】

阅读(901) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册