<?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>PT Ubuntu Blog &#187; Debian</title>
	<atom:link href="http://www.ptubuntu.com/tag/debian/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ptubuntu.com</link>
	<description>Ruijin to linux 生活中的每一点点滴滴……</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:17:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>《在 Debian 上源码编译和安装 Nginx+PHP+FastCGI+MySQL</title>
		<link>http://www.ptubuntu.com/2010/08/3798.html</link>
		<comments>http://www.ptubuntu.com/2010/08/3798.html#comments</comments>
		<pubDate>Tue, 31 Aug 2010 06:46:01 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=3798</guid>
		<description><![CDATA[&#160; 操作基于 &#160;Debian 5.0 VPS&#160;256MB上测试通过，Nginx/PHP/MySQL 都采用当前最新稳定源代码版本。 安装必备软件包 # aptitude install libtidy-dev curl libcurl4-openssl-dev libcurl3 \ libcurl3-gnutls zlib1g zlib1g-dev libxslt1-dev libzip-dev libzip1 \ libxml2 libsnmp-base libsnmp15 libxml2-dev libsnmp-dev libjpeg62 \ libjpeg62-dev libpng12-0 libpng12-dev zlib1g zlib1g-dev libfreetype6 \ libfreetype6-dev libbz2-dev libxpm-dev libmcrypt-dev libmcrypt4 \ sqlite3 bzip2 build-essential libreadline5-dev libedit-dev autoconf 编译和安装 MySQL 下载和编译 MySQL，但是先不要安装： # wget http://mysql.mirror.rafal.ca/Downloads/MySQL-5.1/mysql-5.1.50.tar.gz [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">操作基于 &nbsp;<a href="http://www.ptubuntu.com/tag/debian" class="st_tag internal_tag" rel="tag" title="标签 Debian 下的日志">Debian</a> 5.0 VPS&nbsp;256MB上测试通过，<a href="http://www.ptubuntu.com/tag/nginx" class="st_tag internal_tag" rel="tag" title="标签 Nginx 下的日志">Nginx</a>/<a href="http://www.ptubuntu.com/tag/php" class="st_tag internal_tag" rel="tag" title="标签 php 下的日志">PHP</a>/<a href="http://www.ptubuntu.com/tag/mysql" class="st_tag internal_tag" rel="tag" title="标签 mysql 下的日志">MySQL</a> 都采用当前最新稳定源代码版本。</span></p>
<h2><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">安装必备软件包</span></h2>
<blockquote><p># aptitude install libtidy-dev curl libcurl4-openssl-dev libcurl3 \ libcurl3-gnutls zlib1g zlib1g-dev libxslt1-dev libzip-dev libzip1 \ libxml2 libsnmp-base libsnmp15 libxml2-dev libsnmp-dev libjpeg62 \ libjpeg62-dev libpng12-0 libpng12-dev zlib1g zlib1g-dev libfreetype6 \ libfreetype6-dev libbz2-dev libxpm-dev libmcrypt-dev libmcrypt4 \ sqlite3 bzip2 build-essential libreadline5-dev libedit-dev autoconf</p>
</blockquote>
<h2><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">编译和安装 MySQL</span></h2>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">下载和编译 MySQL，但是先不要安装：</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span id="more-3798"></span><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; "><br />
	</span></p>
<blockquote><p># wget http://mysql.mirror.rafal.ca/Downloads/MySQL-5.1/mysql-5.1.50.tar.gz <br />
		# tar zxvf mysql-5.1.50.tar.gz <br />
		# cd mysql-5.1.50 <br />
		# ./configure \ &#8211;prefix=&quot;/usr/local/mysql-5.1.50&quot; \ &#8211;enable-thread-safe-client \ &#8211;with-extra-charsets=all <br />
		# make</p>
</blockquote>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">需要改几个权限问题才能安装 MySQL，否则会出现 Access denied for user &lsquo;root&rsquo;@&#39;localhost&rsquo; (using password: NO) 经典问题：</span></p>
<blockquote><p># groupadd mysql <br />
		# useradd -g mysql mysql <br />
		# cp support-files/my-small.cnf /etc/my.cnf <br />
		# vi /etc/my.conf &#8230; [mysqld] user = mysql &#8230; <br />
		# chown -R mysql:mysql /usr/local/mysql-5.1.50/ <br />
		# chmod 777 /tmp</p>
</blockquote>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">安装和启动 MySQl，修改 root 密码，登录 MySQL：</span></p>
<blockquote><p># cd mysql-5.1.50 <br />
		# make install <br />
		# /usr/local/mysql-5.1.50/bin/mysql_install_db &#8211;user=mysql <br />
		# /usr/local/mysql-5.1.50/bin/mysqld_safe &amp; <br />
		# /usr/local/mysql-5.1.50/bin/mysqladmin -u root password &#39;new-password&#39; <br />
		# /usr/local/mysql-5.1.50/bin/mysql -u root -p</p>
</blockquote>
<h2><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">编译和安装 PHP</span></h2>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">先下载 PHP 软件包，然后配置、编译，这里采用 php 5.2 分支的最新稳定代码：</span></p>
<blockquote><p># wget http://www.php.net/get/php-5.2.13.tar.bz2/from/us.php.net/mirror <br />
		# tar jxvf php-5.2.13.tar.bz2 <br />
		# cd php-5.2.13 <br />
		# ./configure \ &#8211;prefix=&quot;/usr/local/php-5.2.13&quot; \ &#8211;with-mysql=&quot;/usr/local/mysql-5.1.50&quot; \ &#8211;with-gd \ &#8211;with-ttf \ &#8211;with-openssl \ &#8211;enable-mbstring \ &#8211;enable-<a href="http://www.ptubuntu.com/tag/fastcgi" class="st_tag internal_tag" rel="tag" title="标签 fastcgi 下的日志">fastcgi</a> <br />
		# make &amp;&amp; make install</p>
</blockquote>
<h2><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">编译和安装 Nginx</span></h2>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">下载、配置和编译安装 nginx，注意编译 nginx 需要额外安装几个软件包：</span></p>
<blockquote><p># wget http://nginx.org/download/nginx-0.7.67.tar.gz <br />
		# tar zxvf nginx-0.7.67.tar.gz <br />
		# aptitude install libgcrypt11-dev libpcre3 libpcre3-dev libssl-dev <br />
		# cd nginx-0.7.67 <br />
		# ./configure &#8211;prefix=&quot;/usr/local/nginx-0.7.67&quot; &#8211;with-http_ssl_module # make &amp;&amp; make install</p>
</blockquote>
<h2><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">编译和安装 FastCGI</span></h2>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">Nginx 需要 FastCGI 的支持才能运行 PHP 脚本，从 lighttpd 下载、编译和安装 spawn-fcgi：</span></p>
<blockquote><p># wget http://www.lighttpd.net/download/spawn-fcgi-1.6.2.tar.bz2 <br />
		# tar jxvf spawn-fcgi-1.6.2.tar.bz2 <br />
		# cd spawn-fcgi-1.6.2 <br />
		# ./configure &#8211;prefix=&quot;/usr/local/php-5.2.13&quot; <br />
		# make &amp;&amp; make install</p>
</blockquote>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">启动 FastCGI：</span></p>
<blockquote><p># /usr/local/php-5.2.13/bin/spawn-fcgi -a 127.0.0.1 -p 9000 \ -u www-data -g www-data -f /usr/local/php-5.2.13/bin/php-cgi \ -P /var/run/fastcgi-php.pid</p>
</blockquote>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">编辑 Nginx 的配置文件，让 php 脚本被发送到 FastCGI 服务器由 FastCGI 处理，然后启动 nginx：</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; ">&nbsp;</p>
<blockquote><p># vi /usr/local/nginx-0.7.67/conf/nginx.conf &#8230;<br />
		# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 <br />
		# location ~ \.php$ { <br />
		#root html; root /usr/local/nginx-0.7.67/html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /usr/local/nginx-0.7.67/html$fastcgi_script_name; include fastcgi_params; } &#8230; <br />
		# /usr/local/nginx-0.7.67/sbin/nginx -c /usr/local/nginx-0.7.67/conf/nginx.conf</p>
</blockquote>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">安装 Nginx+FastCGI+PHP 完后测试一下是否 PHP 页面能否被正确解析，在 html 下创建一个含有 phpinfo(); 函数的文件，最后打开浏览器检查下面的 index.php 能否被正确执行。：</span></p>
<blockquote><p># vi /usr/local/nginx-0.7.67/html/index.php phpinfo();</p>
</blockquote>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">编译源代码需要消耗大量内存，我们只建议 256MB 或以上 VPS 用户使用源码方式安装。</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.8em; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 13px; line-height: 20px; ">via{<a href="http://www.vpsee.com/2010/08/compile-and-install-nginx-php-fastcgi-mysql-on-debian-from-source/">vpsee.com</a>}</span></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2010%2F08%2F3798.html&amp;title=%E3%80%8A%E5%9C%A8%20Debian%20%E4%B8%8A%E6%BA%90%E7%A0%81%E7%BC%96%E8%AF%91%E5%92%8C%E5%AE%89%E8%A3%85%20Nginx%2BPHP%2BFastCGI%2BMySQL" id="wpa2a_2"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2010/08/3798.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>GNU/Linux distro timeline 10.4 发行版时间线</title>
		<link>http://www.ptubuntu.com/2010/04/3433.html</link>
		<comments>http://www.ptubuntu.com/2010/04/3433.html#comments</comments>
		<pubDate>Mon, 19 Apr 2010 02:26:21 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=3433</guid>
		<description><![CDATA[喜欢Linux那你总想了解一下Linux的发展.那么你就想要更多的去了解.]]></description>
			<content:encoded><![CDATA[<p>喜欢Linux那你总想了解一下Linux的发展.那么你就想要更多的去了解.</p>
<p><img class="alignnone" title="debian" src="http://photo.tuhigh.com/pics/1017/0419/276835t147592148_o.gif" alt="" width="1152" height="2980" /></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2010%2F04%2F3433.html&amp;title=GNU%2FLinux%20distro%20timeline%2010.4%20%E5%8F%91%E8%A1%8C%E7%89%88%E6%97%B6%E9%97%B4%E7%BA%BF" id="wpa2a_4"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2010/04/3433.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best of Linux Cheat Sheets</title>
		<link>http://www.ptubuntu.com/2009/12/3318.html</link>
		<comments>http://www.ptubuntu.com/2009/12/3318.html#comments</comments>
		<pubDate>Wed, 23 Dec 2009 03:42:13 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=3318</guid>
		<description><![CDATA[好长一段时间没有更新资料了.最近也没怎么心情来维护Blog.看的多研究的少了.烦人的世界每天都有那么多事情.人烦心也烦.真是杯具呀.给大家介绍两个比较常用的命令图表吧.虽然我们都在使用着不同的linux但是到底还有那些的命令不同等着我们去了解的呢?如果你常用还好.不常用过两天就给忘记了.那你就可以查看这个图表了. 下载两个不同的版本. Ubuntu Debian]]></description>
			<content:encoded><![CDATA[<p>好长一段时间没有更新资料了.最近也没怎么心情来维护Blog.看的多研究的少了.烦人的世界每天都有那么多事情.人烦心也烦.真是杯具呀.给大家介绍两个比较常用的命令图表吧.虽然我们都在使用着不同的linux但是到底还有那些的命令不同等着我们去了解的呢?如果你常用还好.不常用过两天就给忘记了.那你就可以查看这个图表了.</p>
<p>下载两个不同的版本.</p>
<ul>
<li><a href="http://files.fosswire.com/2008/04/ubunturef.pdf">Ubuntu</a></li>
<li><a href="http://xinocat.com/refcard/refcard-en-lt.pdf">Debian</a></li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2009%2F12%2F3318.html&amp;title=Best%20of%20Linux%20Cheat%20Sheets" id="wpa2a_6"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2009/12/3318.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>使用APC加速PHP 代码安装</title>
		<link>http://www.ptubuntu.com/2009/10/3129.html</link>
		<comments>http://www.ptubuntu.com/2009/10/3129.html#comments</comments>
		<pubDate>Thu, 08 Oct 2009 01:42:25 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Apache&php&Ftp]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=3129</guid>
		<description><![CDATA[始于2009年10月08日 PM 版本号:Debian-5.03 APC for PHP, 2009年10月08日首版 转载请注明出处，谢谢！ 本文中难免有不足、遗漏、错别字和句子不通之处，如发现、或者有更新改变之处，请与我联系以及时修正和完善！ 系统环境 : Debian GNU/Linux 5.03 在配置这个程序的前提是你已安装了apache+php+mysq.如果你还没有安装那么你可以查看LAMP即由Linux+Apache+Mysql+PHP组成的一个WEB开发平台. 接下来就是要下载APC代码. samba:/usr/local/src#wget http://pecl.php.net/get/APC-3.0.19.tgz samba:/usr/local/src#tar xvf APC-3.0.19.tgz samba:/usr/local/src#cd APC-3.0.19 samba:/usr/local/src/APC-3.0.19#/usr/local/php/bin/phpize    注意在你要这编译apc之前一定要先运行phpize让它生成configure文档. samba:/usr/local/src/APC-3.0.19#./configure &#8211;enable-apc &#8211;enable-apc-mmap &#8211;with-php-config=/usr/local/php/bin/php-config samba:/usr/local/src/APC-3.0.19#make samba:/usr/local/src/APC-3.0.19#make install samba:/usr/local/src/APC-3.0.19#vi /usr/local/php/lib/php.ini 修改此文档.添加apc所需要的路径. extension_dir=”/usr/local/php/lib/php/extensions/no-debug-zts-20060613/”      此路径是在你make install会有提示此行. extension=”apc.so” apc.enabled=1 apc.shm_segments=1 apc.shm_size=128 apc.ttl=7200 apc.user_ttl=7200 apc.num_files_hint=1024 apc.mmap_file_mask=/tmp/apc.XXXXXX apc.enable_cli=1 apc.rfc1867 = on apc.max_file_size = 1000M upload_max_filesize = 1000M [...]]]></description>
			<content:encoded><![CDATA[<p>始于2009年10月08日 PM<br />
版本号:<a href="http://www.ptubuntu.com/tag/debian" class="st_tag internal_tag" rel="tag" title="标签 Debian 下的日志">Debian</a>-5.03 <a href="http://www.ptubuntu.com/tag/apc" class="st_tag internal_tag" rel="tag" title="标签 apc 下的日志">APC</a> for <a href="http://www.ptubuntu.com/tag/php" class="st_tag internal_tag" rel="tag" title="标签 php 下的日志">PHP</a>, 2009年10月08日首版</p>
<p>转载请注明出处，谢谢！<br />
本文中难免有不足、遗漏、错别字和句子不通之处，如发现、或者有更新改变之处，请与我联系以及时修正和完善！</p>
<p>系统环境 : Debian GNU/<a href="http://www.ptubuntu.com/tag/linx" class="st_tag internal_tag" rel="tag" title="标签 Linux 下的日志">Linux</a> 5.03</p>
<p>在配置这个程序的前提是你已安装了apache+php+mysq.如果你还没有安装那么你可以查看<a title="Permanent Link to LAMP即由Linux+Apache+Mysql+PHP组成的一个WEB开发平台" rel="bookmark" href="http://www.ptubuntu.com/2009/09/3093.html">LAMP即由Linux+Apache+Mysql+PHP组成的一个WEB开发平台</a>.</p>
<p>接下来就是要下载APC代码.</p>
<p><span id="more-3129"></span><br />
<a href="http://www.ptubuntu.com/tag/samba" class="st_tag internal_tag" rel="tag" title="标签 samba 下的日志">samba</a>:/usr/local/src#wget <a href="http://pecl.php.net/get/APC-3.0.19.tgz">http://pecl.php.net/get/APC-3.0.19.tgz</a><br />
samba:/usr/local/src#tar xvf APC-3.0.19.tgz<br />
samba:/usr/local/src#cd APC-3.0.19<br />
samba:/usr/local/src/APC-3.0.19#/usr/local/php/bin/phpize    注意在你要这编译apc之前一定要先运行phpize让它生成configure文档.<br />
samba:/usr/local/src/APC-3.0.19#./configure &#8211;enable-apc &#8211;enable-apc-mmap &#8211;with-php-config=/usr/local/php/bin/php-config<br />
samba:/usr/local/src/APC-3.0.19#make<br />
samba:/usr/local/src/APC-3.0.19#make install<br />
samba:/usr/local/src/APC-3.0.19#vi /usr/local/php/lib/php.ini<br />
修改此文档.添加apc所需要的路径.</p>
<p>extension_dir=”/usr/local/php/lib/php/extensions/no-debug-zts-20060613/”      此路径是在你make install会有提示此行.<br />
extension=”apc.so”<br />
apc.enabled=1<br />
apc.shm_segments=1<br />
apc.shm_size=128<br />
apc.ttl=7200<br />
apc.user_ttl=7200<br />
apc.num_files_hint=1024<br />
apc.mmap_file_mask=/tmp/apc.XXXXXX<br />
apc.enable_cli=1<br />
apc.rfc1867 = on<br />
apc.max_file_size = 1000M<br />
upload_max_filesize = 1000M<br />
post_max_size = 1000M<br />
samba:/usr/local/src/APC-3.0.19# /etc/init.d/<a href="http://www.ptubuntu.com/tag/apache" class="st_tag internal_tag" rel="tag" title="标签 apache 下的日志">apache</a>2 stop<br />
samba:/usr/local/src/APC-3.0.19# /etc/init.d/apache2 start</p>
<p>这样就安装完APC.使用phpinfo.php可以查看如下:</p>
<h2><a name="module_apc"></a></h2>
<table border="0" cellpadding="3" width="600">
<tbody>
<tr>
<td>APC Support</td>
<td>enabled</td>
</tr>
<tr>
<td>Version</td>
<td>3.0.19</td>
</tr>
<tr>
<td>MMAP Support</td>
<td>Enabled</td>
</tr>
<tr>
<td>MMAP File Mask</td>
<td>/tmp/apc.08ffTX</td>
</tr>
<tr>
<td>Locking type</td>
<td>pthread mutex Locks</td>
</tr>
<tr>
<td>Revision</td>
<td>$Revision: 3.154.2.5 $</td>
</tr>
<tr>
<td>Build Date</td>
<td>Oct 8 2009 09:06:58</td>
</tr>
</tbody>
</table>
<p><img class="alignnone" title="apc" src="http://media1.pikeo.com/images/server32/upload/M6TP1PK5C7OYA07G9IWCNSG7CQFFTNSA.jpg" alt="" width="433" height="351" /></p>
<p>如果你是专业人员.你想调试相关的参数那么请查看<a href="http://ms7.fhsh.tp.edu.tw/php5c/ref.apc.html" target="_blank">.<strong>表 1. APC configuration options</strong></a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2009%2F10%2F3129.html&amp;title=%E4%BD%BF%E7%94%A8APC%E5%8A%A0%E9%80%9FPHP%20%E4%BB%A3%E7%A0%81%E5%AE%89%E8%A3%85" id="wpa2a_8"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2009/10/3129.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>重建samba服务器配置过程</title>
		<link>http://www.ptubuntu.com/2009/09/3087.html</link>
		<comments>http://www.ptubuntu.com/2009/09/3087.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 09:16:42 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[技术类]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=3087</guid>
		<description><![CDATA[作者:陈瑞金[ptubuntu] Mail:ruijin.chen@gmail.com 始于2009年9月21日 下午 版本号:Debian-5.03, 2009年9月5日版 转载请注明出处，本文也是采用两篇网友的大部分内容，因此转载时，请也将下面“参考文章”的出处也一并加入！谢谢！ 本文中难免有不足、遗漏、错别字和句子不通之处，如发现、或者有更新改变之处，请与我联系以及时修正和完善！ 系统内核:Linux samba 2.6.26-2-686 #1 SMP Wed Aug 19 06:06:52 UTC 2009 i686 GNU/Linux 在安装配置的过程中不无需安装桌面或是其他服务.只需安装最其本的系统就可以了.在安装完后需要安装ssh/vim/g++/make.这些都是必需的.在安装后需要修改/etc/resolv.conf  你才可以正常上网. ptubuntu@ptubuntu:~$ vi /etc/resolv.conf nameserver 208.67.220.220 nameserver 203.67.181.36 nameserver 218.85.157.99 nameserver 202.101.98.55 nameserver 202.101.111.55 ptubuntu:/home/ptubuntu# aptitude update ptubuntu:/home/ptubuntu# aptitude install ssh vi samba 在这里要修改一下ssh端口号还有设置不能以root登录. ptubuntu:/home/ptubuntu# vi /etc/ssh/sshd_config Port 9922 PermitRootLogin no 上面samba也安装完那么现在需要配置samba服务. ptubuntu:/home/ptubuntu# vi [...]]]></description>
			<content:encoded><![CDATA[<p>作者:陈瑞金[ptubuntu] Mail:ruijin.chen@gmail.com<br />
始于2009年9月21日 下午<br />
版本号:<a href="http://cdimage.debian.org/debian-cd/5.0.3/i386/iso-cd/debian-503-i386-CD-1.iso" target="_blank">Debian-5.03</a>, 2009年9月5日版</p>
<p>转载请注明出处，本文也是采用两篇网友的大部分内容，因此转载时，请也将下面“参考文章”的出处也一并加入！谢谢！<br />
本文中难免有不足、遗漏、错别字和句子不通之处，如发现、或者有更新改变之处，请与我联系以及时修正和完善！</p>
<p>系统内核:<a href="http://www.ptubuntu.com/tag/linx" class="st_tag internal_tag" rel="tag" title="标签 Linux 下的日志">Linux</a> <a href="http://www.ptubuntu.com/tag/samba" class="st_tag internal_tag" rel="tag" title="标签 samba 下的日志">samba</a> 2.6.26-2-686 #1 SMP Wed Aug 19 06:06:52 UTC 2009 i686 GNU/Linux</p>
<p>在安装配置的过程中不无需安装桌面或是其他服务.只需安装最其本的系统就可以了.在安装完后需要安装ssh/vim/g++/make.这些都是必需的.在安装后需要修改/etc/resolv.conf  你才可以正常上网.</p>
<blockquote><p><a href="mailto:ptubuntu@ptubuntu:~$">ptubuntu@ptubuntu:~$</a> vi /etc/resolv.conf<br />
nameserver 208.67.220.220<br />
nameserver 203.67.181.36<br />
nameserver 218.85.157.99<br />
nameserver 202.101.98.55<br />
nameserver 202.101.111.55</p></blockquote>
<p><span id="more-3087"></span></p>
<blockquote><p>ptubuntu:/home/ptubuntu# aptitude update<br />
ptubuntu:/home/ptubuntu# aptitude install ssh vi samba</p></blockquote>
<p>在这里要修改一下ssh端口号还有设置不能以root登录.</p>
<blockquote><p>ptubuntu:/home/ptubuntu# vi /etc/ssh/sshd_config<br />
<span style="color: #ff0000;">Port 9922<br />
PermitRootLogin no</span></p></blockquote>
<p>上面samba也安装完那么现在需要配置samba服务.</p>
<blockquote><p>ptubuntu:/home/ptubuntu# vi /etc/samba/smb.conf</p>
<p>[homes]<br />
   comment = Home Directories<br />
   browseable = no</p>
<p># By default, the home directories are exported read-only. Change next<br />
# parameter to &#8216;yes&#8217; if you want to be able to write to them.<br />
  #writable =no<br />
  <span style="color: #ff0000;">writable = yes</span></p>
<p># File creation mask is set to 0700 for security reasons. If you want to<br />
# create files with group=rw permissions, set next parameter to 0775.<br />
<span style="color: #ff0000;">   create mask = 0744</span><br />
   <br />
# Directory creation mask is set to 0700 for security reasons. If you want to<br />
# create dirs. with group=rw permissions, set next parameter to 0775.<br />
<span style="color: #ff0000;">   directory mask = 0755</span></p></blockquote>
<p>配置安就可以添加帐户了.</p>
<blockquote><p>ptubuntu:/home/ptubuntu#adduser ptubuntu<br />
ptubuntu:/home/ptubuntu#smbpasswd -a ptubuntu</p></blockquote>
<p>这个设置完后如果你的资料是挂开其他的硬盘上那么你还需要做以下几个步骤:<br />
修改/etc/passwd  还有设置目录权限.设我要挂载的硬盘是hdc1.ptubuntu是放在/hdc1/ptubuntu这个目录那么挂载的目录如下.这样就可以读取相对的目录的.还需要设置目录权限.</p>
<blockquote><p>ptubuntu:/home/ptubuntu#mkdir /mnt/dhc1 <br />
ptubuntu:/home/ptubuntu#mount /dev/hdc1 /mnt/hdc1</p>
<p>ptubuntu:/home/ptubuntu#vi /etc/passwd<br />
ptubuntu:x:1001:1001:,,,:/mnt/hdc1/ptubuntu:/bin/bash</p>
<p>ptubuntu:/home/ptubuntu#chown ptubuntu:ptubuntu /mnt/hdc1/ptubuntu -Rf<br />
ptubuntu:/home/ptubuntu#/etc/init.d/samba start</p></blockquote>
<p>这样就完全可以了.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2009%2F09%2F3087.html&amp;title=%E9%87%8D%E5%BB%BAsamba%E6%9C%8D%E5%8A%A1%E5%99%A8%E9%85%8D%E7%BD%AE%E8%BF%87%E7%A8%8B" id="wpa2a_10"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2009/09/3087.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Debian上架设WordPress平台</title>
		<link>http://www.ptubuntu.com/2009/08/3036.html</link>
		<comments>http://www.ptubuntu.com/2009/08/3036.html#comments</comments>
		<pubDate>Tue, 18 Aug 2009 06:56:31 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Apache&php&Ftp]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[技术类]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=3036</guid>
		<description><![CDATA[        前两天遇到ptubuntu.com的网站流量还没到15天就用光了3G的流量.看来真晕.现在还没有升级网站的流量.可是说起来本站的流量也就每天差不多100多个IP呀.可是流量却是一天200BM多呀.真倒了.没两个把流量用光了.只好暂时请卖家帮忙再多开点.可这都是暂时的.无法永远的.要不然就升级了.可是想想这多么不爽.那只好自己架设一台了.本来在上海架设一台服务器可是访问速度不什么样.本身的网络就是ADSL的.所以无法正常运行了.只能放在那边做测试使用.现在在这边再架设一台.相对来说这边的网络会快很多.下面这些是基于debian5.02版本+apache2+php+mysql+phpmyadmin. 在Debian上安装Apache Web服务器以及PHP5和MySQL： 安装Apache2 ptubuntu:~#apt-get install apache2 Apache服务器的配置文件在/etc/apache2/，缺省的web服务器根目录在/var/www/，安装完后，你在浏览器的地址栏输入http://localhost/，如果可以看到It works!这样的内容，那么你的web服务器已经运行起来了。 接下来安装PHP5和MySQL5、Curl(HTTP工具)、IMAP(邮件检查)、GD (编辑和创建图像)： ptubuntu:~#apt-get install libapache2-mod-php5 php5-curl php5-gd php5-imap php5-mcrypt php5-mysql php5-tidy 接下来安装MySQL5服务器和客户端： ptubuntu:~#apt-get install mysql-server mysql-client MySQL的配置文件在/etc/mysql/my.cnf，在安装MySQL服务器的时候，会要求你输入root密码。 最后，安装PHPMyAdmin工具： ptubuntu:~#apt-get install phpmyadmin 访问PHPMyAdmin http://localhost/phpmyadmin/. 查看一下PHP的信息，以确信PHP已经运行起来了： 使用编辑器输入以下内容，把它保存成/var/www/phpinfo.php： &#60;?php phpinfo(); ?&#62; 输入http://localhost/phpinfo.php，你就可以看到PHP有关的配置信息。   创建完数据库后，把WordPress拷贝到/var/www/wordpress/目录下，修改配置文件wp-config.php，主要是配置数据库信息，然后到下面的地址完成安装： http://localhost/wordpress/wp-admin/install.php]]></description>
			<content:encoded><![CDATA[<p>        前两天遇到ptubuntu.com的网站流量还没到15天就用光了3G的流量.看来真晕.现在还没有升级网站的流量.可是说起来本站的流量也就每天差不多100多个IP呀.可是流量却是一天200BM多呀.真倒了.没两个把流量用光了.只好暂时请卖家帮忙再多开点.可这都是暂时的.无法永远的.要不然就升级了.可是想想这多么不爽.那只好自己架设一台了.本来在上海架设一台服务器可是访问速度不什么样.本身的网络就是ADSL的.所以无法正常运行了.只能放在那边做测试使用.现在在这边再架设一台.相对来说这边的网络会快很多.下面这些是基于debian5.02版本+<a href="http://www.ptubuntu.com/tag/apache" class="st_tag internal_tag" rel="tag" title="标签 apache 下的日志">apache</a>2+<a href="http://www.ptubuntu.com/tag/php" class="st_tag internal_tag" rel="tag" title="标签 php 下的日志">php</a>+<a href="http://www.ptubuntu.com/tag/mysql" class="st_tag internal_tag" rel="tag" title="标签 mysql 下的日志">mysql</a>+<a href="http://www.ptubuntu.com/tag/phpmyadmin" class="st_tag internal_tag" rel="tag" title="标签 phpmyadmin 下的日志">phpmyadmin</a>.</p>
<p>在Debian上安装Apache Web服务器以及PHP5和MySQL：</p>
<ul>
<li>安装Apache2</li>
</ul>
<blockquote><p><span style="color: #339966;">ptubuntu:~#apt-get install apache2</span></p></blockquote>
<p><span id="more-3036"></span></p>
<p>Apache服务器的配置文件在<strong>/etc/apache2/</strong>，缺省的web服务器根目录在<strong>/var/www/</strong>，安装完后，你在浏览器的地址栏输入<em>http://localhost/</em>，如果可以看到<strong>It works!</strong>这样的内容，那么你的web服务器已经运行起来了。</p>
<ul>
<li>接下来安装PHP5和MySQL5、Curl(HTTP工具)、IMAP(邮件检查)、GD (编辑和创建图像)：</li>
</ul>
<blockquote>
<pre><span style="color: #339966;">ptubuntu:~#apt-get install libapache2-mod-php5 php5-curl php5-gd php5-imap php5-mcrypt php5-mysql php5-tidy </span></pre>
</blockquote>
<ul>
<li>接下来安装MySQL5服务器和客户端：</li>
</ul>
<blockquote>
<pre><span style="color: #339966;">ptubuntu:~#apt-get install mysql-server mysql-client</span></pre>
</blockquote>
<p>MySQL的配置文件在<strong>/etc/mysql/my.cnf</strong>，在安装MySQL服务器的时候，会要求你输入root密码。</p>
<ul>
<li>最后，安装PHPMyAdmin工具：</li>
</ul>
<blockquote>
<pre><span style="color: #339966;">ptubuntu:~#apt-get install phpmyadmin </span></pre>
</blockquote>
<p>访问PHPMyAdmin <strong><a href="http://localhost/phpmyadmin/">http://localhost/phpmyadmin/</a>.</strong></p>
<p><img title="apache2" src="http://media1.pikeo.com/images/server39/upload/OOIEQ58I82BPJHTY9X4I12V9ASVJ9Z7A.jpg" alt="" width="484" height="447" /></p>
<p>查看一下PHP的信息，以确信PHP已经运行起来了：</p>
<p>使用编辑器输入以下内容，把它保存成<strong>/var/www/phpinfo.php</strong>：</p>
<blockquote>
<pre><span style="color: #339966;">&lt;?php phpinfo(); ?&gt; </span></pre>
</blockquote>
<p>输入<strong><a href="http://localhost/phpinfo.php">http://localhost/phpinfo.php</a></strong>，你就可以看到PHP有关的配置信息。</p>
<p> </p>
<p>创建完数据库后，把WordPress拷贝到/var/www/wordpress/目录下，修改配置文件wp-config.php，主要是配置数据库信息，然后到下面的地址完成安装：</p>
<pre>http://localhost/wordpress/wp-admin/install.php <!--more--></pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2009%2F08%2F3036.html&amp;title=%E5%9C%A8Debian%E4%B8%8A%E6%9E%B6%E8%AE%BEWordPress%E5%B9%B3%E5%8F%B0" id="wpa2a_12"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2009/08/3036.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finnix Linux</title>
		<link>http://www.ptubuntu.com/2009/08/3009.html</link>
		<comments>http://www.ptubuntu.com/2009/08/3009.html#comments</comments>
		<pubDate>Wed, 12 Aug 2009 09:34:39 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Linux系统版本]]></category>
		<category><![CDATA[CDlinux]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=3009</guid>
		<description><![CDATA[        Finnix是一份小型的、自包纳的、可启动的Linux光盘发行，它面向系统管理员，并基于Debian GNU/Linux。你可以用它挂载和操作硬盘驱动器及分区，监控网络，安装其他操作系统，并进行更多的工作。        这个系统本人还没有安装过.但是有需要的朋友可以去试试.还有更多的问题还需要你的支持哦. Download Finnix, the LiveCD for system administrators Filename Arch Size Released Release Notes finnix-93.0.iso x86 120MiB 2009-08-11 93.0 finnix-ppc-93.0.iso PowerPC 132MiB 2009-08-11 93.0 finnix-92.1.iso x86 111MiB 2008-12-03 92.1 finnix-ppc-92.1.iso PowerPC 123MiB 2008-12-03 92.1 finnix-92.0.iso x86 109MiB 2008-06-28 92.0 finnix-ppc-92.0.iso PowerPC 120MiB 2008-06-28 92.0 finnix-91.1.iso x86 107MiB 2008-03-04 91.1 finnix-ppc-91.1.iso PowerPC [...]]]></description>
			<content:encoded><![CDATA[<p>        <a href="http://www.finnix.org/" target="_blank">Finnix</a>是一份小型的、自包纳的、可启动的Linux光盘发行，它面向系统管理员，并基于Debian GNU/<a href="http://www.ptubuntu.com/tag/linx" class="st_tag internal_tag" rel="tag" title="标签 Linux 下的日志">Linux</a>。你可以用它挂载和操作硬盘驱动器及分区，监控网络，安装其他操作系统，并进行更多的工作。</p>
<p>       这个系统本人还没有安装过.但是有需要的朋友可以去试试.还有更多的问题还需要你的支持哦.</p>
<p><img class="alignnone" title="finnix" src="http://www.finnix.org/w/images/f/f4/Finnix-86.0-ss1.png" alt="" width="576" height="432" /></p>
<p><img class="alignnone" title="finnixboot" src="http://www.finnix.org/w/images/1/1c/Finnix_92.0_boot.png" alt="" width="576" height="432" /></p>
<h1>Download</h1>
<p><span id="more-3009"></span></p>
<div id="bodyContent">
<h3 id="siteSub">Finnix, the LiveCD for system administrators</h3>
<p><!-- start content --></p>
<table border="0">
<tbody>
<tr>
<th>Filename</th>
<th>Arch</th>
<th>Size</th>
<th>Released</th>
<th>Release Notes</th>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/93.0/finnix-93.0.iso" rel="nofollow" href="http://www.finnix.org/releases/93.0/finnix-93.0.iso">finnix-93.0.iso</a></tt></td>
<td>x86</td>
<td>120MiB</td>
<td>2009-08-11</td>
<td><a title="Finnix 93.0 release notes" href="http://www.ptubuntu.com/Finnix_93.0_release_notes">93.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/93.0/finnix-ppc-93.0.iso" rel="nofollow" href="http://www.finnix.org/releases/93.0/finnix-ppc-93.0.iso">finnix-ppc-93.0.iso</a></tt></td>
<td>PowerPC</td>
<td>132MiB</td>
<td>2009-08-11</td>
<td><a title="Finnix 93.0 release notes" href="http://www.ptubuntu.com/Finnix_93.0_release_notes">93.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/92.1/finnix-92.1.iso" rel="nofollow" href="http://www.finnix.org/releases/92.1/finnix-92.1.iso">finnix-92.1.iso</a></tt></td>
<td>x86</td>
<td>111MiB</td>
<td>2008-12-03</td>
<td><a title="Finnix 92.1 release notes" href="http://www.ptubuntu.com/Finnix_92.1_release_notes">92.1</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/92.1/finnix-ppc-92.1.iso" rel="nofollow" href="http://www.finnix.org/releases/92.1/finnix-ppc-92.1.iso">finnix-ppc-92.1.iso</a></tt></td>
<td>PowerPC</td>
<td>123MiB</td>
<td>2008-12-03</td>
<td><a title="Finnix 92.1 release notes" href="http://www.ptubuntu.com/Finnix_92.1_release_notes">92.1</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/92.0/finnix-92.0.iso" rel="nofollow" href="http://www.finnix.org/releases/92.0/finnix-92.0.iso">finnix-92.0.iso</a></tt></td>
<td>x86</td>
<td>109MiB</td>
<td>2008-06-28</td>
<td><a title="Finnix 92.0 release notes" href="http://www.ptubuntu.com/Finnix_92.0_release_notes">92.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/92.0/finnix-ppc-92.0.iso" rel="nofollow" href="http://www.finnix.org/releases/92.0/finnix-ppc-92.0.iso">finnix-ppc-92.0.iso</a></tt></td>
<td>PowerPC</td>
<td>120MiB</td>
<td>2008-06-28</td>
<td><a title="Finnix 92.0 release notes" href="http://www.ptubuntu.com/Finnix_92.0_release_notes">92.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/91.1/finnix-91.1.iso" rel="nofollow" href="http://www.finnix.org/releases/91.1/finnix-91.1.iso">finnix-91.1.iso</a></tt></td>
<td>x86</td>
<td>107MiB</td>
<td>2008-03-04</td>
<td><a title="Finnix 91.1 release notes" href="http://www.ptubuntu.com/Finnix_91.1_release_notes">91.1</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/91.1/finnix-ppc-91.1.iso" rel="nofollow" href="http://www.finnix.org/releases/91.1/finnix-ppc-91.1.iso">finnix-ppc-91.1.iso</a></tt></td>
<td>PowerPC</td>
<td>117MiB</td>
<td>2008-03-04</td>
<td><a title="Finnix 91.1 release notes" href="http://www.ptubuntu.com/Finnix_91.1_release_notes">91.1</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/91.0/finnix-91.0.iso" rel="nofollow" href="http://www.finnix.org/releases/91.0/finnix-91.0.iso">finnix-91.0.iso</a></tt></td>
<td>x86</td>
<td>118MiB</td>
<td>2008-01-28</td>
<td><a title="Finnix 91.0 release notes" href="http://www.ptubuntu.com/Finnix_91.0_release_notes">91.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/91.0/finnix-ppc-91.0.iso" rel="nofollow" href="http://www.finnix.org/releases/91.0/finnix-ppc-91.0.iso">finnix-ppc-91.0.iso</a></tt></td>
<td>PowerPC</td>
<td>131MiB</td>
<td>2008-01-28</td>
<td><a title="Finnix 91.0 release notes" href="http://www.ptubuntu.com/Finnix_91.0_release_notes">91.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/90.0/finnix-90.0.iso" rel="nofollow" href="http://www.finnix.org/releases/90.0/finnix-90.0.iso">finnix-90.0.iso</a></tt></td>
<td>x86</td>
<td>115MiB</td>
<td>2007-10-22</td>
<td><a title="Finnix 90.0 release notes" href="http://www.ptubuntu.com/Finnix_90.0_release_notes">90.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/90.0/finnix-ppc-90.0.iso" rel="nofollow" href="http://www.finnix.org/releases/90.0/finnix-ppc-90.0.iso">finnix-ppc-90.0.iso</a></tt></td>
<td>PowerPC</td>
<td>126MiB</td>
<td>2007-10-22</td>
<td><a title="Finnix 90.0 release notes" href="http://www.ptubuntu.com/Finnix_90.0_release_notes">90.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/89.2/finnix-89.2.iso" rel="nofollow" href="http://www.finnix.org/releases/89.2/finnix-89.2.iso">finnix-89.2.iso</a></tt></td>
<td>x86</td>
<td>111MiB</td>
<td>2007-07-27</td>
<td><a title="Finnix 89.2 release notes" href="http://www.ptubuntu.com/Finnix_89.2_release_notes">89.2</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/89.2/finnix-ppc-89.2.iso" rel="nofollow" href="http://www.finnix.org/releases/89.2/finnix-ppc-89.2.iso">finnix-ppc-89.2.iso</a></tt></td>
<td>PowerPC</td>
<td>123MiB</td>
<td>2007-07-27</td>
<td><a title="Finnix 89.2 release notes" href="http://www.ptubuntu.com/Finnix_89.2_release_notes">89.2</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/89.1/finnix-89.1.iso" rel="nofollow" href="http://www.finnix.org/releases/89.1/finnix-89.1.iso">finnix-89.1.iso</a></tt></td>
<td>x86</td>
<td>109MiB</td>
<td>2007-04-13</td>
<td><a title="Finnix 89.1 release notes" href="http://www.ptubuntu.com/Finnix_89.1_release_notes">89.1</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/89.1/finnix-ppc-89.1.iso" rel="nofollow" href="http://www.finnix.org/releases/89.1/finnix-ppc-89.1.iso">finnix-ppc-89.1.iso</a></tt></td>
<td>PowerPC</td>
<td>120MiB</td>
<td>2007-04-13</td>
<td><a title="Finnix 89.1 release notes" href="http://www.ptubuntu.com/Finnix_89.1_release_notes">89.1</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/89.0/finnix-89.0.iso" rel="nofollow" href="http://www.finnix.org/releases/89.0/finnix-89.0.iso">finnix-89.0.iso</a></tt></td>
<td>x86</td>
<td>108MiB</td>
<td>2007-01-22</td>
<td><a title="Finnix 89.0 release notes" href="http://www.ptubuntu.com/Finnix_89.0_release_notes">89.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/89.0/finnix-ppc-89.0.iso" rel="nofollow" href="http://www.finnix.org/releases/89.0/finnix-ppc-89.0.iso">finnix-ppc-89.0.iso</a></tt></td>
<td>PowerPC</td>
<td>119MiB</td>
<td>2007-01-22</td>
<td><a title="Finnix 89.0 release notes" href="http://www.ptubuntu.com/Finnix_89.0_release_notes">89.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/88.0/finnix-88.0.iso" rel="nofollow" href="http://www.finnix.org/releases/88.0/finnix-88.0.iso">finnix-88.0.iso</a></tt></td>
<td>x86</td>
<td>93.3MiB</td>
<td>2006-08-04</td>
<td><a title="Finnix 88.0 release notes" href="http://www.ptubuntu.com/Finnix_88.0_release_notes">88.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/88.0/finnix-ppc-88.0.iso" rel="nofollow" href="http://www.finnix.org/releases/88.0/finnix-ppc-88.0.iso">finnix-ppc-88.0.iso</a></tt></td>
<td>PowerPC</td>
<td>114MiB</td>
<td>2006-08-04</td>
<td><a title="Finnix 88.0 release notes" href="http://www.ptubuntu.com/Finnix_88.0_release_notes">88.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/87.0/finnix-87.0.iso" rel="nofollow" href="http://www.finnix.org/releases/87.0/finnix-87.0.iso">finnix-87.0.iso</a></tt></td>
<td>x86</td>
<td>96.2MiB</td>
<td>2006-03-31</td>
<td><a title="Finnix 87.0 release notes" href="http://www.ptubuntu.com/Finnix_87.0_release_notes">87.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/87.0/finnix-ppc-87.0.iso" rel="nofollow" href="http://www.finnix.org/releases/87.0/finnix-ppc-87.0.iso">finnix-ppc-87.0.iso</a></tt></td>
<td>PowerPC</td>
<td>119MiB</td>
<td>2006-03-31</td>
<td><a title="Finnix 87.0 release notes" href="http://www.ptubuntu.com/Finnix_87.0_release_notes">87.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/87.0/finnix-ipod-87.0.img" rel="nofollow" href="http://www.finnix.org/releases/87.0/finnix-ipod-87.0.img">finnix-ipod-87.0.img</a></tt></td>
<td>iPod/ARM</td>
<td>18.7MiB</td>
<td>2006-03-31</td>
<td><a title="Finnix for iPod" href="http://www.ptubuntu.com/Finnix_for_iPod">iPod</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/86.2/finnix-86.2.iso" rel="nofollow" href="http://www.finnix.org/releases/86.2/finnix-86.2.iso">finnix-86.2.iso</a></tt></td>
<td>x86</td>
<td>92.0MiB</td>
<td>2006-01-08</td>
<td><a title="Finnix 86.2 release notes" href="http://www.ptubuntu.com/Finnix_86.2_release_notes">86.2</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/86.2/finnix-ppc-86.2.iso" rel="nofollow" href="http://www.finnix.org/releases/86.2/finnix-ppc-86.2.iso">finnix-ppc-86.2.iso</a></tt></td>
<td>PowerPC</td>
<td>113MiB</td>
<td>2006-01-08</td>
<td><a title="Finnix 86.2 release notes" href="http://www.ptubuntu.com/Finnix_86.2_release_notes">86.2</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/86.1/finnix-86.1.iso" rel="nofollow" href="http://www.finnix.org/releases/86.1/finnix-86.1.iso">finnix-86.1.iso</a></tt></td>
<td>x86</td>
<td>99.5MiB</td>
<td>2005-11-21</td>
<td><a title="Finnix 86.1 release notes" href="http://www.ptubuntu.com/Finnix_86.1_release_notes">86.1</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/86.1/finnix-ppc-86.1.iso" rel="nofollow" href="http://www.finnix.org/releases/86.1/finnix-ppc-86.1.iso">finnix-ppc-86.1.iso</a></tt></td>
<td>PowerPC</td>
<td>114MiB</td>
<td>2005-11-21</td>
<td><a title="Finnix 86.1 release notes" href="http://www.ptubuntu.com/Finnix_86.1_release_notes">86.1</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/86.0/finnix-86.0.iso" rel="nofollow" href="http://www.finnix.org/releases/86.0/finnix-86.0.iso">finnix-86.0.iso</a></tt></td>
<td>x86</td>
<td>97.1MiB</td>
<td>2005-10-23</td>
<td><a title="Finnix 86.0 release notes" href="http://www.ptubuntu.com/Finnix_86.0_release_notes">86.0</a></td>
</tr>
<tr align="center">
<td align="left"><tt><a title="http://www.finnix.org/releases/0.03/finnix-0.03.iso" rel="nofollow" href="http://www.finnix.org/releases/0.03/finnix-0.03.iso">finnix-0.03.iso</a></tt></td>
<td>x86</td>
<td>332MiB</td>
<td>2000-03-22</td>
<td><a title="Finnix 0.03 release notes" href="http://www.ptubuntu.com/Finnix_0.03_release_notes">0.03</a><!--more--></td>
</tr>
</tbody>
</table>
</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2009%2F08%2F3009.html&amp;title=Finnix%20Linux" id="wpa2a_14"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2009/08/3009.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>服务器操作系统Linux版本发行</title>
		<link>http://www.ptubuntu.com/2009/02/1632.html</link>
		<comments>http://www.ptubuntu.com/2009/02/1632.html#comments</comments>
		<pubDate>Sat, 28 Feb 2009 01:25:18 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Linux系统版本]]></category>
		<category><![CDATA[other]]></category>
		<category><![CDATA[技术类]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=1632</guid>
		<description><![CDATA[Linux系统最早由Linus Torvalds在1991年开始编写，在此诞生之前同时也具备了五大前提条件：UNIX 操作系统、MINIX 操作系统、GNU 计划、POSIX 标准、INTERNET。先让我们看一下Linux系统的发行版本，包括Ubuntu、Fedora、SUSE、Slackware、Debian、Mandirva、Gentoo、PCLinuxOS、KNOPPIX、MEPIS等，接下来我们看看每个发行版背后的简要故事。 Ubuntu发行版 Ubuntu（发音”oo-BOON-too”&#8211;“乌班图”）被视为非洲人的传统理念，也是建立新南非共和国的基本原则之一，与非洲复兴的理想密切相关。每6个月就会发布一个版本，以提供最新最强大的软件。支持包括 i386 （386/486/Pentium(II/III/IV)和Athlon/Duron/Sempron 处理器），AMD64（Athlon64, Opteron, 最新的64位 Intel 处理器)，以及PowerPC（iBook/Powerbook, G4 and G5）架构。 MEPIS发行版 MEPIS由Warren Woodford在2003年建立。MEPIS虽然刚建立不久，但是迅速的传播在Linux用户间。简单来说，MEPIS是一个集合了Debian Sid和Knoppix的产物。用户即能将之当作LiveCD使用，也能使用常规的图形界面进行安装。 优点：LiveCD与常规安装两用，优秀的硬件检测能力，预装了许多实用的软件 缺点：建立时间不长，默认的界面有些寒酸 软件包管理系统：APT (DEB) Knoppix发行版 由德国的Klaus Knopper开发的Knoppix，是一个基于Debian的发行版。 优点：无需安装可直接运行于CD上，优秀的硬件检测能力，可作为系统急救盘使用 缺点：LiveCD由于光盘的数据读取速度限制导致性能大幅下降 软件包管理系统：APT (DEB) PCLinuxOS发行版 PCLinuxOS完全从一张可启动光盘运行。光盘上的数据实时地解压缩，从而使得这一张光盘上集成的应用程序多达2G，这包括一份完整的X 服务器，KDE桌面，OpenOffice.org以及更多即刻可用的程序。除了作为自启动运行光盘来使用，你也可以通过一套易于使用的光盘安装程序将 PCLinuxOS安装到硬盘。额外的应用程序可以通过一份友好的apt-get前端Synaptic来添加或删除。 优点：无需安装可直接运行于CD上，集成的程序丰富。 缺点：LiveCD由于光盘的数据读取速度限制导致性能大幅下降 软件包管理系统：APT (DEB) Mandriva发行版 Mandriva原名Mandrake，最早由Gael Duval创建并在1998年7月发布。最早 Mandrake的开发者是基于Redhat进行开发的。 优点：友好的操作界面，图形配置工具，庞大的社区技术支持，NTFS分区大小变更 缺点：部分版本bug较多，最新版本只先发布给Mandrake俱乐部的成员 软件包管理系统：urpmi (RPM) Gentoo发行版 Gentoo是一种Linux发行版。Gentoo有一个使用Python编写而成的软件包管理系统（Portage），能对BSD端口全面兼容，并对其进行管理。采用Portage软件包管理机制，是一种可以针对任何应用和需要而自动优化和定制的特殊的Linux发行版。 Gentoo 最初由Daniel Robbins（前Stampede Linux和FreeBSD的开发者之一）创建。由于开发者对FreeBSD的熟识，所以Gentoo拥有媲美FreeBSD的广受美誉的ports系统 [...]]]></description>
			<content:encoded><![CDATA[<p>Linux系统最早由Linus Torvalds在1991年开始编写，在此诞生之前同时也具备了五大前提条件：UNIX 操作系统、MINIX 操作系统、GNU 计划、POSIX 标准、INTERNET。先让我们看一下Linux系统的发行版本，包括Ubuntu、Fedora、SUSE、Slackware、<a href="http://www.ptubuntu.com/tag/debian" class="st_tag internal_tag" rel="tag" title="标签 Debian 下的日志">Debian</a>、Mandirva、Gentoo、PCLinuxOS、KNOPPIX、MEPIS等，接下来我们看看每个发行版背后的简要故事。</p>
<p>Ubuntu发行版</p>
<p><a href="http://www.ptubuntu.com/wp-content/uploads/2009/02/ubuntu.gif" rel="shadowbox[sbpost-1632];player=img;"><img class="alignnone size-full wp-image-1633" title="ubuntu" src="http://www.ptubuntu.com/wp-content/uploads/2009/02/ubuntu.gif" alt="ubuntu" width="120" height="130" /></a></p>
<p><a href="http://www.ptubuntu.com/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="标签 Ubuntu 下的日志">Ubuntu</a>（发音”oo-BOON-too”&#8211;“乌班图”）被视为非洲人的传统理念，也是建立新南非共和国的基本原则之一，与非洲复兴的理想密切相关。每6个月就会发布一个版本，以提供最新最强大的软件。支持包括 i386 （386/486/Pentium(II/III/IV)和Athlon/Duron/Sempron 处理器），AMD64（Athlon64, Opteron, 最新的64位 Intel 处理器)，以及PowerPC（iBook/Powerbook, G4 and G5）架构。</p>
<p>MEPIS发行版<br />
<a href="http://www.ptubuntu.com/wp-content/uploads/2009/02/mepis.gif" rel="shadowbox[sbpost-1632];player=img;"><img class="alignnone size-full wp-image-1634" title="mepis" src="http://www.ptubuntu.com/wp-content/uploads/2009/02/mepis.gif" alt="mepis" width="120" height="130" /></a><span id="more-1632"></span></p>
<p>MEPIS由Warren Woodford在2003年建立。MEPIS虽然刚建立不久，但是迅速的传播在Linux用户间。简单来说，MEPIS是一个集合了Debian Sid和Knoppix的产物。用户即能将之当作LiveCD使用，也能使用常规的图形界面进行安装。</p>
<p>优点：LiveCD与常规安装两用，优秀的硬件检测能力，预装了许多实用的软件</p>
<p>缺点：建立时间不长，默认的界面有些寒酸</p>
<p>软件包管理系统：APT (DEB)</p>
<p>Knoppix发行版<br />
<a href="http://www.ptubuntu.com/wp-content/uploads/2009/02/knoppix.gif" rel="shadowbox[sbpost-1632];player=img;"><img class="alignnone size-full wp-image-1635" title="knoppix" src="http://www.ptubuntu.com/wp-content/uploads/2009/02/knoppix.gif" alt="knoppix" width="120" height="130" /></a></p>
<p>由德国的Klaus Knopper开发的Knoppix，是一个基于Debian的发行版。</p>
<p>优点：无需安装可直接运行于CD上，优秀的硬件检测能力，可作为系统急救盘使用</p>
<p>缺点：LiveCD由于光盘的数据读取速度限制导致性能大幅下降</p>
<p>软件包管理系统：APT (DEB)</p>
<p>PCLinuxOS发行版<br />
<a href="http://www.ptubuntu.com/wp-content/uploads/2009/02/pclinuxos.gif" rel="shadowbox[sbpost-1632];player=img;"><img class="alignnone size-full wp-image-1637" title="pclinuxos" src="http://www.ptubuntu.com/wp-content/uploads/2009/02/pclinuxos.gif" alt="pclinuxos" width="120" height="130" /></a></p>
<p>PCLinuxOS完全从一张可启动光盘运行。光盘上的数据实时地解压缩，从而使得这一张光盘上集成的应用程序多达2G，这包括一份完整的X 服务器，KDE桌面，OpenOffice.org以及更多即刻可用的程序。除了作为自启动运行光盘来使用，你也可以通过一套易于使用的光盘安装程序将 PCLinuxOS安装到硬盘。额外的应用程序可以通过一份友好的apt-get前端Synaptic来添加或删除。</p>
<p>优点：无需安装可直接运行于CD上，集成的程序丰富。</p>
<p>缺点：LiveCD由于光盘的数据读取速度限制导致性能大幅下降</p>
<p>软件包管理系统：APT (DEB)</p>
<p>Mandriva发行版<br />
<a href="http://www.ptubuntu.com/wp-content/uploads/2009/02/mandriva.gif" rel="shadowbox[sbpost-1632];player=img;"><img class="alignnone size-full wp-image-1636" title="mandriva" src="http://www.ptubuntu.com/wp-content/uploads/2009/02/mandriva.gif" alt="mandriva" width="120" height="130" /></a></p>
<p>Mandriva原名Mandrake，最早由Gael Duval创建并在1998年7月发布。最早 Mandrake的开发者是基于Redhat进行开发的。</p>
<p>优点：友好的操作界面，图形配置工具，庞大的社区技术支持，NTFS分区大小变更</p>
<p>缺点：部分版本bug较多，最新版本只先发布给Mandrake俱乐部的成员</p>
<p>软件包管理系统：urpmi (RPM)</p>
<p><strong>Gentoo发行版</strong></p>
<p>Gentoo是一种Linux发行版。Gentoo有一个使用Python编写而成的<a class="hui14_line" href="http://soft.zol.com.cn/"><span>软件</span></a>包管理系统（Portage），能对BSD端口全面兼容，并对其进行管理。采用Portage软件包管理机制，是一种可以针对任何应用和需要而自动优化和定制的特殊的Linux发行版。</p>
<p>Gentoo 最初由Daniel Robbins（前Stampede  Linux和FreeBSD的开发者之一）创建。由于开发者对FreeBSD的熟识，所以Gentoo拥有媲美FreeBSD的广受美誉的ports系统  ——portage。</p>
<p align="center"><a href="http://detail.zol.com.cn/picture_index_282/index2819897.shtml"><br />
<img style="border: 1px solid black;" title="揭秘：服务器操作系统Linux版本发行 " src="http://img2.zol.com.cn/product/28/897/cetbCo4GGZJqc.gif" alt="揭秘：服务器操作系统Linux版本发行 " align="no" /></a></p>
<p>优点：高度的可定制性，完整的使用手册，媲美Ports的Portage系统，适合“臭美”的高手使用^^</p>
<p>缺点：编译耗时多，安装缓慢</p>
<p>软件包管理系统：Portage (SRC)</p>
<p><strong>openSUSE发行版</strong></p>
<p>SUSE是德国最著名的Linux发行版，在全世界范围中也享有较高的声誉。SUSE自主开发的软件包管理系统YaST也大受好评。SUSE于2003年年末被Novell收购。openSUSE  是 Novell 公司发行的企业级 <a href="http://www.ptubuntu.com/tag/linx" class="st_tag internal_tag" rel="tag" title="标签 Linux 下的日志">Linux</a> 产品的系统基础。openSUSE 成为 <a href="http://www.ptubuntu.com/tag/linx" class="st_tag internal_tag" rel="tag" title="标签 Linux 下的日志">Linux</a> 黑客和应用软件开发者的首选平台。
</p>
<p align="center"><a href="http://detail.zol.com.cn/picture_index_282/index2819898.shtml"><img style="border: 1px solid black;" title="揭秘：服务器操作系统Linux版本发行 " src="http://img2.zol.com.cn/product/28/898/ceLWlmMm6Dn5o.gif" alt="揭秘：服务器操作系统Linux版本发行 " align="no" /></a></p>
<p>优点：专业，易用的YaST软件包管理系统</p>
<p>缺点：FTP发布通常要比零售版晚1~3个月</p>
<p>软件包管理系统：YaST (RPM), 第三方APT (RPM) 软件库（repository）</p>
<p><strong>Fedora发行版</strong></p>
<p>Fedora 项目是由 Red Hat 赞助，由开源社区与 Red Hat 工程师合作开发的项目统称。由Red  Hat公司提供收费技术支持和更新的Red Hat Enterprise Linux，以及由社区开发的免费的Fedora Core。Fedora Core  1发布于2003年年末，而FC的定位便是桌面用户。</p>
<p align="center"><a href="http://detail.zol.com.cn/picture_index_282/index2819902.shtml"><img style="border: 1px solid black;" title="揭秘：服务器操作系统Linux版本发行 " src="http://img2.zol.com.cn/product/28/902/ceGIsVty1hg6A.gif" alt="揭秘：服务器操作系统Linux版本发行 " align="no" /></a></p>
<p>优点：拥有数量庞大的用户，优秀的社区技术支持，许多创新</p>
<p>缺点：免费版（Fedora Core）版本生命周期太短，多媒体支持不佳</p>
<p>软件包管理系统：up2date (RPM), YUM (RPM)</p>
<p><strong>Slackware发行版</strong></p>
<p>Slackware 由Patrick  Volkerding创建于1992年。算起来应当是历史最悠久的Linux发行版。曾经Slackware非常的流行，但是当Linux越来越普及，用户的技术层面越来越广（更多的新手）后，Slackware渐渐的被新来的人们所遗忘。</p>
<p align="center"><a href="http://detail.zol.com.cn/picture_index_282/index2819903.shtml"><img style="border: 1px solid black;" title="揭秘：服务器操作系统Linux版本发行 " src="http://img2.zol.com.cn/product/28/903/ceoAVRPwJAzm2.gif" alt="揭秘：服务器操作系统Linux版本发行 " align="no" /></a></p>
<p>优点：非常稳定、安全，高度坚持UNIX的规范</p>
<p>缺点：所有的配置均通过编辑文件来进行，自动硬件检测能力较差</p>
<p>软件包管理系统：Slackware Package Management (TGZ)</p>
<p><strong>Debian发行版</strong></p>
<p>Debian 使用 Linux 核心（<a class="hui14_line" href="http://detail.zol.com.cn/os_index/subcate121_list_1.html"><span>操作系统</span></a>的最重要部份），但大部份的基本工具则来自 GNU 计划，因此我们称为  GNU/Linux。最早由Ian Murdock于1993年创建。Debian系统分为三个版本分支（branch）： stable, testing 和  unstable。截至2005年5月，这三个版本分支分别对应的具体版本为：Woody, Sarge 和  Sid。其中，unstable为最新的测试版本，其中包括最新的软件包，但是也有相对较多的bug，适合桌面用户。testing的版本都经过  unstable中的测试，相对较为稳定，也支持了不少新技术（比如SMP等）。而Woody一般只用于<a class="hui14_line" href="http://detail.zol.com.cn/server_index/subcate31_list_1.html"><span>服务器</span></a>，上面的软件包大部分都比较过时，但是稳定 和安全性都非常的高。</p>
<p align="center"><a href="http://detail.zol.com.cn/picture_index_282/index2819906.shtml"><img style="border: 1px solid black;" title="揭秘：服务器操作系统Linux版本发行 " src="http://img2.zol.com.cn/product/28/906/ceYGNJuvV6D2.gif" alt="揭秘：服务器操作系统Linux版本发行 " align="no" /></a></p>
<p>优点：遵循GNU规范，100%免费，优秀的<a class="hui14_line" href="http://net.zol.com.cn/"><span>网络</span></a>和社区资源，强大的apt-get</p>
<p>缺点：安装相对不易，stable分支的软件极度过时</p>
<p>软件包管理系统：APT (DEB)</p>
<p align="left">Linux<a class="hui14_line" href="http://detail.zol.com.cn/os_index/subcate121_list_1.html"><span>操作系统</span></a>是Unix操作系统的一种克隆系统。它诞生于1991年的10月5日（这是第一次正式向外公布的时间）。我们可以通过以下<a class="hui14_line" href="http://photo.zol.com.cn/"><span>图片</span></a>查看Linux系统在各个时间段发行的不同版本。</p>
<p align="center"><a href="http://detail.zol.com.cn/picture_index_283/index2820051.shtml"><br />
<img style="border: 1px solid black;" title="揭秘：服务器操作系统Linux版本发行 " src="http://img2.zol.com.cn/product/28_500x2000/51/cehHGYBBjhRDM.jpg" alt="揭秘：服务器操作系统Linux版本发行 " align="no" /></a><br />
Linux发行版年表<span style="color: #c00000;"><strong>（点击图片查看清晰大图）</strong></span></p>
<p align="center"><a href="http://detail.zol.com.cn/picture_index_283/index2820050.shtml"><img style="border: 1px solid black;" title="揭秘：服务器操作系统Linux版本发行 " src="http://img2.zol.com.cn/product/28_500x2000/50/cewDdSTlZ4kEA.jpg" alt="揭秘：服务器操作系统Linux版本发行 " align="no" /></a><br />
Linux发行版族谱<span style="color: #c00000;"><strong>（点击图片查看清晰大图）</strong></span>
</p>
<p align="left">以上的两张图片不需要做过多的文字说明便可以清晰地看到Linux家族的“发家史”，回首<a class="hui14_line" href="http://detail.zol.com.cn/server_index/subcate31_list_1.html"><span>服务器</span></a>操作平台，过去的几年中Linux和Windows两大操作系统环境一直主导着服务器系统领域。并且随着Linux服务器系统的不断推广与应用，使得更多的IT企业都在尽量尝试。而随之而来的平台与平台之间的兼容成为很多技术人员头痛的事情。为了降低部署成本与运营成本，企业需要的是一种标准化系统来运维，而对于这种整合技术来说，微软公司的Windows  Server 2008中已经提供了Hyper-V管理程序。</p>
<p align="left">Novell公司与微软进行合作之后推出的Linux  SUSE版本服务器操作系统也可以多少弥补平台整合问题，SUSE版可以作为客户端在Windows Server 2008顶部运行，从而保证了SUSE  Linux与Win server  2008兼容一样的硬件资源，实现真正意义上的跨平台兼容，从而降低企业部署成本。总之，只要是好的东西都会得到大家的认可，我们也希望不管哪一方推出什么产品，市场是最好的检验地方，至于能否在市场上“谁与争锋”那还要看各家的底气是否尚足。</p>
<p align="left">来自:http://server.zol.com.cn/123/1234614.html<!--more--></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2009%2F02%2F1632.html&amp;title=%E6%9C%8D%E5%8A%A1%E5%99%A8%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9FLinux%E7%89%88%E6%9C%AC%E5%8F%91%E8%A1%8C" id="wpa2a_16"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2009/02/1632.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>安装debain5.0 安装五笔</title>
		<link>http://www.ptubuntu.com/2009/02/1600.html</link>
		<comments>http://www.ptubuntu.com/2009/02/1600.html#comments</comments>
		<pubDate>Thu, 19 Feb 2009 06:43:50 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Linux系统版本]]></category>
		<category><![CDATA[技术类]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[五笔，apt-get]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=1600</guid>
		<description><![CDATA[个人是比较喜欢使用debian为核心的系统。也有一个是使用久了觉的熟了。。。。常用安装软件比较快的就是apt-get.但是安装完系统第一件事情就是要找一个可以使用的源。这是一个很重要的事情。还有就是安装输入法。除非你不想输入中文。 在网上也有很多资料。我在这里也是把找来的信息在这里贴也来。这也是自己安装成功的例子： 1。更新源： #vim /etc/apt/sources.list deb http://mirrors.163.com/debian etch main non-free contrib deb http://mirrors.163.com/debian etch-proposed-updates main contrib non-free deb http://mirrors.163.com/debian-security etch/updates main contrib non-free deb-src http://mirrors.163.com/debian etch main non-free contrib deb-src http://mirrors.163.com/debian etch-proposed-updates main contrib non-free deb-src http://mirrors.163.com/debian-security etch/updates main contrib non-free #apt-get update 2.安装五笔： ＃aptitude install scim-tables-zh 安装完还要配置一下要不然还不能用。 ＃vim /etc/X11/Xsession 在位置use run-parts部分的if与for之间。 export XMODIFIERS=”@im=SCIM” export [...]]]></description>
			<content:encoded><![CDATA[<p>个人是比较喜欢使用debian为核心的系统。也有一个是使用久了觉的熟了。。。。常用安装软件比较快的就是apt-get.但是安装完系统第一件事情就是要找一个可以使用的源。这是一个很重要的事情。还有就是安装输入法。除非你不想输入中文。</p>
<p>在网上也有很多资料。我在这里也是把找来的信息在这里贴也来。这也是自己安装成功的例子：</p>
<p>1。更新源：</p>
<blockquote><p>#vim /etc/apt/sources.list</p>
<p>deb http://mirrors.163.com/<a href="http://www.ptubuntu.com/tag/debian" class="st_tag internal_tag" rel="tag" title="标签 Debian 下的日志">debian</a> etch main non-free contrib<br />
deb http://mirrors.163.com/debian etch-proposed-updates main contrib non-free<br />
deb http://mirrors.163.com/debian-security etch/updates main contrib non-free<br />
deb-src http://mirrors.163.com/debian etch main non-free contrib<br />
deb-src http://mirrors.163.com/debian etch-proposed-updates main contrib non-free<br />
deb-src http://mirrors.163.com/debian-security etch/updates main contrib non-free</p>
<p>#apt-get update</p></blockquote>
<p>2.安装五笔：</p>
<blockquote><p>＃aptitude install scim-tables-zh</p></blockquote>
<p>安装完还要配置一下要不然还不能用。</p>
<blockquote><p>＃vim /etc/X11/Xsession</p></blockquote>
<p>在位置use run-parts部分的if与for之间。</p>
<blockquote><p>
export XMODIFIERS=”@im=SCIM”<br />
export GTK_IM_MODULE=”scim”<br />
scim -d</p></blockquote>
<p>重启X即可。</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2009%2F02%2F1600.html&amp;title=%E5%AE%89%E8%A3%85debain5.0%20%E5%AE%89%E8%A3%85%E4%BA%94%E7%AC%94" id="wpa2a_18"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2009/02/1600.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian GNU/Linux 5.0</title>
		<link>http://www.ptubuntu.com/2009/02/1564.html</link>
		<comments>http://www.ptubuntu.com/2009/02/1564.html#comments</comments>
		<pubDate>Mon, 16 Feb 2009 09:54:38 +0000</pubDate>
		<dc:creator>ptubuntu</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Linux系统版本]]></category>

		<guid isPermaLink="false">http://www.ptubuntu.com/?p=1564</guid>
		<description><![CDATA[Debian GNU / Linux是一种免费的操作系统，Debian 工作人员经过22个月的努力终于发布5.0.它支持12个处理器架构，并包括了KDE ， GNOME的， Xfce ，并LXDE桌面环境.这一版本还包括了许多最新的软件包，如K桌面环境3.5.10 ，最新版本的GNOME桌面环境2.22.2 ，4.4.2的Xfce桌面环境， LXDE 0.3.2.1 ，该GNUstep桌面7.3 ，组织7.3 ， OpenOffice.org 2.4.1 ， 2.4.7 &#8230;.的GIMP 下载i386 and x86_64 i386:  debian-500-i386-netinst.iso (150MB, MD5, torrent), X86_64:debian-500-amd64-netinst.iso (131MB, MD5, torrent).]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ptubuntu.com/tag/debian" class="st_tag internal_tag" rel="tag" title="标签 Debian 下的日志">Debian</a>  GNU / Linux是一种免费的操作系统，<a href="http://www.ptubuntu.com/tag/debian" class="st_tag internal_tag" rel="tag" title="标签 Debian 下的日志">Debian</a> 工作人员经过22个月的努力终于发布5.0.它支持12个处理器架构，并包括了KDE ， GNOME的， Xfce ，并LXDE桌面环境.这一版本还包括了许多最新的软件包，如K桌面环境3.5.10  ，最新版本的GNOME桌面环境2.22.2 ，4.4.2的Xfce桌面环境，  LXDE 0.3.2.1 ，该GNUstep桌面7.3 ，组织7.3 ， OpenOffice.org 2.4.1 ， 2.4.7  &#8230;.的GIMP</p>
<p>下载i386 and x86_64</p>
<p>i386:  <a href="http://cdimage.debian.org/debian-cd/5.0.0/i386/iso-cd/debian-500-i386-netinst.iso">debian-500-i386-netinst.iso</a> (150MB, <a href="http://cdimage.debian.org/debian-cd/5.0.0/i386/iso-cd/MD5SUMS">MD5</a>, <a href="http://cdimage.debian.org/debian-cd/5.0.0/i386/bt-cd/debian-500-i386-netinst.iso.torrent">torrent</a>),</p>
<p>X86_64:<a href="http://cdimage.debian.org/debian-cd/5.0.0/amd64/iso-cd/debian-500-amd64-netinst.iso">debian-500-amd64-netinst.iso</a> (131MB, <a href="http://cdimage.debian.org/debian-cd/5.0.0/amd64/iso-cd/MD5SUMS">MD5</a>, <a href="http://cdimage.debian.org/debian-cd/5.0.0/amd64/bt-cd/debian-500-amd64-netinst.iso.torrent">torrent</a>).</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ptubuntu.com%2F2009%2F02%2F1564.html&amp;title=Debian%20GNU%2FLinux%205.0" id="wpa2a_20"><img src="http://www.ptubuntu.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ptubuntu.com/2009/02/1564.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

