随笔分类 -  Linux

摘要:http://www.thegeekstuff.com/2009/03/15-practical-unix-grep-command-examples/首先创建我们练习grep命令时需要用到的demo文件demo_file。$ cat demo_fileTHIS LINE IS THE 1ST UPPER CASE LINE IN THIS FILE.this line is the 1st lower case line in this file.This Line Has All Its First Character Of The Word With Upper Case.Two lin 阅读全文
posted @ 2012-10-22 15:33 xyhui 阅读(3391) 评论(0) 推荐(0)
摘要:CentOS系统我们已经装好了。接下来就是oracle相关的内容了1.oracle安装文件 可以在官网下载linux.x64_11gR2_database_1of2.ziplinux.x64_11gR2_database_2of2.zip2.FTP客户端,选择自己喜欢的就好,把oracle安装文件上传到CentOS这里用FileZilla 官网地址:http://filezilla-project.org/OK,FTP客户端安装成功。配置FileZilla菜单:文件-站点管理,点“新站点”,---------------------------------------------------- 阅读全文
posted @ 2012-10-15 15:39 xyhui 阅读(1718) 评论(0) 推荐(0)
摘要:oracle服务器要求静态IPso,let's go[root@xyhui ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0示例文件如下:# Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)DEVICE=eth0BOOTPROTO=noneHWADDR=00:0C:29:AB:F9:6DONBOOT=yesNETMASK=255.255.255.0IPADDR=192.168.1.103GATEWAY=192.168.1.1TYPE=EthernetUSERCTL 阅读全文
posted @ 2012-10-15 15:31 xyhui 阅读(167) 评论(0) 推荐(0)
摘要:1.安装64位系统 提示不支持long mode我是ThinPad 需要修改BISO 在Security CPU启用 Intel VT(Intel Virtualization Technology)2.1 Memory for crash kernel (0x0 to 0x0) notwithin permissible range启动虚拟机,提示上面信息。原因是没有配置kdump服务。这个不影响系统,可以忽略2.2 Cannot setup NMI watchdog on CPU 0不是所有硬件都支持NMI的,因此,当虚拟机选择最新的8和7这个虚拟机硬件版本时,容易出现这个问题解决方案关闭 阅读全文
posted @ 2012-10-13 17:34 xyhui 阅读(393) 评论(0) 推荐(0)