<?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; centos</title>
	<atom:link href="http://laoyue.chez.com/index.php/archives/tag/centos/feed" rel="self" type="application/rss+xml" />
	<link>http://laoyue.chez.com</link>
	<description>旺旺旺~~~</description>
	<lastBuildDate>Tue, 12 May 2026 14:07:23 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.41</generator>
	<item>
		<title>最小化安装CentOS5.X后添加工具</title>
		<link>http://laoyue.chez.com/index.php/archives/1336</link>
		<comments>http://laoyue.chez.com/index.php/archives/1336#comments</comments>
		<pubDate>Sun, 06 Dec 2009 21:22:24 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://saoker.net/?p=1336</guid>
		<description><![CDATA[PS:最小化安装系统的VPS  http://www.linode.com/  帮朋友装nginx,php,mysql的时候出现N多错误     使用wget命令的时候出现了一下错误：-bash: wget: command not found 很显然，这是因为最小化安装没有安装wget的缘故 更新系统内核到最新. yum -y update 安装工具: 1.安装wget yum install wget 2.安装setup yum install setuptool 3.安装cron yum install gcc gcc-c++ autoconf vixie-cron # vixie-cron软件包是cron的主程序 yum install gcc gcc-c++ autoconf crontabs  #crontabs软件包是用来安装、卸装、或列举用来驱动 cron 守护进程的表格的程序 4.安装make yum install make 5.安装unzip yum install unzip  因为要安装wordpress方便解压   ╮(╯▽╰)╭]]></description>
				<content:encoded><![CDATA[<p>PS:最小化安装系统的VPS  <a href="http://www.linode.com/">http://www.linode.com/</a>  帮朋友装nginx,php,mysql的时候出现N多错误    </p>
<p>使用wget命令的时候出现了一下错误：-bash: wget: command not found</p>
<p>很显然，这是因为最小化安装没有安装wget的缘故</p>
<blockquote><p>更新系统内核到最新.<br />
yum -y update</p></blockquote>
<p><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">安装工具:<br />
1.安装wget</span></p>
<blockquote>
<ol title="Double click to hide line number." ondblclick="linenumber(this)"><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">yum install wget</span></ol>
</blockquote>
<p><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">2.安装setup</span></p>
<blockquote>
<ol title="Double click to hide line number." ondblclick="linenumber(this)"><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">yum install setuptool</span></ol>
</blockquote>
<p><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">3.安装cron</span></p>
<blockquote>
<ol title="Double click to hide line number." ondblclick="linenumber(this)"><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">yum install gcc gcc-c++ autoconf vixie-cron # vixie-cron软件包是cron的主程序</span></ol>
</blockquote>
<blockquote>
<li><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">yum install gcc gcc-c++ autoconf crontabs  #crontabs软件包是用来安装、卸装、或列举用来驱动 cron 守护进程的表格的程序</span></li>
</blockquote>
<p><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">4.安装make</span></p>
<blockquote>
<ol title="Double click to hide line number." ondblclick="linenumber(this)"><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">yum install make</span></ol>
</blockquote>
<ol title="Double click to hide line number." ondblclick="linenumber(this)"><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">5.安装unzip</span></ol>
<blockquote>
<ol title="Double click to hide line number." ondblclick="linenumber(this)"><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">yum install unzip  </span></ol>
</blockquote>
<ol title="Double click to hide line number." ondblclick="linenumber(this)"><span style="FONT-SIZE: small; FONT-FAMILY: 宋体">因为要安装wordpress方便解压   ╮(╯▽╰)╭</span></ol>
]]></content:encoded>
			<wfw:commentRss>http://laoyue.chez.com/index.php/archives/1336/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS下yum安装gnome和kde桌面</title>
		<link>http://laoyue.chez.com/index.php/archives/1306</link>
		<comments>http://laoyue.chez.com/index.php/archives/1306#comments</comments>
		<pubDate>Sat, 21 Nov 2009 13:16:50 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[gnome.kde]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://saoker.net/?p=1306</guid>
		<description><![CDATA[显示系统已经安装的组件，和可以安装的组件:  #yum grouplist 如果系统安装之初采用最小化安装，没有安装xwindow，那么先安装：  #yum groupinstall &#8220;X Window System&#8221; 安装GNOME桌面环境 yum groupinstall &#8220;GNOME Desktop Environment&#8221; 安装KDE桌面环境 yum groupinstall &#8220;KDE (K Desktop Environment)&#8221; 卸载GNOME桌面环境 yum groupremove &#8220;GNOME Desktop Environment&#8221; 卸载KDE桌面环境 yum groupremove &#8220;KDE (K Desktop Environment]]></description>
				<content:encoded><![CDATA[<p>显示系统已经安装的组件，和可以安装的组件:</p>
<p> #yum grouplist 如果系统安装之初采用最小化安装，没有安装xwindow，那么先安装：</p>
<p> #yum groupinstall &#8220;X Window System&#8221;</p>
<p>安装GNOME桌面环境 yum groupinstall &#8220;GNOME Desktop Environment&#8221;</p>
<p>安装KDE桌面环境 yum groupinstall &#8220;KDE (K Desktop Environment)&#8221;</p>
<p>卸载GNOME桌面环境</p>
<p>yum groupremove &#8220;GNOME Desktop Environment&#8221;</p>
<p>卸载KDE桌面环境 yum groupremove &#8220;KDE (K Desktop Environment</p>
]]></content:encoded>
			<wfw:commentRss>http://laoyue.chez.com/index.php/archives/1306/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CENTOS下安装vnc+xfce4</title>
		<link>http://laoyue.chez.com/index.php/archives/1277</link>
		<comments>http://laoyue.chez.com/index.php/archives/1277#comments</comments>
		<pubDate>Mon, 16 Nov 2009 00:41:19 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[vnc]]></category>
		<category><![CDATA[xfce4]]></category>

		<guid isPermaLink="false">http://saoker.net/?p=1277</guid>
		<description><![CDATA[网上的centos下安装vnc和xfce4教程很多  这里先不怎么介绍  先上图]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1278" title="vnc" src="http://laoyue.chez.com/wp-content/uploads/2009/11/vnc.jpg" alt="vnc" />网上的centos下安装vnc和xfce4教程很多  这里先不怎么介绍  先上图</p>
]]></content:encoded>
			<wfw:commentRss>http://laoyue.chez.com/index.php/archives/1277/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
