ubuntu12.04安裝教程

第一部分:準備Ubuntu12.04的啟動盤

Ubuntu支持可移動盤和CDROM安裝,筆者選擇后者。在Ubuntu官網http://www.ubuntu.org.cn/download/desktop下載Ubuntu鏡像文件(.iso),通過光盤刻錄機將該鏡像文件刻錄到一張空白CD/DVD上。

?

第二部分:安裝Ubuntu12.04

第一步、將CD/DVD啟動盤插入光驅中,一般長按鍵盤左上角的Esc鍵,進入啟動頁面,選擇CDROM安裝。

第二步、分區

? ? ? ? ? ? ? 安裝時有三個選項,選擇最后一個手動分區。自動分區Ubuntu會覆蓋整個硬盤,手動分區可以選擇安裝大小,若計算機還要裝其他系統,則選擇手動分區。

? ? ? ? ? ? ? ubuntu至少分三個區, ?/ 、/home 和swap

? ?我的分區方案如下:

? ? ? ? ? ? ? 主分區  /   ? ? ? 6000M ? ? ? ? ? ?根目錄,用來存儲用戶的一些基本配置文件

? ? ? ? ? ? ? 邏輯分區 ? /boot ? ? ?200M ? ? ? ? ? ?用于存儲系統的引導文件

? ? ? ? ? ? ? ? ? ? ? ? ? ? ?/home ? ?50000M ? ? ? ? ?用來存儲用戶的程序,文件,文檔等等,剩余硬盤的最大空間

? ? ? ? ? ? ? ? ? ? ? ? ? ? ?/usr ? ? ? ?5000M ? ? ? ? ??用來存放系統軟件的地方,可自定義

? ? ? ? ? ? ? ?交換空間 ? swap ? ? ? 2048M ? ? ? ? ?是讓內存臨時存儲文件的專用空間,一般大小為內存的兩倍,但不超過2G

? ? ? ? ? ? ? ?根據安裝提示,依次填寫安裝,不再詳述。

?

第三部分:整理Ubuntu12.04

第一步、 ?? Ubuntu12.04更新源

????????????????? 安裝完成,首先要做的就是更新源,因為系統自帶的是歐洲官方源,速度較慢。

? ? ? ? ? ? ? ? ? 在終端輸入:sudo ?cp ?/etc/apt/sources.list ?/etc/apt/sources.list_backup

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?sudo ?gedit ?/etc/apt/sources.list

? ? ? ? ? ? ? ? ? 將其替換為:

?#Ubuntu官方提供的其他軟件(第三方閉源軟件等) ? ? ? ? ? ? ? ??

deb http://archive.canonical.com/ubuntu/ precise partner
deb http://extras.ubuntu.com/ubuntu/ precise main

#骨頭兄親自搭建并維護的 Ubuntu 源
deb http://ubuntu.srt.cn/ubuntu/ precise main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ precise-security main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ precise-updates main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ precise-proposed main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ precise main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ precise-security main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ precise-backports main restricted universe multiverse

#163的源,速度很快
deb http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ precise-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ precise-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ precise-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse

#搜狐的源
deb http://mirrors.sohu.com/ubuntu/ precise main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-proposed main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ precise main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ precise-security main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ precise-backports main restricted universe multiverse

#以下是教育網接入的服務器

#中國科學技術大學更新服務器
deb http://mirrors6.ustc.edu.cn/ubuntu/ precise main multiverse restricted universe
deb http://mirrors6.ustc.edu.cn/ubuntu/ precise-backports main multiverse restricted universe
deb http://mirrors6.ustc.edu.cn/ubuntu/ precise-proposed main multiverse restricted universe
deb http://mirrors6.ustc.edu.cn/ubuntu/ precise-security main multiverse restricted universe
deb http://mirrors6.ustc.edu.cn/ubuntu/ precise-updates main multiverse restricted universe
deb-src http://mirrors6.ustc.edu.cn/ubuntu/ precise main multiverse restricted universe
deb-src http://mirrors6.ustc.edu.cn/ubuntu/ precise-backports main multiverse restricted universe
deb-src http://mirrors6.ustc.edu.cn/ubuntu/ precise-proposed main multiverse restricted universe
deb-src http://mirrors6.ustc.edu.cn/ubuntu/ precise-security main multiverse restricted universe
deb-src http://mirrors6.ustc.edu.cn/ubuntu/ precise-updates main multiverse restricted universe

#北京理工大學更新服務器
deb http://mirror.bit.edu.cn/ubuntu/ precise main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ precise-security main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ precise-updates main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ precise-backports main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ precise main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ precise-security main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ precise-proposed main restricted universe multiverse

#上海交通大學更新服務器
deb http://ftp.sjtu.edu.cn/ubuntu/ precise main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ precise-backports main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ precise-proposed main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ precise-security main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ precise-updates main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ precise main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ precise-backports main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ precise-proposed main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ precise-security main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ precise-updates main multiverse restricted universe

#廈門大學更新服務器
deb http://mirrors.xmu.edu.cn/ubuntu/archive/ precise main restricted universe multiverse
deb http://mirrors.xmu.edu.cn/ubuntu/archive/ precise-backports restricted universe multiverse
deb http://mirrors.xmu.edu.cn/ubuntu/archive/ precise-proposed main restricted universe multiverse
deb http://mirrors.xmu.edu.cn/ubuntu/archive/ precise-security main restricted universe multiverse
deb http://mirrors.xmu.edu.cn/ubuntu/archive/ precise-updates main restricted universe multiverse
deb-src http://mirrors.xmu.edu.cn/ubuntu/archive/ precise main restricted universe multiverse
deb-src http://mirrors.xmu.edu.cn/ubuntu/archive/ precise-backports main restricted universe multiverse
deb-src http://mirrors.xmu.edu.cn/ubuntu/archive/ precise-proposed main restricted universe multiverse
deb-src http://mirrors.xmu.edu.cn/ubuntu/archive/ precise-security main restricted universe multiverse
deb-src http://mirrors.xmu.edu.cn/ubuntu/archive/ precise-updates main restricted universe multiverse

還有其他源地址,可參考官網:http://wiki.ubuntu.org.cn/Template:12.04source

保存之后更新,在終端輸入:sudo ?apt-get ?update

第二步、中文輸入法

? ? ? ? ? ? ? Ubuntu自帶有ibus中文輸入法,可在系統設置->語言支持->語言欄里,將鍵盤輸入方式系統設為ibus

????????????? 按Ctrl+空格鍵,則可切換成ibus中文輸入法。

????????????? Ubuntu還支持scim、fctix中文輸入法,配置方法參見官網:

?

?

? ? ? ? ? ? ? ? ??

轉載于:https://www.cnblogs.com/minzhang/archive/2013/03/18/2956543.html

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/274325.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/274325.shtml
英文地址,請注明出處:http://en.pswp.cn/news/274325.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

element ui 空格_空格是您的UI朋友。 大量使用它。

element ui 空格Originally published at marcandrew.me on July 30th, 2020.最初于 2020 年7月30日 在 marcandrew.me 上 發布 。 Ah good old White Space. One of the simplest things to add to your designs to improve both your UIs, and user experience. Let me shar…

solaris 11 vim的安裝【轉】

轉自:http://www.itkee.com/os/detail-4a4.html 下面是安裝方法,拿出來分享一下 ①下載軟件的地方: ftp://ftp.sunfreeware.com/pub/freeware/intel/10/ http://artfiles.org/sunfreeware.com/pub/freeware/i386/10/ vim-7.2-sol10-x86-local…

看看老外是如何理解抽象類的

下面是我翻譯的關于幫助理解抽象類的例子。 這是一個例子幫助我們理解抽象類。在我看來這是一個非常簡單的方法。讓我們一起來看看下面的代碼&#xff1a; <?php class Fruit { private $color; public function eat() { //chew } publi…

qt 設計師縮放_重新設計縮放體驗

qt 設計師縮放With the COVID-19 pandemic hitting countries across the world, a lot of people have now switched to video meetings. Be it for your official meetings, webinars, entertainment sessions — video meetings are the new normal. We saw these video mee…

安卓應用部件_設計應用程序小部件的痛苦和喜悅

安卓應用部件Some people say widgets are a thing of the past, but recently we faced a market for which this was one of the main features users were asking for. A bit of googling showed there are not a lot of useful articles covering widget design (most info…

ASP.NET MVC3中的ViewBag動態性

在MVC 3中的有一個新的ViewBag 動態特性&#xff0c;它主要是為了從Controller到view進行傳值用的&#xff0c;類似有所使用的ViewData[] 字典類。對于ViewBag是如此的強大&#xff0c;意味著你能動態的set/get 值&#xff0c;增加任何數量的的額外字段而不需要強類型的檢測。…

ux設計中的各種地圖_UX設計中的空白

ux設計中的各種地圖UX設計中的空白是什么&#xff1f; (What is white space in UX design?) This article will help you learn about white space and why it so important in UX design.本文將幫助您了解空白以及為什么空白在UX設計中如此重要。 White space is a very us…

花點時間了解消息,句柄和窗口

消息、句柄和窗口 一&#xff0c;為什么我要花時間研究這些東西 對于我個人來說我不想做碼農&#xff0c;不想只知道拖控件&#xff0c;使用控件有的時候要了解一下底層&#xff0c;不知道你們有沒有想過這樣的一個問題&#xff0c;我們在C#中使用的的event事件是怎么觸發這個事…

ux設計中的各種地圖_如何在UX設計中使用顏色

ux設計中的各種地圖Color is the mother tongue of the subconscious.顏色是潛意識的母語。 — Carl Jung—榮格 Color has more to say than meets the eye. As a building block of visual language, color highlights, guides attention, and unifies elements. In UX, co…

《Two Dozen Short Lessons in Haskell》學習(十八) - 交互式鍵盤輸入和屏幕輸出

《Two Dozen Short Lessons in Haskell》&#xff08;Copyright © 1995, 1996, 1997 by Rex Page&#xff0c;有人翻譯為Haskell二十四學時教程&#xff0c;該書如果不用于贏利&#xff0c;可以任意發布&#xff0c;但需要保留他們的copyright&#xff09;這本書是學習 Ha…

figma設計_Figma中簡單,可重復使用的設計系統

figma設計Putting together a design system may seem like an unnecessary hassle. It’s often easier to jump straight into designing things without having to worry about styles, components, or libraries. Some might even argue that when it comes to smaller pro…

WPF 關于鼠標事件和坐標

Mouse.GetPosition(window);可以在任何時間獲得相對任意元素的鼠標位置 Mouse.Capture(el);可以讓某個元素獲得所有的鼠標事件不管他應不應該的到鼠標事件 Mouse.Capture(null);解除轉載于:https://www.cnblogs.com/wangjixianyun/archive/2013/03/25/2980953.html

訪問25%無法訪問的人-如何設計可訪問性

We’re increasingly dependent on the internet and computers for everything we do — this has become starkly more obvious through the COVID19 global pandemic.我們所做的一切都越來越依賴于互聯網和計算機-通過COVID19全球大流行&#xff0c;這一點變得更加明顯。 F…

DDD:實體如何處理外部依賴

場景 修改用戶名時&#xff0c;要驗證用戶名的唯一性。 實現1 1 public class User 2 { 3   public void ChangeUsername(string newUsername) 4   { 5   //使用服務定位器獲取IUsernameUniqueService &#xff0c;執行驗證。 6   } 7 } 實現…

架構師論壇 創業_我在早期創業時作為設計師學到的東西

架構師論壇 創業For over 2 years at a young product company, I collaborated with talented engineering folks for a 0 → 1 suite of products. Here are my learnings and key takeaways. Of course, these are my views and do not represent those of my employers or …

HFileOutputFormat與TotalOrderPartitioner

最近需要為一些數據增加隨機讀的功能&#xff0c;于是采用生成HFile再bulk load進HBase的方式。 運行的時候map很快完成&#xff0c;reduce在sort階段花費時間很長&#xff0c;reducer用的是KeyValueSortReducer而且只有一個&#xff0c;這就形成了單reducer全排序的瓶頸。于是…

qt按鈕禁用和激活禁用_為什么試探法只是經驗法則:禁用按鈕的情況

qt按鈕禁用和激活禁用Most user experience designers will be familiar with Jackob Nielsen’s 10 usability heuristics. They are widely cited and a great set of broad rules of thumb to follow when designing user interfaces.大多數用戶體驗設計師將熟悉Jackob Niel…

Teach Yourself Java 2 in 21 Days 書中樣例代碼實踐

找了好幾書JAVA的書&#xff0c;看了幾章&#xff0c;都看不下去。 我覺得適合《Teach Yourself Java 2 in 21 Days》&#xff08;Rogers Cadenhead Laura Lemay&#xff09;還是適合我的。 孫衛琴那本&#xff0c;我感覺就羅嗦多了沒到我點子上。 接口&#xff0c;抽象類這些內…

好奇心機制_好奇心問題

好奇心機制For my past two jobs I’ve posted a question every week in my team chat and learned so much about my co-workers. Give it a try! :D對于過去的兩個工作&#xff0c;我每周都會在團隊聊天中發布一個問題&#xff0c;并且對我的同事了解很多。 試試看&#xff…

20130328java基礎學習筆記-循環結構for以及for,while循環區別

1.循環結構:for講解class ForDemo{ public static void main(String[] args) { /* for(初始化表達式;循環條件表達式;循環后的操作表達式) { 執行語句;(循環體) } */ for(int x 1; x<3; x) { …