<?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/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://laoyue.chez.com</link>
	<description>旺旺旺~~~</description>
	<lastBuildDate>Mon, 20 Apr 2026 05:52:09 +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>用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>做了个Puppy linux U盘版本</title>
		<link>http://laoyue.chez.com/index.php/archives/1061</link>
		<comments>http://laoyue.chez.com/index.php/archives/1061#comments</comments>
		<pubDate>Tue, 24 Mar 2009 20:31:25 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[工具收集]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Puppy]]></category>
		<category><![CDATA[unetbootin]]></category>

		<guid isPermaLink="false">http://saoker.net/?p=1061</guid>
		<description><![CDATA[素材：U盘一个 ISO: puppy linux  ISO镜像文件一个 Live CD生成工具一个 操作过程很简单   具体的就不再仔细介绍了  看图 和工具下载]]></description>
				<content:encoded><![CDATA[<p>素材：U盘一个</p>
<p>ISO: puppy linux  ISO镜像文件一个</p>
<p>Live CD生成工具一个</p>
<p>操作过程很简单   具体的就不再仔细介绍了  看图 和工具下载</p>
<p><img class="alignleft size-full wp-image-1062" title="livecd" src="http://laoyue.chez.com//wp-content/uploads/2009/03/livecd.jpg" alt="livecd" />[Download not found]</p>
]]></content:encoded>
			<wfw:commentRss>http://laoyue.chez.com/index.php/archives/1061/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux下设置IP</title>
		<link>http://laoyue.chez.com/index.php/archives/507</link>
		<comments>http://laoyue.chez.com/index.php/archives/507#comments</comments>
		<pubDate>Wed, 07 Jan 2009 17:53:49 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[ip设置]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://saoker.net/?p=507</guid>
		<description><![CDATA[Linux下 vi   /etc/sysconfig/network-scripts/ifcfg-eth0     DEVICE=eth0     BOOTPROTO=none     HWADDR=00:50:8D:7D:F9:44     ONBOOT=yes     TYPE=Ethernet     NETMASK=255.255.255.0     IPADDR=172.16.106.155     USERCTL=no     PEERDNS=yes     GATEWAY=172.16.106.254     IPV6INIT=no  BSD下： vi /etc/rc.conf or ifconfig le0 192.168.0.123/24 route add default 192.168.0.1 DNS设置两个都一样 vi /etc/resolv.conf nameserver 202.102.224.68 nameserver 202.102.227.68]]></description>
				<content:encoded><![CDATA[<p>Linux下</p>
<p>vi   /etc/sysconfig/network-scripts/ifcfg-eth0  <br />
  DEVICE=eth0  <br />
  BOOTPROTO=none  <br />
  HWADDR=00:50:8D:7D:F9:44  <br />
  ONBOOT=yes  <br />
  TYPE=Ethernet  <br />
  NETMASK=255.255.255.0  <br />
  IPADDR=172.16.106.155  <br />
  USERCTL=no  <br />
  PEERDNS=yes  <br />
  GATEWAY=172.16.106.254  <br />
  IPV6INIT=no </p>
<p>BSD下：</p>
<p>vi /etc/rc.conf</p>
<p>or</p>
<p>ifconfig le0 192.168.0.123/24</p>
<p>route add default 192.168.0.1</p>
<p>DNS设置两个都一样</p>
<p>vi /etc/resolv.conf</p>
<p>nameserver 202.102.224.68</p>
<p>nameserver 202.102.227.68</p>
]]></content:encoded>
			<wfw:commentRss>http://laoyue.chez.com/index.php/archives/507/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
