安装ubuntu6.10的server版
时间:2007-01-26 来源:gydoesit
安装过程没啥说的,比较简单,安完后,
先设置网络吧,
sudo vim /etc/network/interfaces
比着用就行了,不过要把什么dns 之类去掉,不然可能解析不了域名,
/etc/resolv.conf 中的search也可去掉,看来没用处,在下面可以再加dns服务器
然后修改源,
sudo vim /etc/apt/sources.list
把内容改成下面的
deb http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse
然后 sudo vim apt-get update 现在可以安装一些常用工具之类了,ssh首先必装 sudo apt-get install ssh 然后装内核源码和编译工具 sudo aptitude install linux-source-2.6.17 sudo apt-get install build-essential 如果需要测试自己电脑的一些磁盘性能dbench和网络性能tbench,可以安dbench sudo apt-get install dbench
deb-src http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse
然后 sudo vim apt-get update 现在可以安装一些常用工具之类了,ssh首先必装 sudo apt-get install ssh 然后装内核源码和编译工具 sudo aptitude install linux-source-2.6.17 sudo apt-get install build-essential 如果需要测试自己电脑的一些磁盘性能dbench和网络性能tbench,可以安dbench sudo apt-get install dbench
相关阅读 更多 +