博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何将 Ubuntu14.04 Server 安全的升级到14.10
阅读量:6181 次
发布时间:2019-06-21

本文共 1513 字,大约阅读时间需要 5 分钟。

如何将 Ubuntu14.04 Server 安全的升级到14.10

你可能已经知道如何将你的 Ubuntu 桌面升级到最新版本了,不过如果你用的 Ubuntu Server,而且也正好又希望升级一下的话(前提是,不会影响你的应用。一般来说,对于服务器操作系统,应该采用保守态度。如果不是必须升级才能解决的安全问题,最好不要升级,而是采用各种外部手段来解决。)

如果想从Ubuntu14.04/13.10/13.04/12.10/12.04或者更老的版本升级到14.10,只要遵循下面给出的步骤。注意,你不能直接从13.10升级到14.10。你应该先将13.10升级到14.04在从14.04升级到14.10。下面是详细步骤。

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

重要:在升级之前,保险起见,不要忘了将你的数据在U盘或外部硬盘上保存一下。

服务器升级

从ubuntu14.04的服务器升级到14.10的服务器,采用下面的步骤。

安装update-manager-core 这个包如果之前没唷安装的话:

 
  1. sudo apt-get install update-manager-core

编辑 /etc/update-manager/release-upgrades这个文件。

 
  1. sudo nano /etc/update-manager/release-upgrades

像下面那样设置Prompt=normal或者Prompt=lts

 
  1. # Default behavior for the release upgrader.
  2.  
  3. [DEFAULT]
  4. # Default prompting behavior, valid options:
  5. #
  6. # never - Never check for a new release.
  7. # normal - Check to see if a new release is available. If more than one new
  8. # release is found, the release upgrader will attempt to upgrade to
  9. # the release that immediately succeeds the currently-running
  10. # release.
  11. # lts - Check to see if a new LTS release is available. The upgrader
  12. # will attempt to upgrade to the first LTS release available after
  13. # the currently-running one. Note that this option should not be
  14. # used if the currently-running release is not itself an LTS
  15. # release, since in that case the upgrader won't be able to
  16. # determine if a newer release is available.
  17. Prompt=normal

现在可以通过下面的命令来更新你的服务系统了。

 
  1. sudo do-release-upgrade -d

直到屏幕提示你已完成。

原文发布时间:2014-11-25

本文来自云栖合作伙伴“linux中国”

转载地址:http://rycda.baihongyu.com/

你可能感兴趣的文章
Monte Carlo tree search 学习
查看>>
使用golang的slice来模拟栈
查看>>
【计算机网络】TCP关闭连接问题及注意
查看>>
【评分】第四次作业--项目选题报告(团队)
查看>>
增加wamp64 PHP支持版本
查看>>
重复枚举和不重复枚举
查看>>
ES正常停止步骤
查看>>
通配符的匹配很全面, 但无法找到元素 'context:component-scan' 的声明。
查看>>
Kafka的CommitFailedException异常
查看>>
思考与阅读
查看>>
ES6
查看>>
Wireshark中的一些SNMP相关的过滤器
查看>>
java8 新特性
查看>>
Xilinx Vivado的使用详细介绍(1):创建工程、编写代码、行为仿真、Testbench
查看>>
在 Scale Up 中使用 Health Check - 每天5分钟玩转 Docker 容器技术(145)
查看>>
基于 HTML5 Canvas 实现的文字动画特效
查看>>
jsp c标签不遍历的方法
查看>>
Linux命令:pigz多线程压缩工具【转】
查看>>
Python学习笔记——与爬虫相关的网络知识
查看>>
paip.php eclipse output echo 乱码
查看>>