全部博文(710)
发布时间:2013-06-03 13:15:01
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-06-03_09-08-02PM. Please wait ...[oracle@vcs1 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-06-03_09-08-02PM/jre/1.4.2/lib/i386/libawt.so: libXtst.so.6: cannot open shared object file:.........【阅读全文】
发布时间:2013-05-23 16:06:36
Linux虽然没有蓝屏现象,不过Kernel报错有时也会让人头疼。有时重启后正常,linux系统运行一段时间后又down了,总不能出现问题就reboot啊。我从网上搜集一下资料,整理了出来,希望大家能在评论与我交流您的看法与经验。什么是Kernel Panic?wiki:A kernel panic is an action taken by an ope.........【阅读全文】
发布时间:2013-03-21 12:03:28
1. Use the network-create command to create a new network for use with the bonded NIC. The UUID of thenew network is returned:#xe network-create name-label=<bond0>2. Use the pif-list command to determine the UUIDs of the PIFs to use in the bond:#xe pif-list params=device,uuid3. Do one of the .........【阅读全文】
发布时间:2013-02-21 17:07:49
samba服务器配置1.安装yum install -y samba.x86_64 samba-client.x86_64 samba-common.x86_64 2.修改配置文件mv /etc/samba/smb.conf /etc/samba/smb.conf.bakgrep -v "^#\|^;" /etc/samba/smb.conf.bak > /etc/samba/smb.confcat /etc/samba/smb.conf[global] &nbs.........【阅读全文】