830 likes | 1.02k Views
Linux 系統與管理 CH02 Linux 安裝與問題排除. 鄧姚文. 教材. 陳源謙( 2010 ), Ubuntu Linux 管理與架站實務, 博碩文化股份有限公司, ISBN 978-986-201-389-2 (書號 OS30004 ) 湯秉翰( 2013 ), CentOS Linux 系統建置與實務 ( 第二版 ) , 博碩文化股份有限公司, ISBN 978-986-201-764-7 (書號 OS31312 )
E N D
教材 陳源謙(2010), Ubuntu Linux 管理與架站實務, 博碩文化股份有限公司, ISBN 978-986-201-389-2 (書號 OS30004) 湯秉翰(2013), CentOS Linux系統建置與實務(第二版), 博碩文化股份有限公司, ISBN 978-986-201-764-7 (書號 OS31312) 鳥哥(2011), 鳥哥的Linux私房菜--伺服器架設篇(第三版), 碁峰資訊股份有限公司, ISBN 9789862579329 (書號 ACA016100)
大綱 安裝前準備事項 安裝Ubuntu Desktop 安裝Ubuntu Server 使用USB安裝Ubuntu Linux Netbook Edition 認識Linux的磁碟分割
2-1 安裝前準備事項 • 開始安裝之前先問安裝 Linux 的目的為何? • 為了架設網路伺服器平台? • 為了Linux 課程的學習? • 想要以 Linux 取代 Windows 作為 PC、筆電 或 平板的作業系統? • Ubuntu Linux 官方根據不同的方向,提供不同版本的Ubuntu Linux 安裝光碟 • http://www.ubuntu.com/download
2-1 安裝前準備事項 • 下載 ISOImage 燒製安裝光碟 • http://cdimage.ubuntu.com/releases/ • 使用 UNetbootin 製作可開機的安裝 USB • http://unetbootin.sourceforge.net/ • http://www.azofreeware.com/2012/04/unetbootin-v568-isousb.html
2-2 安裝Ubuntu Desktop Desktop 為桌面版本的 Ubuntu Linux 似 Windows XP/Windows 7/Windows 8 有圖形化操作介面 https://www.youtube.com/watch?v=DzVs-cgEVnU
2-3 安裝Ubuntu Server 伺服器(Server)版本的Linux 作業系統安裝程序較桌面(Desktop)版本來得複雜許多;雖然,選用桌面版本的Linux 一樣可以用來架設伺服器平台、檔案伺服器等等。 由於桌面版本預設會安裝一些不必要的辦公室應用軟體及遊戲程式等等,既佔用磁碟空間與記憶體,使用機率不大。 強烈建議在執行安裝Linux 的過程,事先評估實際的需求,並選擇合適的Ubuntu Linux 版本進行安裝
How to install GUI on Ubuntu 12.04 (Precise) Server • Install desktop Environment • Check /etc/apt/sources.list, enabled Universe and Multiverse repositories • sudo apt-get update • sudo apt-get upgrade • sudo apt-get install ubuntu-desktop • The above command will install GNOME desktop
How to install GUI on Ubuntu 12.04 (Precise) Server • If you wan to install a graphical desktop manager without some of the desktop addons like Evolution and OpenOffice, but continue to use the server flavor kernel use the following command • sudoapt-get install --no-install-recommends ubuntu-desktop • If you want to install light weight desktop install xfce using the following command • sudoapt-get install xubuntu-desktop • If you want to install KDE desktop use the following command • sudoapt-get install kubuntu-desktop • Install Webmin on Ubuntu 12.04 server • You can check here howto install Webmin on Ubuntu 12.04 server
How to install webmin on ubuntu 12.04 (Precise) server • 安裝所需套件 • sudo apt-get install perllibnet-ssleay-perlopenssllibauthen-pam-perllibpam-runtime libio-pty-perl apt-show-versions python • 下載 WebminDebian套件 • wget http://prdownloads.sourceforge.net/webadmin/webmin_1.580_all.deb • 安裝套件 • sudodpkg -i webmin_1.580_all.deb
2-4 使用USB安裝Ubuntu LinuxNetbook Edition • USB 儲存媒體幾乎成為當前主要被用來進行資料傳輸的媒介,取代以往容量較小的磁碟片;透過開發原始碼的UNetbootin 工具程式的輔助,能夠將具有Live CD 功能的Linux 安裝光碟重置成USB 開機碟。 • 在完成USB 開機碟的製作,便可以在某些沒有光碟機裝置的電腦主機啟動並體驗Live 版的免安裝Linux 作業系統,可以選擇從Live CD 快速安裝UbuntuLinux。 • 現在,假設手上有一個USB 儲存媒體,且已經裝有Ubuntu Linux NetbookEdition 之Live 版本,則該如何透過USB 載入安裝程式,並且,完成安裝呢? • 詳細安裝操作步驟請參閱課本2-4節
2-5 認識Linux 的磁碟分割 在Linux 的檔案系統架構下,所有的資料夾都在根目錄﹝root﹞ 下,根目錄在Linux 中的檔案路徑為「/」,其下的個別資料夾皆存放特定用途的檔案,其分別為: