Chinaunix首页 | 论坛 | 博客
  • 博客访问: 389273
  • 博文数量: 46
  • 博客积分: 1476
  • 博客等级: 上尉
  • 技术积分: 428
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-19 13:17
文章分类

全部博文(46)

文章存档

2015年(8)

2014年(20)

2013年(7)

2012年(4)

2011年(1)

2010年(2)

2009年(1)

2008年(2)

2006年(1)

我的朋友

发布时间:2015-03-26 17:15:31

CentOS推荐不要停用ipv6模块,因为这样会导致 SELinux 及其它组件出现问题。禁用ipv6,你可改而在/etc/sysctl.conf加入:net.ipv6.conf.all.disable_ipv6= 1net.ipv6.conf.default.disable_ipv6= 1要在运作中的系统停用它:echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6echo 1 > /proc/sys.........【阅读全文】

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

发布时间:2015-03-25 20:25:07

UEFI启动当 win7 更新后,可能会修改启动顺序,直接启动到win7, 若想先到 ubuntu14.04 启动截面,需做如下操作:cd /boot/efi/EFI/Microsoft/Bootcp bootmgfw.efi bootmgfw-win7.eficp ../../ubuntu/grubx64.efi bootmgfw.efi然后修改 /boot/grub/grub.cfg, 将 bootmgfw.efi 改为 bootmgfw-win7.efi.........【阅读全文】

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

发布时间:2015-03-24 10:46:34

转自 http://blog.javachen.com/2013/04/06/install-cloudera-cdh-by-yum/......【阅读全文】

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

发布时间:2014-12-27 19:46:13

cd ~/.wine/drive_cmkdir -p oracle/instantclient/binmkdir -p oracle/instantclient/network/admin将 instantclient xxx .zip 解压到 bin 目录下admin 目录下创建 tnsnames.orasch@LH532:~/.wine/drive_c/oracle/instantclient/network/admin$ more tnsnames.ora SHEDI_245 =(DESCRIPTION =  .........【阅读全文】

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

发布时间:2014-12-25 11:26:45

[root@HS21_Blade01 ~]# more /etc/init.d/dbora #!/bin/bash####################################################################### Description: Script to output Oracle related processes             ## File: /etc/rc.d/init.d/dbora &n.........【阅读全文】

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

登录 注册