<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title></title>
		<link>http://blog.is36.com/category//</link>
		<description>记录一个IT技术员的生活与技术</description>
		<copyright>Powered by SaBlog-X. Copyright (C) 2003-2009.</copyright>
		<generator>SaBlog-X Version Plus 2.0 Build 20090308</generator>
		<lastBuildDate>Mon, 06 Feb 2012 20:09:33 +0000</lastBuildDate>
		<ttl>30</ttl>
		<item>
			<guid>http://blog.is36.com/nginx_php_mysql_centos_128MB/</guid>
			<title>Nginx+PHP+mysql在CentOS5.3+128MB安装测试</title>
			<author>正冰</author>
			<description><![CDATA[正冰 ( http://blog.is36.com/ ) : <p>按照张宴的<a target="_blank" href="http://blog.s135.com/post/366/">Nginx 0.7.x + PHP 5.2.8（FastCGI）搭建胜过Apache十倍的Web服务器（第4版）</a>与<a target="_blank" href="http://blog.s135.com/post/375/">Nginx 0.7.x + PHP 5.2.6（FastCGI）+ MySQL 5.1 在128M小内存VPS服务器上的配置优化</a>两文，顺利搭建了：Nginx 0.7.61 + PHP 5.2.10（FastCGI）+mysql 5.1.35在CentOS5.3系统+128MB内存上的安装。</p>
<p>下载系统见：<a target="_blank" href="http://blog.is36.cn/centos53_download/"><font color="#883333">linux系统之CentOS5.3下载与安装</font></a></p>
<p>操作环境以及简单操作步骤：</p>
<p>在VMware Workstation 6.5.0上建立一个5GB虚拟硬盘，网络连接方式采用bridge（桥接）方式（分配一个独立的ip），划分了128MB内存（实际安装过程中128MB内存无法使用图形界面安装，故加到256MB内存采用图像界面安装后调回128MB内存，当然，采用text安装模式亦可），只安装基础的系统与一些编辑软件和gcc编译器。</p>
<p>安装系统完成后，开始安装Nginx+PHP+mysql环境，只要按照张宴文中的操作来，一般不会有问题，出现的问题可google下，一般都可以解决。</p>
<p>安装完Nginx+PHP+mysql组建的web应用环境，重启一次，采用webbench进行压力测试，效果不错！决定采购<font color="#883333"><a target="_blank" href="http://rashost.co/m">rashost</a></font>的D128型号主机了。</p>]]></description>
			<link>http://blog.is36.com/nginx_php_mysql_centos_128MB/</link>
			<category domain="http://blog.is36.com/category/system_in/">系统集成</category>
			<pubDate>2009-07-30 14:56</pubDate>
		</item>
		<item>
			<guid>http://blog.is36.com/License_server_27000/</guid>
			<title>解决VC License server无法验证</title>
			<author>正冰</author>
			<description><![CDATA[正冰 ( http://blog.is36.com/ ) : <p>今天把VMware VC 2.5安装到了HP服务器上了，可是破解之后，选择VC中心的验证方式为证书服务器（License&nbsp;server）验证的时候出现下面的字眼：</p>
<p><strong>Unable to acquire licenses because license source is unavailable: The license manager has not been started yet, the wrong port@host or license file is being used, or the port or hostname in the license file has been changed</strong></p>
<p>造成无法使用证书服务的原因就是：</p>
<ul>
    <li>证书管理未启动</li>
    <li>错误的端口或证书文件已被使用</li>
    <li>在证书中的端口或主机名已经改变</li>
</ul>
<p>因为之前安装在PC上的VC中心用该法已经破解成功的，而安装在服务器上的VC中心因为操作上问题，是在失败后重新安装的。对比后发现服务器上的License server在注册表中缺少点东西：没有LicensePath这个项。新建了一个后就可以了&hellip;</p>
<p>code(保存下面的代码为LicensePath.reg并修改里面的主机名为你安装VC的主机名):</p>
<p style="margin-left: 40px"><strong>Windows Registry Editor Version 5.00</strong></p>
<p style="margin-left: 40px"><strong>[HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware VirtualCenter]<br />
&quot;LicensePath&quot;=&quot;</strong><strong>27000@www-vc25&quot;</strong></p>
<p>27000是License server的端口，@后面就是主机名了</p>
<p>重新登陆VC中心并设置为License server验证即可，60天限制被cracked</p>]]></description>
			<link>http://blog.is36.com/License_server_27000/</link>
			<category domain="http://blog.is36.com/category/system_in/">系统集成</category>
			<pubDate>2009-07-06 17:57</pubDate>
		</item>
		<item>
			<guid>http://blog.is36.com/xen340/</guid>
			<title>XEN在虚拟化技术中应用搭建VPS</title>
			<author>正冰</author>
			<description><![CDATA[正冰 ( http://blog.is36.com/ ) : <p>概念解释：</p>
<p>XEN：提供虚拟化技术的提供商 具体见 <a target="_blank" href="http://baike.baidu.com/view/697213.htm">http://baike.baidu.com/view/697213.htm</a></p>
<p>VPS：虚拟专用服务器 具体可见 <a target="_blank" href="http://baike.baidu.com/view/698769.htm">http://baike.baidu.com/view/698769.htm</a></p>
<p>据我了解，国内在XEN技术上搭建的VPS虚拟服务器提供商比较专业的就是&ldquo;<a target="_blank" href="http://rashost.co/m">瑞豪开源</a>&rdquo;（<a target="_blank" href="http://rashost.co/m">http://rashost.com/</a>），跟他们的技术员聊了下，可以肯定的是他们基于linux技术平台的虚拟化技术以及linux维护技术还是可以肯定的（因为某些原因，暂时没购买他们的产品，用的是合租网<a target="_blank" href="http://www.hezuwangc.om/">www.hezuwangc.om</a>的双线主机，如果需要构建自己的服务器系统，又不想花太多钱，特别是linux的服务器，可以找他们）。而XEN的博客（<a target="_blank" href="http://blog.xen.org/">http://blog.xen.org/</a>）也是搭建在基于XEN技术的VPS上，由<a target="_blank" href="http://www.slicehost.com/">http://www.slicehost.com/</a>提供服务器（running on a Slicehost Xen VPS）</p>
<p>XEN最新版本应该是XEN3.4（09/05/18），下载地址：<a target="_blank" href="http://www.xen.org/download/">http://www.xen.org/download/</a></p>
<p>三个下载源我做下简单说明：</p>
<p>Xen 3.4.0 (hypervisor and tools) official source distribution（Xen的3.4.0 （程序和工具）官方来源分布）</p>
<p><a target="_blank" href="http://bits.xensource.com/oss-xen/release/3.4.0/xen-3.4.0-xen.tar.gz">http://bits.xensource.com/oss-xen/release/3.4.0/xen-3.4.0-xen.tar.gz</a></p>
<p>Linux 2.6.18 with Xen 3.4.0 support source tarball（2.6.18的Linux使用Xen 3.4.0支持源码包）</p>
<p><a target="_blank" href="http://bits.xensource.com/oss-xen/release/3.4.0/linux-2.6.18-xen-3.4.0.tar.gz">http://bits.xensource.com/oss-xen/release/3.4.0/linux-2.6.18-xen-3.4.0.tar.gz</a></p>
<p>Xen 3.4.0 plus kernel combined source distribution tarball（加的Xen 3.4.0内核源分布包合并）</p>
<p><a target="_blank" href="http://bits.xensource.com/oss-xen/release/3.4.0/xen-3.4.0.tar.gz">http://bits.xensource.com/oss-xen/release/3.4.0/xen-3.4.0.tar.gz</a></p>
<p>参考资料：Xen 初学者指南 <a target="_blank" href="http://www.linuxsir.org/main/?q=node/188">http://www.linuxsir.org/main/?q=node/188</a></p>
<hr />
<p>090801更新：</p>
<p>今天又去xen查资料，无意间看到底部的&ldquo;<a target="_blank" href="http://www.citrix.com/">This site is hosted by Citrix </a>&rdquo;字样，点击进入，居然找到 Download Citrix XenServer for free（<a target="_blank" href="http://www.citrix.com/lang/English/lp/lp_1688615.asp">原文链接</a> <a target="_blank" href="http://translate.google.com/translate?hl=zh-CN&amp;sl=en&amp;tl=zh-CN&amp;u=http%3A%2F%2Fwww.citrix.com%2Flang%2FEnglish%2Flp%2Flp_1688615.asp">google译文</a>），遂下载测试。</p>
<p>1 下载XenServer5.5.0（321M）</p>
<p><a href="http://downloadns.citrix.com.edgesuite.net/4210/FREE_XenServer-5.5.0-install-cd.iso">http://downloadns.citrix.com.edgesuite.net/4210/FREE_XenServer-5.5.0-install-cd.iso</a></p>
<p>客户端支持的一些软件（121M）</p>
<p><a href="http://downloadns.citrix.com.edgesuite.net/4211/FREE_XenServer-5.5.0-linux-cd.iso">http://downloadns.citrix.com.edgesuite.net/4211/FREE_XenServer-5.5.0-linux-cd.iso</a></p>
<p>2 下载XenCenter（对XenServer进行管理 需要在windows系统下 .net 2.0支持 8M）</p>
<p><a href="http://downloadns.citrix.com.edgesuite.net/4212/FREE_XenServer-5.5.0-XenCenter.msi">http://downloadns.citrix.com.edgesuite.net/4212/FREE_XenServer-5.5.0-XenCenter.msi</a></p>
<p>3 XenServer的相关文档下载</p>
<p><a href="http://www.citrix.com/lang/English/lp/lp_1688622.asp">http://www.citrix.com/lang/English/lp/lp_1688622.asp</a></p>
<p>4 XenServer入门的视频演示（英文版，要承受住！呵呵）</p>
<p>在线观看：<a href="http://www.xenserver5.com/videos/Getting_Started_with_XenServer/Getting_Started_with_XenServer.htm">http://www.xenserver5.com/videos/Getting_Started_with_XenServer/Getting_Started_with_XenServer.htm</a></p>
<p>下载视频：<a href="http://www.xenserver5.com/videos/Getting_Started_with_XenServer/Getting%20Started%20with%20XenServer.swf">http://www.xenserver5.com/videos/Getting_Started_with_XenServer/Getting%20Started%20with%20XenServer.swf</a></p>]]></description>
			<link>http://blog.is36.com/xen340/</link>
			<category domain="http://blog.is36.com/category/system_in/">系统集成</category>
			<pubDate>2009-06-05 11:27</pubDate>
		</item>
		<item>
			<guid>http://blog.is36.com/centos53_download/</guid>
			<title>linux系统之CentOS5.3下载与安装</title>
			<author>正冰</author>
			<description><![CDATA[正冰 ( http://blog.is36.com/ ) : <p><strong>CentOS的介绍以及下载</strong></p>
<p><strong>关于CentOS系统究竟是什么东西</strong>请见：<a href="http://baike.baidu.com/view/26404.htm">http://baike.baidu.com/view/26404.htm</a></p>
<p>因为速度原因，国内的话我采用了中国科学技术大学的mirror，其他mirror可以按照你本地的实际连接速度到此查看适合的mirror：<a href="http://isoredirect.centos.org/centos/5/isos/i386/">http://isoredirect.centos.org/centos/5/isos/i386/</a></p>
<p>下载版本的简单说明：</p>
<p><a href="http://centos.ustc.edu.cn/centos/5.3/isos/i386/">http://centos.ustc.edu.cn/centos/5.3/isos/i386/</a></p>
<p><a href="http://centos.ustc.edu.cn/centos/5.3/isos/x86_64/">http://centos.ustc.edu.cn/centos/5.3/isos/x86_64/</a></p>
<p>5.3版是目前可下载到得最新版本(09年5月)，更新于CentOSi386可安装在32位处理器下的版本，x86_64则安装在64位处理器下的版本，一般选择i386架构的版本即可</p>
<p>这里给出BT下载种子：</p>
<p>内含6张CD刻录盘 <a href="http://centos.ustc.edu.cn/centos/5.3/isos/i386/CentOS-5.3-i386-bin-1to6.torrent">http://centos.ustc.edu.cn/centos/5.3/isos/i386/CentOS-5.3-i386-bin-1to6.torrent</a></p>
<p>内含1张DVD刻录盘 <a href="http://centos.ustc.edu.cn/centos/5.3/isos/i386/CentOS-5.3-i386-bin-DVD.torrent">http://centos.ustc.edu.cn/centos/5.3/isos/i386/CentOS-5.3-i386-bin-DVD.torrent</a> 3.7GB</p>
<p>这里直接下载DVD版本，安装过程可以简化点（可能有些老爷机带的是CDROM，那就只能下载6张CD刻盘安装了，或者将DVD镜像放到硬盘中，进行硬盘安装，这个在本文不讨论）</p>]]></description>
			<link>http://blog.is36.com/centos53_download/</link>
			<category domain="http://blog.is36.com/category/system_in/">系统集成</category>
			<pubDate>2009-06-04 18:55</pubDate>
		</item>
	</channel>
</rss>

