<?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; Linux</title>
	<atom:link href="http://laoyue.chez.com/index.php/archives/category/linux/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>Linux命令行下的FTP客户端软件NCFTP</title>
		<link>http://laoyue.chez.com/index.php/archives/1364</link>
		<comments>http://laoyue.chez.com/index.php/archives/1364#comments</comments>
		<pubDate>Tue, 22 Dec 2009 18:35:29 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[工具收集]]></category>
		<category><![CDATA[ncftp]]></category>

		<guid isPermaLink="false">http://saoker.net/?p=1364</guid>
		<description><![CDATA[情形1 A空间有ROOT B空间没ROOT 你传文件会怎么传 情形2 A空间有ROOT B空间没ROOT C空间没ROOT 互传文件模拟 —————————————————————————– A空间打包 命令下FTP到B空间 put *.tar.gz 然后B空间想尽办法解压 —————————————————————————– 介绍给各位个工具 前提你有ROOT权限 Linux命令行下的FTP客户端软件──ncftp，用来作整个目录批量上载。ncftpput是它的一个附带程序，在shell脚本中调用ncftpput上载文件到FTP服务器，非常方便。 详细内容见其官方网站：http://www.ncftp.com/ 安装 wget ftp://ftp.ncftp.com/ncftp/ncftp-3.2.3-src.tar.gz tar zxvf ncftp-3.2.3-src.tar.gz cd ncftp-3.2.3/ ./configure –prefix=/usr/local/ncftp make &#38;&#38; make install 示例：将本地/home/admin/isme.com.ru/laoyue.chez.com/目录内的所有文件和目录，上载到FTP服务器的/目录内 /usr/local/ncftp/bin/ncftpput -u laoyue -p WaOD -P 21 -m -R laoyue.chez.com / /home/admin/isme.com.ru/laoyue.chez.com]]></description>
				<content:encoded><![CDATA[<p>情形1 A空间有ROOT B空间没ROOT 你传文件会怎么传</p>
<p>情形2 A空间有ROOT B空间没ROOT C空间没ROOT 互传文件模拟</p>
<p>—————————————————————————–</p>
<p>A空间打包 命令下FTP到B空间 put *.tar.gz 然后B空间想尽办法解压</p>
<p>—————————————————————————–</p>
<p>介绍给各位个工具 前提你有ROOT权限 Linux命令行下的FTP客户端软件──ncftp，用来作整个目录批量上载。ncftpput是它的一个附带程序，在shell脚本中调用ncftpput上载文件到FTP服务器，非常方便。</p>
<p>详细内容见其官方网站：<a href="http://www.ncftp.com/">http://www.ncftp.com/</a></p>
<p>安装</p>
<blockquote><p>wget <a href="ftp://ftp.ncftp.com/ncftp/ncftp-3.2.2-src.tar.gz" target="_blank">ftp://ftp.ncftp.com/ncftp/ncftp-3.2.3-src.tar.gz</a><br />
tar zxvf ncftp-3.2.3-src.tar.gz<br />
cd ncftp-3.2.3/<br />
./configure –prefix=/usr/local/ncftp<br />
make &amp;&amp; make install</p></blockquote>
<p>示例：将本地/home/admin/isme.com.ru/laoyue.chez.com/目录内的所有文件和目录，上载到FTP服务器的/目录内</p>
<blockquote><p>/usr/local/ncftp/bin/ncftpput -u laoyue -p WaOD -P 21 -m -R laoyue.chez.com / /home/admin/isme.com.ru/laoyue.chez.com</p>
<p><a href="http://laoyue.chez.com/wp-content/uploads/2009/12/222.jpg"><img title="222" src="http://laoyue.chez.com/wp-content/uploads/2009/12/222.jpg" alt="" width="636" height="133" /></a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://laoyue.chez.com/index.php/archives/1364/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>用apache给ghs.google做反向代理</title>
		<link>http://laoyue.chez.com/index.php/archives/1314</link>
		<comments>http://laoyue.chez.com/index.php/archives/1314#comments</comments>
		<pubDate>Fri, 27 Nov 2009 18:13:50 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ghs.google]]></category>

		<guid isPermaLink="false">http://saoker.net/?p=1314</guid>
		<description><![CDATA[&#60;VirtualHost *:80&#62; ServerName isme.com.ru ProxyRequests off &#60;Proxy *&#62; Order deny,allow Allow from all &#60;/Proxy&#62; ProxyPreserveHost on ProxyPass / http://ghs.google.com/ ProxyPassReverse / http://ghs.google.com/ &#60;/VirtualHost&#62; &#60;VirtualHost 173.212.195.x:80&#62; ProxyRequests off &#60;Proxy *&#62; Order deny,allow Allow from all &#60;/Proxy&#62; ProxyPreserveHost on ProxyPass / http://ghs.google.com/ ProxyPassReverse / http://ghs.google.com/ &#60;/VirtualHost&#62;]]></description>
				<content:encoded><![CDATA[<blockquote><p>&lt;VirtualHost *:80&gt;</p>
<p>ServerName isme.com.ru</p>
<p>ProxyRequests off</p>
<p>&lt;Proxy *&gt;</p>
<p>Order deny,allow</p>
<p>Allow from all</p>
<p>&lt;/Proxy&gt;</p>
<p>ProxyPreserveHost on</p>
<p>ProxyPass / <a href="http://ghs.google.com/">http://ghs.google.com/</a></p>
<p>ProxyPassReverse / <a href="http://ghs.google.com/">http://ghs.google.com/</a></p>
<p>&lt;/VirtualHost&gt;</p></blockquote>
<blockquote><p>&lt;VirtualHost 173.212.195.x:80&gt;</p>
<p>ProxyRequests off</p>
<p>&lt;Proxy *&gt;</p>
<p>Order deny,allow</p>
<p>Allow from all</p>
<p>&lt;/Proxy&gt;</p>
<p>ProxyPreserveHost on</p>
<p>ProxyPass / <a href="http://ghs.google.com/">http://ghs.google.com/</a></p>
<p>ProxyPassReverse / <a href="http://ghs.google.com/">http://ghs.google.com/</a></p>
<p>&lt;/VirtualHost&gt;</p></blockquote>
<p><img class="alignnone size-full wp-image-1319" title="4" src="http://laoyue.chez.com/wp-content/uploads/2009/11/4.jpg" alt="4" /></p>
]]></content:encoded>
			<wfw:commentRss>http://laoyue.chez.com/index.php/archives/1314/feed</wfw:commentRss>
		<slash:comments>3</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>
