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/

Continue ReadingHow to set static IP address 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…

Continue ReadingHow to install acroread on Ubuntu 810