<?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://www.zouqingshui.net/headingto3/category/study/linux-technic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zouqingshui.net</link>
	<description>专心做SEO博客，专业做外贸SEO网站开发，立足莆田致力研究SEO搜索引擎优化及网赚技巧</description>
	<lastBuildDate>Thu, 29 Dec 2011 05:12:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>LINUX下IF的使用参数</title>
		<link>http://www.zouqingshui.net/headingto3/linux%e4%b8%8bif%e7%9a%84%e4%bd%bf%e7%94%a8%e5%8f%82%e6%95%b0/</link>
		<comments>http://www.zouqingshui.net/headingto3/linux%e4%b8%8bif%e7%9a%84%e4%bd%bf%e7%94%a8%e5%8f%82%e6%95%b0/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 13:38:47 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2371</guid>
		<description><![CDATA[[ -a FILE ]  如果 FILE 存在则为真。 [ -b FILE ]  如果 FILE 存在且是一个块特殊文件则为真。 [ -c FILE ]  如果 FILE 存在且是一个字特殊文件则为真。 [ -d FILE ]  如果 FILE 存在且是一个目录则为真。 [ -e FILE ]  如果 FILE 存在则为真。 [ -f FILE ]  如果 FILE 存在且是一个普通文件则为真。 [ -g FILE ]  如果 FILE 存在且已经设置了SGID则为真。 [ -h FILE ]  如果 FILE [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/linux%e4%b8%8bif%e7%9a%84%e4%bd%bf%e7%94%a8%e5%8f%82%e6%95%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call to undefined function mysql_connect</title>
		<link>http://www.zouqingshui.net/headingto3/call-to-undefined-function-mysql_connect/</link>
		<comments>http://www.zouqingshui.net/headingto3/call-to-undefined-function-mysql_connect/#comments</comments>
		<pubDate>Mon, 16 May 2011 16:17:36 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2307</guid>
		<description><![CDATA[今天报这个错误了，我不知道是什么原因导致的，查了所有资料都不行。 网上有一个说法，就是安装PHP的时候没有把mysql功能编译进去，我也确实照办了，结果发现还是一样。 phpinfo()也看了，没有问题。 最后无奈了，一切从来，等到我把php.ini又拷贝一份到etc/php5/php.ini(我用的是virtualmin)的时候，我傻了，又出现这个错误。 我才知道，原来是两个php.ini不兼容（我的这个php.ini是从另一台服务器拷的，而不是从这台服务器直接拷的 原创文章，转载请注明： 转载自清水的百宝箱 本文链接地址: Call to undefined function mysql_connect 意犹未尽？到处逛逛吧！:)2010-03-31 -- 喜欢一个人,就赋予了她伤害你的权利 (0)2010-04-29 -- 清水的全英文网站 (4)2009-09-06 -- 八十一个恶搞脑筋急转弯 (0)2010-02-22 -- mysql服务器主从同步配置 (0)2009-07-18 -- Javascript 实现交互界面 (0)2009-05-29 -- 精解局域网访问及共享（三） (0)2008-09-06 -- 诺基亚7610格机方法 (0)2010-12-07 -- 收集：php-mcrypt加密模块的用法 (1)2009-06-08 -- zen cart 网页源文件开头多了回车 (1)2008-11-24 -- 哪些食物不能和牛奶一起吃 (0)]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/call-to-undefined-function-mysql_connect/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>linux服务器如何彻底屏蔽掉ping(非iptables)</title>
		<link>http://www.zouqingshui.net/headingto3/linux-disable-ping-without-iptables/</link>
		<comments>http://www.zouqingshui.net/headingto3/linux-disable-ping-without-iptables/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 05:08:21 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2303</guid>
		<description><![CDATA[使用一条命令就可以了，口水话我就不多说了 echo "1" &#62;  /proc/sys/net/ipv4/icmp_echo_ignore_all 原创文章，转载请注明： 转载自清水的百宝箱 本文链接地址: linux服务器如何彻底屏蔽掉ping(非iptables) 意犹未尽？到处逛逛吧！:)2010-10-27 -- 网站收录错页面的解决办法 (0)2009-10-23 -- 夜很深了…… (0)2009-06-30 -- 〖转〗脑子一片混乱 (2)2009-06-11 -- 修改IE查看源文件程序 (4)2009-08-20 -- 测试你的幼稚指数（巨搞） (0)2009-06-25 -- 抽象的现实 (0)2009-07-10 -- 插件开发全攻略（09）&#8212;WordPress插件和数据库交互 (1)2009-11-21 -- ATnotes,很方便的查看找文档文件内容的小软件 (0)2010-03-30 -- 爱情买卖 (0)2009-08-13 -- Wordpress bloginfo标签使用详解 (2)]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/linux-disable-ping-without-iptables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>配置webmin/virtualmin的安全目录open_basedir</title>
		<link>http://www.zouqingshui.net/headingto3/%e9%85%8d%e7%bd%aewebminvirtualmin%e7%9a%84%e5%ae%89%e5%85%a8%e7%9b%ae%e5%bd%95open_basedir/</link>
		<comments>http://www.zouqingshui.net/headingto3/%e9%85%8d%e7%bd%aewebminvirtualmin%e7%9a%84%e5%ae%89%e5%85%a8%e7%9b%ae%e5%bd%95open_basedir/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 06:31:53 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[webmin]]></category>
		<category><![CDATA[open_basedir]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2281</guid>
		<description><![CDATA[如果你打算用webmin/virtualmin开虚拟主机给你的朋友或网友使用，那么，建议配置好open_basedir，否则安全不放心。 如何配置webmin/virtualmin的php安全目录open_basedir？ 首先，需要使用suphp，现在安装好virtualmin面板，默认就是。mod_php不建议 其次，设置virtualmin的服务器模板，设置php.ini文件对应位置 websites-template-apache.png fcgid-php-ini.png 然后，我们将/etc/php.ini 复制一份到 /etc/php.ini.www.ctohome.com ，然后修改它，增加open_basedir： open_basedir = /tmp:${HOME}/public_html:${HOME}/tmp 题外话，open base dir 的作用范围： open_basedir, if set, limits all file operations to the defined directoryand below.  This directive makes most sense if used in a per-directoryor per-virtualhost web server configuration file. This directive is*NOT* affected by whether Safe Mode is turned On [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/%e9%85%8d%e7%bd%aewebminvirtualmin%e7%9a%84%e5%ae%89%e5%85%a8%e7%9b%ae%e5%bd%95open_basedir/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>proftpd 使用mysql控制登录用户</title>
		<link>http://www.zouqingshui.net/headingto3/proftpd-%e4%bd%bf%e7%94%a8mysql%e6%8e%a7%e5%88%b6%e7%99%bb%e5%bd%95%e7%94%a8%e6%88%b7/</link>
		<comments>http://www.zouqingshui.net/headingto3/proftpd-%e4%bd%bf%e7%94%a8mysql%e6%8e%a7%e5%88%b6%e7%99%bb%e5%bd%95%e7%94%a8%e6%88%b7/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 07:27:04 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[proftpd]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2255</guid>
		<description><![CDATA[作者：北南南北 来自：LinuxSir.Org 摘要：本文讲述了ProFTPD 支持MySQL数据库认证，比如添加虚拟用户、用户空间大小的限制（磁盘限额 Quotas）；本文是实践文档； 2.1、ProFTPD的下载； 2.2、编译安装； 3.1、创建一个ProFTPD的数据库proftpd； 3.2、导入proftpd数据库； 7.1 ProFTPD 服务器的管理； 7.2 通过MySQL来管理FTP用户； 7.3 ProFTPD 用户磁盘限额管理； 目录 0、前言 1、什么是ProFTPD； 2、ProFTPD的编译和安装； 3、ProFTPD认证中的MySQL数据库； 4、ProFTPD的配置文件proftpd.conf 5、系统用户ftp和用户组ftp的UID和GID的调整； 6、启动ProFTPD，并测试； 7、关于ProFTP的服务器管理、用户管理和磁盘限额管理 8、本文未尽事宜； 9、关于本文 10、参考文档 11、相关文档 ++++++++++++++++++++++++++++++++++++++++++++++++ 正文 ++++++++++++++++++++++++++++++++++++++++++++++++ 前言 本文是根据实践而来，最主要是帮助新手知道怎么自架FTP服务器，本文也可以说是一个简单的使用例子；但不会把ProFTPD的所有文档都详细说 明；也就是说简单的安装和配置，以及最简单的使用。让不懂ProFTPD的弟兄，比着“瓢”也能画出“葫芦”。至于哪个FTP服务器程序更好，我想都是好 的，只要会用就行；vsftpd 现在很流行；但ProFTPD也是一种选择... ... 1、什么是ProFTPD； ProFTPD 是一个FTP服务器程序，和vsftpd、wuftp 类似的FTP服务器，他们最终实现功能和目的都是一样的，都是为了传输文件； 2、ProFTPD的编译和安装； 2.1、ProFTPD的下载； ProFTPD的主页： http://www.proftpd.org 本教程选用版本： proftpd-1.3.0rc3.tar.gz 下载地址： ftp://ftp.proftpd.org/distrib/source/ http://www.proftpd.org/download.html 2.2、编译安装； 编译安装时得用编译环境，比如需要gcc，如果少什么包，您可以在系统安装盘中找到；或者在线升级也行；现在大多的发行版都有支持在线升级的软件包 管理工具；比如RPM的系统有yum和apt可用，debian有apt可用 [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/proftpd-%e4%bd%bf%e7%94%a8mysql%e6%8e%a7%e5%88%b6%e7%99%bb%e5%bd%95%e7%94%a8%e6%88%b7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux centos系统用户不显示当前文件夹名和用户名怎么办？</title>
		<link>http://www.zouqingshui.net/headingto3/linux-centos-show-local-folder/</link>
		<comments>http://www.zouqingshui.net/headingto3/linux-centos-show-local-folder/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 20:01:56 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[bash_profile]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2250</guid>
		<description><![CDATA[在用户根目录创建新文件.bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin export PATH export PS1="[\u@\h \W]#\[\033[0m\]" 原创文章，转载请注明： 转载自清水的百宝箱 本文链接地址: linux centos系统用户不显示当前文件夹名和用户名怎么办？ 相关主题2010-12-12 -- 一键搭载VPN服务器ppptp (3)2010-11-27 -- 使用squid做web镜像完全策略_web反向代理 (0)2010-11-01 -- 摘录的十个最牛X的linux命令 (1)2010-10-07 -- 问有所答：如何列出服务器当前绑定的所有域名 (1)2010-07-18 -- 最全的服务器自动备份脚本 (1)2010-02-24 -- Linux 下的 [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/linux-centos-show-local-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一键搭载VPN服务器ppptp</title>
		<link>http://www.zouqingshui.net/headingto3/%e4%b8%80%e9%94%ae%e6%90%ad%e8%bd%bdvpn%e6%9c%8d%e5%8a%a1%e5%99%a8ppptp/</link>
		<comments>http://www.zouqingshui.net/headingto3/%e4%b8%80%e9%94%ae%e6%90%ad%e8%bd%bdvpn%e6%9c%8d%e5%8a%a1%e5%99%a8ppptp/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 10:42:35 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ppptp]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2236</guid>
		<description><![CDATA[VPN其实和宽带账号一样一样的。 但是我说的VPN仅指国外linux服务器下的vpn 搭VPN服务器，网络上有一大堆教程，什么VPN搭建完全解析，什么如何搭建VPN服务器，VPN搭建教程，文本版的、视频版的。五花八门都有。我现在就来一个一键版的，让大家尝个鲜。 PPTPD VPN是目前比较好用的vpn之一，为了方便ctohome的客户安装vpn服务，我们找到diahosting公开发布的一个“一行命令，一键在xen或linux服务器上安装VPN服务(PPTPD VPN)”的脚本，推荐给大家使用： 一行命令安装PPTPD VPN(注意，只在CentOS 5 32bits/64bits下测试通过，其他系统未测试): wget http://www.CTOHome.com/linux-vps-pack/vpn-pptpd.sh;sh ./vpn-pptpd.sh; 用root登录ssh，复制粘贴上面一行命令，回车等待几分钟即可。 一键安装VPN完成后，会直接显示VPN用户名（默认就是vpn1和vpn2）和密码， 请留意下面的字样，密码中可能会有/=等特殊字符，但没有空格，复制密码的时候，小心不要复制了空格 VPN username: vpn1   password: rPpVvZUo VPN username: vpn2   password: 55Y3ut6t 如何在windows客户端使用pptpd vpn？ 请看教材：WindowsXP如何连接VPN服务器？ 如何创建更多的vpn用户？ 请在linux下，ssh编辑/etc/ppp/chap-secrets文件，按照相同格式添加用户名和密码即可。 # this script was written by diahosting and edited by ctohome, free to use mkdir -p /backup/www.ctohome.com/ cd /backup/www.ctohome.com/ yum remove -y pptpd ppp [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/%e4%b8%80%e9%94%ae%e6%90%ad%e8%bd%bdvpn%e6%9c%8d%e5%8a%a1%e5%99%a8ppptp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iptabels 实现类反向代理的数据包转发功能</title>
		<link>http://www.zouqingshui.net/headingto3/iptabels-data-transfer/</link>
		<comments>http://www.zouqingshui.net/headingto3/iptabels-data-transfer/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 09:30:02 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2231</guid>
		<description><![CDATA[想起来很麻烦，做起来很简单，一直以为只有nginx可以实现，原来这里有另一条路，放出来养养，大家点评一下 : 比如把发到192.168.0.2:80 转到 202.96.1.2:80 : iptables -t nat -I PREROUTING -p tcp -d 192.168.0.2 --dport 80 -j \ : DNAT --to 202.96.1.2:80 : iptables -t nat -I POSTROUTING -p tcp -d 202.96.1.2 --dport 80 -j \ : SNAT --to &#60;your out side ip&#62; : 或则直接改成 -j MASQUERADE如果出口ip动态的话. 优点：配置简单，生效快。 缺点：没有缓存功能，不上真正的反向代理。 呵呵，so easy! by svein joe 原创文章，转载请注明： 转载自清水的百宝箱 本文链接地址: iptabels 实现类反向代理的数据包转发功能 意犹未尽？到处逛逛吧！:)2010-01-17 -- 有趣的人儿 (0)2010-11-26 -- 著名的2:8定理（二八定论） (0)2010-03-24 -- 【made in china】英语对白 (0)2009-07-10 -- 插件开发全攻略（05）&#8212;WordPress 插件Actions (0)2011-04-01 -- 愚人节愚人十大法宝 (0)2009-06-25 -- 抽象的现实 (0)2009-10-21 -- 静夜…思，习惯 (2)2009-11-28 -- 准备给博客换壳了 (0)2010-03-30 -- 银联卡温馨提示，他祖宗的！ (0)2009-06-26 -- Useful English short [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/iptabels-data-transfer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>最简单的webmin安装教程</title>
		<link>http://www.zouqingshui.net/headingto3/webmin-install-teach/</link>
		<comments>http://www.zouqingshui.net/headingto3/webmin-install-teach/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 14:10:43 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[linux webmin]]></category>
		<category><![CDATA[webmin]]></category>
		<category><![CDATA[webmin安装]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2215</guid>
		<description><![CDATA[问题： 如何安装webmin webmin安装教程 最简单的webmin安装方法。 费话不多，开始解题： yum install -y mlocate yum install -y openssl wget http://software.virtualmin.com/gpl/scripts/install.sh sh install.sh yum install -y php-dom 完毕~！ 哦耶，怎么会这么短？ 真的就这么短，和日本人一样短的，哈哈！ 不要瞎想了，安装去吧，:) 原创文章，转载请注明： 转载自清水的百宝箱 本文链接地址: 最简单的webmin安装教程 相关主题2011-02-27 -- 配置webmin/virtualmin的安全目录open_basedir (3)]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/webmin-install-teach/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>使用squid做web镜像完全策略_web反向代理</title>
		<link>http://www.zouqingshui.net/headingto3/%e4%bd%bf%e7%94%a8squid%e5%81%9aweb%e9%95%9c%e5%83%8f%e5%ae%8c%e5%85%a8%e7%ad%96%e7%95%a5_web%e5%8f%8d%e5%90%91%e4%bb%a3%e7%90%86/</link>
		<comments>http://www.zouqingshui.net/headingto3/%e4%bd%bf%e7%94%a8squid%e5%81%9aweb%e9%95%9c%e5%83%8f%e5%ae%8c%e5%85%a8%e7%ad%96%e7%95%a5_web%e5%8f%8d%e5%90%91%e4%bb%a3%e7%90%86/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 12:04:51 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web镜像]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2204</guid>
		<description><![CDATA[应用环境：一台智能DNS，一台web做原始服务器，三台squid做web镜像，三台squid分别在重庆，上海，天津，web 在深圳，智能dns能分析客户访问接入的IP然后叫其访问本城市的服务器，比如说上海的客户访问的就是上海的web镜像，然后第二次访问的时候首先是向其 他两台squid发起请求看有没有这个缓存，如果没有在向web发起请求 系统环境：CentOS 5.2，squid-3.1.0.13.tar.gz，其中web服务器是LAMP环境，域名为www.qubaoquan.com IP 和域名规划：智能DNS的ip为192.168.10.100，web服务器的IP为192.168.10.1，上海squid的IP 为：192.168.10.2，重庆squid的IP为：192.168.10.3，天津squid的IP为：192.168.10.4，对外提供的域名 为www.qubaoquan.com 如下的的配置是上海的squid的配置，其他两台squid只要做些响应更改就可以了 1. 安装 [root@squid srv]# tar zvxf squid-3.1.0.13.tar.gz [root@squid srv]# cd squid-3.1.0.13 [root@squid srv]# ./configure --prefix=/usr/local/squid --enable-storrio=ufs,aufs,null --enable-linux-netfilter [root@squid srv]# make [root@squid srv]# make install 2. 创建运行squid的用户 [root@squid srv]# useradd squid 3. 创建运行所需的目录并且赋权 [root@squid srv]# mkdir -p /usr/local/squid/cache [root@squid srv]# chown -R squid:squid /usr/local/squid/cache/ [root@squid srv]# [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/%e4%bd%bf%e7%94%a8squid%e5%81%9aweb%e9%95%9c%e5%83%8f%e5%ae%8c%e5%85%a8%e7%ad%96%e7%95%a5_web%e5%8f%8d%e5%90%91%e4%bb%a3%e7%90%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

