Archive for the ‘ubuntu’ tag
Installing Oracle 11gR1 on Ubuntu 810
Augusto Bott的文章 – Installing Oracle 11gR1 on Ubuntu 8.10 Intrepid Ibex很详细地描述了在Ubuntu 8.10中安装Oracle 11gR1需要的步骤,包括更新哪些包,设置哪些核心参数。只要按照这个步骤来,安装过程会非常顺利,没有任何报错。
在这哥们儿的blog里面还有在Ubuntu的其它版本中(8.04, 7.10, 7.04等)中安装Oracle 11gR1的指南。几乎可以跟Puschitz那一系列在Redhat Linux中安装Oracle的圣经相媲美了。
[orcl11g]@desktop[/home/oracle]$uname -a
Linux desktop 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux
How to set static IP address on Ubuntu 810
由于已知的Gnome Net Manager的bug,在Ubuntu 810中无法正常设置Auto eth1的静态IP地址,即使设置完了,每次重启系统之后仍然会变为DHCP方式。
简单的解决方法有两种。
1。 删除Gnome Net Manager,然后手动配置网络。
2。 添加另外一块网卡,将MAC地址设置为跟自动发现的网卡一样。启用这块网卡。
详细的方法参看下面的文章:
http://linhost.info/2008/11/how-to-set-a-static-ip-on-ubuntu-810/
How to install acroread on Ubuntu 810
apt-get的存在让Linux中的生活变得轻松惬意。
但是在最新版的Ubuntu 8.10发行版中,不但默认安装没有包含Acrobat Reader,甚至连apt-get也无法获取安装资源(acroread is no longer available in the Ubuntu repos due to licensing nonsense )。
如何解决这个问题,很简单。
Ubuntu发行版所无法包含的软件都可以在Medibuntu(Multimedia, Entertainment & Distractions In Ubuntu)中找到。
在Ubuntu 8.10中需要执行以下命令:
1. 首先加入medibuntu的软件库地址:
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list –output-document=/etc/apt/sources.list.d/medibuntu.list
2. 然后获取GPG Key:
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
这一步,需要在询问是否没有authentication的情况下仍然选择安装,选择y,表示我们信任medibuntu。
3. 这两步完成以后,就可以通过apt-get命令安装Acrobat Reader了。
sudo apt-get install acroread
![]() |
| From Drop Box |
注意:每个Ubuntu的不同发行版都需要加入跟自己版本相适应的软件库地址,详细操作参看Medibuntu的Documentation。
![Chanel [K]](http://www.dbform.com/wp-content/chanelk.png)

