詳細講解Ubuntu Server安裝過程
系統(tǒng)軟件:Ubuntu 7.04 內(nèi)核,F(xiàn)luxbox桌面管理,firefox瀏覽器,openoffice辦公軟件,xfe文件管理器
Step1:安裝Ubuntu 7.04 Server
a、Server安裝畫面,按F6,在 -- 之前添加 "irqpoll" 選項; 按F4,選擇屏幕分辨率為1024×768 32
b、語言選擇English
c、當安裝自動設定 DHCP 時,選擇 “Cancel”節(jié)省系統(tǒng)安裝時間
d、手動硬盤分區(qū),創(chuàng)建一個65Mb的分區(qū),并將其掛載點設定為 /boot,bootable選項設定為True,如不這么設定,系統(tǒng)安裝完無法啟動
e、Server 安裝類型、選擇LAMP
f、安裝過程約15分鐘
Step 2:設定網(wǎng)絡
a、動態(tài)ip:
sudo nano /etc/network/interfaces 在文件的最后加入
iface eth0 inet dhcp
auto eth0
b、靜態(tài)ip:(加快啟動速度)
iface eth0 inet static
address 192.168.0.3
netmask 255.255.255.0
gateway 192.168.0.1
auto eth0
注:ip地址設定為192.168.0.3,子網(wǎng)掩碼:255.255.255.0,網(wǎng)關(guān):192.168.0.1
按 Ctrl+o 保存文件,按Ctrl+x退出
設定DNS(動態(tài)ip不需)
sudo nano /etc/resolv.conf 在文件加入
nameserver 192.168.0.1
注:192.168.0.1 是DNS的ip地址
按 Ctrl+o 保存文件,按Ctrl+x退出
Step 3、重啟系統(tǒng)網(wǎng)絡
sudo /etc/init.d/networking restart
Step 4、修改 源
從網(wǎng)上獲得一個復制文件 或 手工修改
a、從網(wǎng)上獲得一個源復制文件
wget http://www.topmiracle.net/sources.list
sudo cp ./sources.list /etc/apt
b、手工修改
sudo nano /etc/apt/sources.list 設定 源 為
deb http://cn.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
Step 5、更新 源軟件包 和 更新系統(tǒng)軟件
sudo aptitude update
sudo aptitude upgrade
Step 6、安裝Xorg,Fluxbox,Synaptic
sudo aptitude install xorg fluxbox synaptic
Step 7、安裝英文和中文包
sudo aptitude install language-pack-en language-pack-en-base language-pack-zh language-pack-zh-base language-selector language-selector-common
Step 8、在英文界面輸入中文
sudo fontconfig-voodoo -f zh_CN
Step 9、安裝fcitx中文輸入
sudo aptitude install fcitx
im-switch -s fcitx
sudo nano /etc/gtk-2.0/gtk.immodules
找到下面這個部份
"/usr/lib/gtk-2.0/2.10.0/immodules/im-xim.so"
"xim" "X Input Method" "gtk20" "/usr/share/locale" "ko:ja:th:zh"
更改為
"/usr/lib/gtk-2.0/2.10.0/immodules/im-xim.so"
"xim" "X Input Method" "gtk20" "/usr/share/locale" "en:ko:ja:th:zh"
Set 10、設定中文輸入,系統(tǒng)環(huán)境
sudo nano /etc/environment 在文件PATH后添加以下內(nèi)容LC_CTYPE="zh_CN.UTF-8"
LANG="en_US.UTF-8"
Step 11、安裝中文字體
sudo aptitude install xfonts-wqy
Setp 12、設定系統(tǒng)啟用中文字體
從網(wǎng)上復制一個配置文件 或者 手工創(chuàng)建
a、從網(wǎng)上復制一個配置文件
wget http://www.topmiracle.net/language-selector.conf
sudo cp ./language-selector.conf /etc/fonts
b、手工創(chuàng)建
sudo nano /etc/fonts/language-selector.conf 文件內(nèi)容為
|