近日在ibm system x3550上安裝ubuntu server 8.0.4 lts 64bit,記錄安裝過程於此。
一.安裝系統
1.光碟啟動,選擇語言,我選中文;
2.一路next;期間會選擇網路,暫不設定;輸入使用者名稱/密碼;
3.在最後會選擇安裝什麼伺服器,我選擇安裝openssh,因為將來還要遠端登入。
二.配置網路(dhcp)
1.編輯/etc/network/inte***ces檔案:
sudo vi /etc/network/inte***ces
在末尾新增以下內容:
# the primary network inte***ce - use dhcp to find our address
auto eth0
iface eth0 inet dhcp
2.使網路設定生效:
sudo /etc/init.d/networking restart
或:sudo dhclient eth0
3.檢視ip
ifconfig
三.公升級系統、安裝常用軟體
1.替換原有的源(預設的源速度較慢,這裡使用台灣的源,詳細的源資訊可以參考:http://wiki.ubuntu.org.cn/index.php?title=%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8%e6%88%91%e4%bb%ac%e6%8e%a8%e8%8d%90%e7%9a%84%e6%ba%90&variant=zh-cn#hardy.288.04.29_.e7.89.88.e6.9c.ac )
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak(備份)
sudo vi /etc/apt/sources.list(修改檔案,可以在windows上用文字編輯工具編輯)
源資訊:
2.公升級系統:
sudo apt-get update
sudo apt-get dist-upgrade(耗時較長)
3.安裝常用軟體:
sudo apt-get install zip
sudo apt-get install unzip
sudo apt-get install libaio1
(裝db2會用到)
sudo apt-get install libstdc++5
(裝db2會用到)
sudo apt-get install xinit
(xwindow用)
sudo apt-get install gdm
(xwindow用)
sudo apt-get install ubuntu-desktop
(xwindow用,耗時很長)
問題:裝完後應該能startx進入xwindow介面,但是實際上還有些問題,無法進入,原因未知。
四.安裝其他軟體
sun jdk 6_64bit、db2 v9.7 ese trial、tomcat6.0.20
jdk安裝完後,其實就是解壓縮,我把jdk挪到/opt/jdk1.6.0_16目錄下,並且修改environment檔案:
sudo vi
/etc/environment
db2在字元模式安裝,安裝後需要走一套手工流程。
tomcat直接解壓縮即可。
五.更多技術支援見:http://wiki.ubuntu.org.cn/index.php
ubuntu server安裝注意
對於ubuntu server 8.04的安裝注意,映象檔案才524 mb。1.首先,關閉網路連線。否則在安裝apt找到映象公升級過程,如果網速不快的話,那麼是十分痛苦的等待。我就是等了一整天,機子還是沒反應過來,還好是週末。2.在沒有安裝網路軟體時,速度馬上提公升。3.對於本人是將ubuntu安裝...
ubuntu server 安裝 日記
今天星期天在本本的vmware裡玩了一天的ubuntu,裝了又刪,刪了又裝,感嘆 虛擬機器真好。現在總結一下今天的失敗經驗 因為我安裝的是server版,所以只有命令列,沒有裝桌面 1 如何編輯文字檔案?可以是被microsoft的windows寵壞了,現在見到黑底白字有種恐懼感,不知如何下手。好不...
Ubuntu Server 配置過程
配置rd build server的環境,做個記錄。安裝編譯環境 1.scp work ubuntu build server install.sh cm xx.xx.xx home cm 2.sudo chmod a x home cm ubuntu build server install.sh...