« 在Ubuntu Server上安装Oracle 10g企业版 | Main | Windows Live Writer的功能改进了不少 »
Ubuntu Server 一些配置记录
I. Ubuntu IP Configuration:
Open network configuration file
$ sudo vi /etc/network/interfaces
Find and remove dhcp entry:
#iface eth0 inet dhcp
Append new network settings:
iface eth0 inet static
address 10.0.0.10
netmask 255.255.255.0
network 10.0.0.0
broadcast 10.0.0.255
gateway 10.0.0.1
Save and close the file. Restart the network:
$ sudo /etc/init.d/networking restart
Open /etc/resolv.conf file
$ sudo vi /etc/resolv.conf
nameserver 10.0.0.1
nameserver 202.106.0.20
II. Ubuntu Server配置图形界面
1、安装 X 窗口系统:sudo apt-get install x-window-system-core
2、安装登录管理器:sudo apt-get install xdm/gdm/kdm。最常见的图形化登录管理器包括 XDM、GDM、KDM,用户可根据自己的需要选择其中之一
3、安装桌面环境或窗口管理器:sudo apt-get install ubuntu-desktop/kubuntu-desktop/xubuntu-desktop。这将分别安装 GNOME、KDE、XFCE 桌面环境。对于 GNOME、KDE、XFCE 这些桌面环境来说,为了获得更强的定制效果,也可仅安装最基本的组件,如:sudo apt-get install gnome-core/kde-core/xfce4。
如果不需要桌面环境,也可选择安装窗口管理器代替。那样的话,可以执行指令 sudo apt-get install fluxbox/icewm/enlightenment/fvwm。 不过我安装了fluxbox,不会用。
- EOF -
引用通告|Trackback:
如果您要引用这篇文章,请复制以下链接到您的文章中:http://duecare.biz/cgi-bin/mt/mt-tb.cgi/115
Ubuntu Server 一些配置记录共有0个引用:


添加评论: