欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

升級Ubuntu Server系統(tǒng)版本的建議

開源中文社區(qū)   發(fā)布時間:2015-06-17 15:57:27   作者:SK   我要評論
這篇文章主要介紹了升級Ubuntu Server系統(tǒng)版本的建議,作為生產(chǎn)環(huán)境,在此還是首先建議保留使用LTS長期維護版本,需要的朋友可以參考下

你可能已經(jīng)知道如何將你的 Ubuntu 桌面升級到最新版本了,不過如果你用的 Ubuntu Server,而且也正好又希望升級一下的話(前提是,不會影響你的應(yīng)用。一般來說,對于服務(wù)器操作系統(tǒng),應(yīng)該采用保守態(tài)度。如果不是必須升級才能解決的安全問題,最好不要升級,而是采用各種外部手段來解決。)
如果想從Ubuntu14.04/13.10/13.04/12.10/12.04或者更老的版本升級到14.10,只要遵循下面給出的步驟。注意,你不能直接從13.10升級到14.10。你應(yīng)該先將13.10升級到14.04在從14.04升級到14.10。下面是詳細步驟。

下面的步驟不僅能用于14.10,也兼容于一些像Lubuntu14.10,Kubuntu14.10和Xubuntu14.10等的Ubuntu衍生版本

重要:在升級之前,保險起見,不要忘了將你的數(shù)據(jù)在U盤或外部硬盤上保存一下。
服務(wù)器升級

從ubuntu14.04的服務(wù)器升級到14.10的服務(wù)器,采用下面的步驟。

安裝update-manager-core 這個包如果之前沒唷安裝的話:

   

復(fù)制代碼
代碼如下:
sudo apt-get install update-manager-core

編輯 /etc/update-manager/release-upgrades這個文件。

   

復(fù)制代碼
代碼如下:
sudo nano /etc/update-manager/release-upgrades

像下面那樣設(shè)置Prompt=normal或者Prompt=lts

   

復(fù)制代碼
代碼如下:
# Default behavior for the release upgrader.

[DEFAULT]
# Default prompting behavior, valid options:
#
# never - Never check for a new release.
# normal - Check to see if a new release is available. If more than one new
# release is found, the release upgrader will attempt to upgrade to
# the release that immediately succeeds the currently-running
# release.
# lts - Check to see if a new LTS release is available. The upgrader
# will attempt to upgrade to the first LTS release available after
# the currently-running one. Note that this option should not be
# used if the currently-running release is not itself an LTS
# release, since in that case the upgrader won't be able to
# determine if a newer release is available.
Prompt=normal

現(xiàn)在可以通過下面的命令來更新你的服務(wù)系統(tǒng)了。

   

復(fù)制代碼
代碼如下:
sudo do-release-upgrade -d

直到屏幕提示你已完成。

相關(guān)文章

  • Ubuntu 14.04 LTS 升級到Ubuntu 14.10的步驟

    其實從Ubuntu 14.04 LTS 升級到Ubuntu 14.10很簡單,但是還是有很多人不敢嘗試,在網(wǎng)上發(fā)帖尋找到案,這篇分享Ubuntu 14.04 LTS 升級到Ubuntu 14.10的具體步驟,需要的朋友
    2014-11-18
  • 從Ubuntu 14.04 升級到 Ubuntu 14.10的具體方法

    Ubuntu 14.10已于前段時間發(fā)布。想知道如何從 Ubuntu 14.04 升級到 Ubuntu 14.10 么?別擔(dān)心,這很容易做到。事實上,只要網(wǎng)絡(luò)連接速度好,升級只是點擊幾下鼠標(biāo)的事情而已
    2014-11-04
  • Ubuntu系統(tǒng)下升級內(nèi)核的方法

    首先修改源 echo 'deb http://Ubuntu.cn99.com/ubuntu/ intrepid main restricted' | sudo tee -a /etc/apt/sources.list   然后安裝新內(nèi)核了 sudo apt-get upda
    2008-09-08

最新評論