<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; Ubuntu Server 安装</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/ubuntu-server-%E5%AE%89%E8%A3%85/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Server 12.04安装图解教程</title>
		<link>https://www.osyunwei.com/archives/3708.html</link>
		<comments>https://www.osyunwei.com/archives/3708.html#comments</comments>
		<pubDate>Thu, 26 Apr 2012 17:32:46 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Server 12.04]]></category>
		<category><![CDATA[Ubuntu Server 安装]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3708</guid>
		<description><![CDATA[一、说明： Ubuntu分为桌面版（desktop）和服务器版（Server），下面为大家介绍服务器版本Ubuntu Server 12.04的详细安装过程。 附Ubuntu Server 12.04系统镜像下载地址： 32位：http://gb.releases.ubuntu.com//precise/ubuntu-12.04-server-i386.iso 64位：http://mirror.ox.ac.uk/sites/releases.ubuntu.com/releases//precise/ubuntu-12.04-server-amd64.iso 二、安装系统：用启动盘成功引导之后，出现下面的界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接   选择语言：中文（简体） 默认第一项：安装Ubuntu服务器版 询问是否继续安装所选择的语言版本，选择“yes” 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 选择“否”默认键盘模式 配置键盘：汉语 键盘布局：汉语 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 设置主机名字 创建新用户：输入新用户全名（注意：不是登录账号，相当于描述） 输入：账号的用户名（这个是登录账号） 设置密码 再次输入密码 密码复杂性验证，选择是，也可以选否，重新设置复杂的密码 选择否 设置时钟 询问当前的时区是否设置正确，这里是Asia/Shanghai（亚洲/上海）,设置正确，选择是 分区向导，选择需要安装的磁盘 是 可以看到上面所选磁盘的容量信息，点击磁盘空闲空间，我这里磁盘大小是5G 创建新分区 输入分区大小，根据自己需要输入 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 类型：主分区 开始 点用于：选择“交换空间” 点分区设定结束，这样就设置好了swap分区（一般为内存大小的2倍），继续重复上面的步骤，在划分一个根分区 选择空闲空间 创建新分区 分区大小，这里默认显示剩余空间（分区之前先要规划好，我这里只分swap和跟分区"/"）, 所以剩余空间全部给“/”分区，点继续 主分区 挂载点：/  点分区设定结束 分区设定结束并将修改写入磁盘 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3708.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3708.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Ubuntu Server 11.10安装图解教程</title>
		<link>https://www.osyunwei.com/archives/2474.html</link>
		<comments>https://www.osyunwei.com/archives/2474.html#comments</comments>
		<pubDate>Fri, 17 Feb 2012 07:47:40 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[Ubuntu Server 11.10]]></category>
		<category><![CDATA[Ubuntu Server 安装]]></category>
		<category><![CDATA[安装图解教程]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2474</guid>
		<description><![CDATA[一、说明： Ubuntu分为桌面版（desktop）和服务器版（Server），下面为大家介绍服务器版本Ubuntu Server 11.10的详细安装过程。 附Ubuntu Server 11.10系统镜像下载地址： 32为：http://mirrors.163.com/ubuntu-releases/11.10/ubuntu-11.10-server-i386.iso 64位：http://mirrors.163.com/ubuntu-releases/11.10/ubuntu-11.10-server-amd64.iso 二、安装系统：用启动盘成功引导之后，出现下面的界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 选择语言：中文（简体） 默认第一项：安装Ubuntu服务器版 询问是否继续安装所选择的语言版本，选择“yes” 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 选择“否”默认键盘模式 配置键盘，选择中国 键盘布局：中国 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 设置主机名字 磁盘分区，选择手动 分区向导，选择需要安装的磁盘 是 可以看到上面所选磁盘的容量信息，点击磁盘空闲空间，我这里磁盘大小是5G 创建新分区 输入分区大小，根据自己需要输入 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 类型：主分区 开始 点用于：选择“交换空间” 点分区设定结束，这样就设置好了swap分区（一般为内存大小的2倍），继续重复上面的步骤，在划分一个根分区 选择空闲空间 创建新分区 分区大小，这里默认显示剩余空间（分区之前先要规划好，我这里只分swap和跟分区"/"）, 所以剩余空间全部给“/”分区，点继续 主分区 挂载点：/  点分区设定结束 分区设定结束并将修改写入磁盘 是 输入全名，相当于备注（注意：这个名字不是登陆系统的用户名） 输入用户名（登陆系统所使用的用户名） 设置普通用户名和密码（Ubuntu中默认不开启root用户，必须设置一个普通用户，安装才能继续） 输入密码 再次输入密码 点是（可以设置一个强壮的密码） 否 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2474.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2474.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
