<?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>Leo の Blog &#187; 服务器</title>
	<atom:link href="http://blog.openider.com/archives/tag/%e6%9c%8d%e5%8a%a1%e5%99%a8/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.openider.com</link>
	<description>Where there is a will there is a way! Trust youself can do it!</description>
	<lastBuildDate>Thu, 27 Aug 2009 10:42:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>快速搭建Linux开发测试WEB服务器系列13-Nginx部署实例1-准备服务器</title>
		<link>http://blog.openider.com/archives/67</link>
		<comments>http://blog.openider.com/archives/67#comments</comments>
		<pubDate>Wed, 27 May 2009 02:53:26 +0000</pubDate>
		<dc:creator>Guya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[服务器]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://blog.openider.com/?p=67</guid>
		<description><![CDATA[现在我们准备服务器. 使用 VMware 虚拟机软件创建个Linux虚拟机. 分配给256M 内存即可. 载入 ubuntu-8.04.2-altername.iso 映像文件. 启动虚拟机. 安装 base-system (command-line system). 安装方法参考前面的文章. 安装完成后修改源地址, 使用 cn99 的源, 不装任何window包. 也不用中文支持, 我们只需要命令行界面即可, 这样可以节省资源. 安装完成后的系统大概 在 700M 左右的样子. 内存占用在 100 M 以下. 我们只要安装一台基本的虚拟机即可. 后面的各个不同的系统都是基于这个基本系统然后再加上相关的软件包.
现在我们给这个基本系统安装一下编译经常用到的工具.

1
2
3
sudo apt-get install make gcc build-essential autoconf automake1.9 flex libtool
sudo apt-get autoclean
sudo apt-get  clean

基本系统已经准备OK, 这里还有点可以选择修改的. 那就是我们装的是E文系统. 默认是外国时区. 选择修改成中国上海时间. 执行 tzselect 后依次选择即可 , 大概选择的数字为: [...]]]></description>
		<wfw:commentRss>http://blog.openider.com/archives/67/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>快速搭建Linux开发测试WEB服务器系列12-Nginx部署实例</title>
		<link>http://blog.openider.com/archives/61</link>
		<comments>http://blog.openider.com/archives/61#comments</comments>
		<pubDate>Tue, 26 May 2009 16:37:00 +0000</pubDate>
		<dc:creator>Guya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.openider.com/?p=61</guid>
		<description><![CDATA[这篇我们利用虚拟机搭建一套测试服务器系统. 其实主要是测试 Linux + Nginx + PHP(FasgCGI) + MySQL 这套系统.前篇简单的说了下 Nginx 的配置. 这里我们根据实际的情况详细的介绍 Nginx 配置文件的设置.
我们打算用虚拟机搭建一套下面的图示系统. 见图:

大概意思图上应该已经表示的非常的清楚了.  其实稍加修改, 可以作为中小型的WEB服务器参考方案. 而且效果也会非常的不错.
接下来用虚拟机就可以实现上面的环境, 后续文章我们相继再介绍. 不过这个需要个比较好的电脑, 像我这个 赛扬1.4, 945的板子 另加 1.5G 的内存的古董本本可能模拟起来有点难度. 不过先试试看了.  下篇我们就开始创建这些虚拟服务器了.
]]></description>
		<wfw:commentRss>http://blog.openider.com/archives/61/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>快速搭建Linux开发测试WEB服务器系列1-系统安装</title>
		<link>http://blog.openider.com/archives/17</link>
		<comments>http://blog.openider.com/archives/17#comments</comments>
		<pubDate>Sat, 23 May 2009 04:23:46 +0000</pubDate>
		<dc:creator>Guya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.openider.com/?p=12</guid>
		<description><![CDATA[近来一直在做 Window 下的网络项目, 有一段时间没有玩 Linux, 刚好周末有点时间. 把现在常用Linux Web 服务器开发测试环境搭建一遍, 方便工作使用. 首先搭建一台简洁版的linux工作站吧. 通常发行的Linux带了太多的软件包. 而这些我几乎用不到. 所以定制一台. 只安装我用到的软件就行了.
首先选一个比较稳定版本的Linux发行版本吧. 个人推荐 Debian, 在国外的 webhosting 服务商可以看到. 大部分是使用 Debian 系统的. Debian 的稳定性那是一流的. 不过发行包非常大. 一张DVD就有4G多. 不过可以选 Debian 的分支版本. 就是现在很热的 Ubuntu 来做工作站. Ubuntu 是越来越热了. 从 5.10 我就开始用它了. 个人也是非常的喜欢它.
那么现在开始安装个简洁版的Linux系统吧. 下载一张 Ubuntu 的 Alternate CD, 建议使用 8.04.2版本, 这个是LTS版本, 也就是长支持版本, 会支持到 2011 的样子. 也是目前 Ubuntu 系列中最稳定的版本了. 放入电脑光驱, [...]]]></description>
		<wfw:commentRss>http://blog.openider.com/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
