<?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; 服务器软件</title>
	<atom:link href="http://newsn.net/category/coder/server_soft/feed" rel="self" type="application/rss+xml" />
	<link>http://newsn.net</link>
	<description>苏南的网络日记本本  O(∩_∩)O  哈哈~</description>
	<lastBuildDate>Mon, 13 Jul 2009 02:59:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fatal error: Allowed memory size of 8388608 bytes exhausted</title>
		<link>http://newsn.net/20090701/730.html</link>
		<comments>http://newsn.net/20090701/730.html#comments</comments>
		<pubDate>Wed, 01 Jul 2009 09:25:47 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[IT.IT]]></category>
		<category><![CDATA[服务器软件]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://newsn.net/20090701/730.html</guid>
		<description><![CDATA[Php报错，Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 40961 bytes)
 
修改了php.ini中的
memory_limit = 12M
就行了…，不过程序貌似耗费de资源太多了…
]]></description>
		<wfw:commentRss>http://newsn.net/20090701/730.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关闭xampp（linux版）自带的ftp服务</title>
		<link>http://newsn.net/20090701/729.html</link>
		<comments>http://newsn.net/20090701/729.html#comments</comments>
		<pubDate>Wed, 01 Jul 2009 09:20:58 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[IT.IT]]></category>
		<category><![CDATA[服务器软件]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://newsn.net/20090701/729.html</guid>
		<description><![CDATA[ xampp（linux版）自带了proftpd，但是作为一个测试环境来说，这个服务我们并不需要。官方说明中提供了一个很简便的关闭这项服务的方法。
 

在xampp启动后，执行
./lampp stopftp

以后就再次启动xampp的时候，就没有ftp这个东东了。hoho~
]]></description>
		<wfw:commentRss>http://newsn.net/20090701/729.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>在AndLinux下面安装xampp并设置为开机启动项</title>
		<link>http://newsn.net/20090506/359.html</link>
		<comments>http://newsn.net/20090506/359.html#comments</comments>
		<pubDate>Wed, 06 May 2009 06:07:23 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[服务器软件]]></category>
		<category><![CDATA[andlinux]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://newsn.net/?p=359</guid>
		<description><![CDATA[一、XAMPP是啥？     XAMPP是个软件套装，一下子就能装好Apache,Php,Mysql等等东东，     这对于新手来说，无疑是天大的好消息，因为配置这些东东实在相当的困难。     即使是老手，都可能会被搞得晕头转向。     官方网站是：http://www.apachefriends.org/en/xampp.html     这个地方的说明是最权威官方的。本文没有涉及到的说明请参考这里。     根据官方说明，说最新的Linux版本1.7.1集成了N多软件，
 
当然很多搞不清楚啥子用途，但是没有办法，人家带了，俺也改不好哦~    当然苏南也搞了个自己的XAMPP（姑且先这么叫吧），是windows下的，     纯绿色的哦~ 但是集成的就没有上边那么多了。但是安装起来也挺简单的，     足够我使用了。等稳定了可以分享给大家用。     安装脚本主要参考了一个叫做kiss的XAMPP，（姑且也这么叫吧），    [...]]]></description>
		<wfw:commentRss>http://newsn.net/20090506/359.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AndLinux安装手记</title>
		<link>http://newsn.net/20090506/358.html</link>
		<comments>http://newsn.net/20090506/358.html#comments</comments>
		<pubDate>Wed, 06 May 2009 03:54:08 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[服务器软件]]></category>
		<category><![CDATA[andlinux]]></category>

		<guid isPermaLink="false">http://newsn.net/?p=358</guid>
		<description><![CDATA[一、什么是AndLinux       AndLinux是个在windows下面运行linux特有东东的软件，    它模拟一个Linux环境，使得在Linux下面特有的软件能在Windows下面运行起来。    是真正的在windows下面运行哦，和在windows下面装的软件是没有区别的。    至少看上去是这样的。这和以前所使用的虚拟机软件（vmare，virtualPC）等有很大不同。    他的官方网站是 http://www.andlinux.org,    看软件作者的自我介绍，貌似是两个德国的Linux发烧友。
 

二、AndLinux的安装    AndLinux分为2个版本，一个是mini版本，一个是kde版本（我觉得应该叫做豪华版，呵呵）    这2个版本的区别就是，kde版本带着一些Linux下常见的软件，让他们能在windows下面直接运行哦~    但是都是干啥用的，俺也不清楚。Linux不熟。呵呵。    Update090604:    Andlinux出了beta2版本，和beta1版本最大的区别就是基本每个命令行都要sudo了，否则会提示没有权限，或者没有没有这个命令行之类的。很郁闷的说。
三、安装过程    官方有个说明，http://www.andlinux.org/install.php，大家有空可以看看。  [...]]]></description>
		<wfw:commentRss>http://newsn.net/20090506/358.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
