<?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>MAXidea的Blog佬世界 &#187; UNIX\Linux</title>
	<atom:link href="http://www.maxidea.com/category/unixlinux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maxidea.com</link>
	<description>LAMP Expert</description>
	<lastBuildDate>Mon, 19 Jul 2010 03:15:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Add new hard disk on Solaris and share it by NFS &amp; Samba</title>
		<link>http://www.maxidea.com/2010/06/18/436</link>
		<comments>http://www.maxidea.com/2010/06/18/436#comments</comments>
		<pubDate>Fri, 18 Jun 2010 09:24:22 +0000</pubDate>
		<dc:creator>maxidea</dc:creator>
				<category><![CDATA[UNIX\Linux]]></category>
		<category><![CDATA[harddisk]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[Sun Solaris]]></category>

		<guid isPermaLink="false">http://www.maxidea.com/?p=436</guid>
		<description><![CDATA[This is a note for myself and share my experience to my colleagues.
In this case, we have two server running Sun Solaris 9 and Sun Solaris 10. We call[......]<p class='read-more'><a href='http://www.maxidea.com/2010/06/18/436'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>This is a note for myself and share my experience to my colleagues.</p>
<p>In this case, we have two server running Sun Solaris 9 and Sun Solaris 10. We call it v250 and v245.</p>
<p>Now we need to add one harddisk into v250 and share it to v245 by NFS. And it should be also be accessing by other MS windows workstation by SMB.</p>
<p>The server name will be show on the following command before the # character.</p>
<p>1) Input the new harddisk to the slot 7 on v250 server and startup machine.</p>
<p>2) run command &#8220;/usr/sbin/devfsadm&#8221; &amp; &#8220;/usr/sbin/devfsadm -C&#8221; to renew.</p>
<p>3) run command &#8220;format&#8221; and the harddisk &#8220;2. c0t11d0 &lt;SUN72G cyl 14087 alt 2 hd 24 sec 424&gt;&#8221; was the one we just input.</p>
<div id="_mcePaste"><span style="text-decoration: underline;">v250 # format</span></div>
<div id="_mcePaste">Searching for disks&#8230;done</div>
<div id="_mcePaste">AVAILABLE DISK SELECTIONS:</div>
<div id="_mcePaste">0. c0t0d0 &lt;SUN72G cyl 14087 alt 2 hd 24 sec 424&gt;</div>
<div id="_mcePaste">/pci@1d,700000/scsi@4/sd@0,0</div>
<div id="_mcePaste">1. c0t9d0 &lt;SUN72G cyl 14087 alt 2 hd 24 sec 424&gt;</div>
<div id="_mcePaste">/pci@1d,700000/scsi@4/sd@9,0</div>
<div id="_mcePaste"><span style="text-decoration: underline;">2. c0t11d0 &lt;SUN72G cyl 14087 alt 2 hd 24 sec 424&gt;</span></div>
<div id="_mcePaste"><span style="text-decoration: underline;">/pci@1d,700000/scsi@4/sd@b,0</span></div>
<div>4) get the usr partition number by &#8220;partition&#8221; under FORMAT MENU, and the filesystem  /dev/dsk/c0t11d0s6 was the space we can use in this case.</div>
<div>5) run newfs command to create a filesystem on /dev/rdsk</div>
<div>
<div><span style="text-decoration: underline;">v250 # /usr/sbin/newfs /dev/dsk/c0t11d0s6</span></div>
<div>newfs: construct a new file system /dev/rdsk/c0t11d0s6: (y/n)? y</div>
<div>/dev/rdsk/c0t11d0s6:    142820160 sectors in 14035 cylinders of 24 tracks, 424 sectors</div>
<div>69736.4MB in 1404 cyl groups (10 c/g, 49.69MB/g, 6016 i/g)</div>
<div>super-block backups (for fsck -F ufs -o b=#) at:</div>
<div>32, 102224, 204416, 306608, 408800, 510992, 613184, 715376, 817568, 919760,</div>
<div>Initializing cylinder groups:</div>
<div>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</div>
<div>super-block backups for last 10 cylinder groups at:</div>
<div>141861248, 141963440, 142065632, 142167824, 142270016, 142372208, 142474400,</div>
<div>142576592, 142678784, 142780976,</div>
</div>
<p>6) mount the harddisk on system</p>
<p><span style="text-decoration: underline;">v250 # cd /</span></p>
<p><span style="text-decoration: underline;">v250 # mkdir newharddisk</span></p>
<p><span style="text-decoration: underline;">v250 # vi /etc/vfstab</span></p>
<p>Add a new line:</p>
<p><span style="text-decoration: underline;">/dev/dsk/c0t11d0s6       /dev/rdsk/c0t11d0s6      /newharddisk     ufs     7       yes     -</span></p>
<p><span style="text-decoration: underline;"><span style="-webkit-text-decorations-in-effect: none;"><span style="text-decoration: underline;">v250 </span></span># mount -a</span></p>
<p>7) share it by samba</p>
<p><span style="text-decoration: underline;">v250 # vi /etc/sfw/smb.conf</span></p>
<p>Add new entry:</p>
<p><span style="text-decoration: underline;">newharddisk</span></p>
<p><span style="text-decoration: underline;"> path = /newharddisk</span></p>
<p><span style="text-decoration: underline;"> writable = yes</span></p>
<p><span style="text-decoration: underline;"> create mode = 666</span></p>
<p><span style="text-decoration: underline;"> directory mode = 777</span></p>
<p><span style="text-decoration: underline;"> only user = no</span></p>
<p><span style="text-decoration: underline;"> public = yes</span></p>
<p><span style="text-decoration: underline;"> guest only = no</span></p>
<p><span style="text-decoration: underline;"># /etc/init.d/samba stop</span></p>
<p><span style="text-decoration: underline;"># /etc/init.d/samba start</span></p>
<p>8 ) share it by NFS</p>
<p><span style="text-decoration: underline;">v250 #/usr/sbin/share -F nfs -o rw,anon=0 /newharddisk</span></p>
<p><span style="text-decoration: underline;"><span style="-webkit-text-decorations-in-effect: none;"><span style="text-decoration: underline;">v250 </span></span># more /etc/dfs/sharetab</span></p>
<p><span style="text-decoration: underline;">/newharddisk      -       nfs     rw,anon=0</span></p>
<p>v250 server configuration completed.</p>
<p>9) Access newharddisk by NFS from v245</p>
<p><span style="text-decoration: underline;">v245#mkdir /newhardiskonv250</span></p>
<p><span style="text-decoration: underline;">v245# vi /etc/vfstab</span></p>
<p>add a new line:</p>
<p><span style="text-decoration: underline;">v250:/newharddisk   &#8211;    /newhardiskonv250   nfs    yes   yes   bg</span></p>
<p><span style="text-decoration: underline;">v245# mount -a</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxidea.com/2010/06/18/436/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win7 system access Mac OSX 10.4 Samba</title>
		<link>http://www.maxidea.com/2010/05/31/434</link>
		<comments>http://www.maxidea.com/2010/05/31/434#comments</comments>
		<pubDate>Mon, 31 May 2010 02:20:35 +0000</pubDate>
		<dc:creator>maxidea</dc:creator>
				<category><![CDATA[UNIX\Linux]]></category>
		<category><![CDATA[网络技术]]></category>
		<category><![CDATA[OSX 10.4]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[win7]]></category>

		<guid isPermaLink="false">http://www.maxidea.com/?p=434</guid>
		<description><![CDATA[WIN7 &#38; WIN Vista was not able to access the samba (file share) on Mac OSX 10.4 (10.5 fixed).  But now, nikonz show me a solution as  below:
For yo[......]<p class='read-more'><a href='http://www.maxidea.com/2010/05/31/434'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>WIN7 &amp; WIN Vista was not able to access the samba (file share) on Mac OSX 10.4 (10.5 fixed).  But now, nikonz show me a solution as  below:</p>
<div id="_mcePaste">For your win7 laptop/pc, now it can access OSX 10.4 server by changing the security option as below: (Best answer from nikonz by :<a href="http://www.tomshardware.com/forum/75-63-windows-samba-issue" target="_blank">http://www.tomshardware.com/forum/75-63-windows-samba-issue</a> )</div>
<div></div>
<div id="_mcePaste">Goto:</div>
<div id="_mcePaste">Control Panel &#8211; Administrative Tools &#8211; Local Security Policy &#8211; Local Policies &#8211; Security Options  :</div>
<div></div>
<div id="_mcePaste">Change:</div>
<div id="_mcePaste">Network security: LAN Manager authentication level</div>
<div>&#8220;Send LM &amp; NTLM responses &#8220;</div>
<div></div>
<div id="_mcePaste">Change:</div>
<div id="_mcePaste">Network security: Minimum session security for NTLM SSP  (server &amp; client)</div>
<div id="_mcePaste">Disable Require 128-bit encryption</div>
<p>To do a test after changed, please access your OSX10.4 by \\your-IP-address</p>
<p>Cheer!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxidea.com/2010/05/31/434/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MaxCapture Linux恢复下载（新床）</title>
		<link>http://www.maxidea.com/2010/02/20/280</link>
		<comments>http://www.maxidea.com/2010/02/20/280#comments</comments>
		<pubDate>Sat, 20 Feb 2010 06:34:59 +0000</pubDate>
		<dc:creator>maxidea</dc:creator>
				<category><![CDATA[UNIX\Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MaxCapture]]></category>

		<guid isPermaLink="false">http://www.maxidea.com/?p=280</guid>
		<description><![CDATA[由于tf2009.com的国外主机开始禁止提供ISO文件下载，MaxCapture Linux的下载路径将由2010年开始移至国内主机tf2011.com，并以拆包方式提供，请各位下载后运行MaxCapture.part1.rar来还原ISO文件。
ISO文件的MD5校验码为：<a href="http://www.tf2011.com/download/maxcapture/MaxCapture_MD5.txt">http://www.[......]</a><p class='read-more'><a href='http://www.maxidea.com/2010/02/20/280'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>由于tf2009.com的国外主机开始禁止提供ISO文件下载，MaxCapture Linux的下载路径将由2010年开始移至国内主机tf2011.com，并以拆包方式提供，请各位下载后运行MaxCapture.part1.rar来还原ISO文件。</p>
<p>ISO文件的MD5校验码为：<a href="http://www.tf2011.com/download/maxcapture/MaxCapture_MD5.txt">http://www.tf2011.com/download/maxcapture/MaxCapture_MD5.txt</a></p>
<p>各RAR分包下载地址如下：</p>
<p><a href="http://www.tf2011.com/download/maxcapture/MaxCapture.part1.rar">http://www.tf2011.com/download/maxcapture/MaxCapture.part1.rar</a><br />
<a href="http://www.tf2011.com/download/maxcapture/MaxCapture.part2.rar">http://www.tf2011.com/download/maxcapture/MaxCapture.part2.rar</a><br />
<a href="http://www.tf2011.com/download/maxcapture/MaxCapture.part3.rar">http://www.tf2011.com/download/maxcapture/MaxCapture.part3.rar</a><br />
<a href="http://www.tf2011.com/download/maxcapture/MaxCapture.part4.rar">http://www.tf2011.com/download/maxcapture/MaxCapture.part4.rar</a><br />
<a href="http://www.tf2011.com/download/maxcapture/MaxCapture.part5.rar">http://www.tf2011.com/download/maxcapture/MaxCapture.part5.rar</a><br />
<a href="http://www.tf2011.com/download/maxcapture/MaxCapture.part6.rar">http://www.tf2011.com/download/maxcapture/MaxCapture.part6.rar</a><br />
<a href="http://www.tf2011.com/download/maxcapture/MaxCapture.part7.rar">http://www.tf2011.com/download/maxcapture/MaxCapture.part7.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxidea.com/2010/02/20/280/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sudo installation on Solaris 9</title>
		<link>http://www.maxidea.com/2009/12/02/267</link>
		<comments>http://www.maxidea.com/2009/12/02/267#comments</comments>
		<pubDate>Wed, 02 Dec 2009 01:39:12 +0000</pubDate>
		<dc:creator>maxidea</dc:creator>
				<category><![CDATA[UNIX\Linux]]></category>

		<guid isPermaLink="false">http://www.maxidea.com/?p=267</guid>
		<description><![CDATA[1) download pkgutil_sparc.pkg from http://blastwave.network.com/csw/pkgutil_sparc.pkg
2) install pkgutil_sparc.pkg by command : &#8220;/usr/sbin/pkgad[......]<p class='read-more'><a href='http://www.maxidea.com/2009/12/02/267'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>1) download pkgutil_sparc.pkg from http://blastwave.network.com/csw/pkgutil_sparc.pkg</p>
<p>2) install pkgutil_sparc.pkg by command : &#8220;/usr/sbin/pkgadd -d pkgutil_sparc.pkg&#8221;</p>
<p>3) setup DNS by /etc/hosts: &#8220;64.79.150.209   blastwave.network.com&#8221;</p>
<p>4) update catalog by command : &#8220;/opt/csw/bin/pkgutil -U&#8221;</p>
<p>5) install sudo by command : &#8220;/opt/csw/bin/pkgutil -i sudo&#8221;</p>
<p>6) modify sudoer by command &#8220;vi /opt/csw/etc/sudoers&#8221;</p>
<p>7) Run sudo command by command &#8220;/opt/csw/bin/sudo&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxidea.com/2009/12/02/267/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Hat Enterprise Linux 4 升级Mysql\Apache\PHP的独门秘笈</title>
		<link>http://www.maxidea.com/2009/05/13/128</link>
		<comments>http://www.maxidea.com/2009/05/13/128#comments</comments>
		<pubDate>Wed, 13 May 2009 12:14:58 +0000</pubDate>
		<dc:creator>maxidea</dc:creator>
				<category><![CDATA[UNIX\Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Red Hat Enterprise Linux 4]]></category>
		<category><![CDATA[独门秘笈]]></category>

		<guid isPermaLink="false">http://www.maxidea.com/?p=128</guid>
		<description><![CDATA[此秘笈均为本人的经验总结，已经在多台Red Hat Enterprise Linux 4上实战成功，特和大家一起分享：
1）确认Red Hat Enterprise Linux 4内各旧软件包的版本
以“rpm -q 软件包名” 得到如下：
httpd-2.0.52-28.ent
mysql-4.1[......]<p class='read-more'><a href='http://www.maxidea.com/2009/05/13/128'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>此秘笈均为本人的经验总结，已经在多台Red Hat Enterprise Linux 4上实战成功，特和大家一起分享：</p>
<p>1）确认Red Hat Enterprise Linux 4内各旧软件包的版本<br />
以“rpm -q 软件包名” 得到如下：<br />
httpd-2.0.52-28.ent<br />
mysql-4.1.7-4.RHEL4.1<br />
php-4.3.9-3.1<br />
package libxml is not installed<br />
gd-2.0.28-4<br />
gd-2.0.28-4.4E.1<br />
perl-5.8.5-12</p>
<p>2）下载以下软件包（下不到的人可以找我要）：<br />
<a href="http://www.tf2009.com/download/linux/MySQL-server-standard-5.0.24-0.rhel4.x86_64.rpm" target="_blank">MySQL-server-standard-5.0.24-0.rhel4.x86_64.rpm</a><br />
<a href="http://www.tf2009.com/download/linux/MySQL-client-standard-5.0.24-0.rhel4.x86_64.rpm" target="_blank">MySQL-client-standard-5.0.24-0.rhel4.x86_64.rpm</a><br />
<a href="http://www.tf2009.com/download/linux/MySQL-devel-standard-5.0.24-0.rhel4.x86_64.rpm" target="_blank">MySQL-devel-standard-5.0.24-0.rhel4.x86_64.rpm</a><br />
<a href="http://www.tf2009.com/download/linux/MySQL-shared-standard-5.0.24-0.rhel4.x86_64.rpm" target="_blank">MySQL-shared-standard-5.0.24-0.rhel4.x86_64.rpm</a><br />
<a href="http://www.tf2009.com/download/linux/libxml2-2.6.23.tar.gz" target="_blank">libxml2-2.6.23.tar.gz</a><br />
<a href="http://www.tf2009.com/download/linux/httpd-2.0.59.tar.gz" target="_blank">httpd-2.0.59.tar.gz</a><br />
<a href="http://www.tf2009.com/download/linux/gd-2.0.33.tar.gz" target="_blank">gd-2.0.33.tar.gz</a><br />
<a href="http://www.tf2009.com/download/linux/php-5.1.4.tar.gz" target="_blank">php-5.1.4.tar.gz</a><br />
并放到服务器/tmp下面</p>
<p>3）开始安装，基本按下面指令逐行输入即可：<br />
cd /tmp<br />
rpm -e mysql-4.1.7-4.RHEL4.1.i386 &#8211;nodeps<br />
rpm -e mysql-server<br />
rpm -e mysql-devel<br />
rpm -Uvh MySQL-server-standard-5.0.24-0.rhel4.x86_64.rpm &#8211;nodeps<br />
rpm -ivh MySQL-client-standard-5.0.24-0.rhel4.x86_64.rpm<br />
rpm -ivh MySQL-devel-standard-5.0.24-0.rhel4.x86_64.rpm<br />
rpm -ivh MySQL-shared-standard-5.0.24-0.rhel4.x86_64.rpm<br />
vi /etc/my.conf<br />
关闭#basedir=/var/lib<br />
mkdir /var/run/mysqld<br />
chown mysql.mysql /var/run/mysqld<br />
/sbin/service mysql start</p>
<p>tar -zxvf libxml2-2.6.23.tar.gz<br />
cd libxml2-2.6.23<br />
./configure<br />
make<br />
make tests<br />
make install</p>
<p>tar -zxvf httpd-2.0.59.tar.gz<br />
cd httpd-2.0.59<br />
./configure<br />
make<br />
make install<br />
vi /usr/local/apache2/conf/httpd.conf<br />
增加：<br />
AddType application/x-httpd-php .php<br />
DocumentRoot &#8220;/usr/local/apache2/htdocs&#8221;<br />
DirectoryIndex index.html index.html.var index.php</p>
<p>vi /etc/rc.d/rc.local<br />
增加：<br />
/usr/local/apache2/bin/apachectl start<br />
(因为旧的Apache在安装Mysql 5后会无法使用）</p>
<p>PHP需要重新编译：<br />
tar -zxvf gd-2.0.33.tar.gz<br />
cd gd-2.0.33<br />
./configure<br />
make install</p>
<p>cd /usr/lib64<br />
cp -p libpng12.a ../lib<br />
cp -p libpng.a ../lib<br />
cp -p libpng.so ../lib</p>
<p>tar -zxvf php-5.1.4.tar.gz<br />
cd php-5.1.4<br />
./configure &#8211;prefix=/usr/local/php5 &#8211;with-apxs2=/usr/local/apache2/bin/apxs &#8211;with-config-filepath=/usr/local/php5 &#8211;disable-debug &#8211;enable-ftp &#8211;enable-inline-optimization &#8211;enable-magic-quotes &#8211;enable-mbstring &#8211;enable-mm=shared &#8211;enable-safe-mode &#8211;enable-track-vars &#8211;enable-trans-sid &#8211;enable-wddx=shared &#8211;enable-xml &#8211;with-dom &#8211;with-gd &#8211;with-gettext &#8211;with-mysql=/usr/lib64/mysql &#8211;with-regex=system &#8211;with-xml &#8211;with-zlib &#8211;with-mysqli=/usr/bin/mysql_config<br />
make<br />
make install</p>
<p>cp php.ini-dist /usr/local/php5/lib/php.ini</p>
<p>vi /usr/local/php5/lib/php.ini<br />
include_path = &#8220;.:/usr/local/php5/lib/php&#8221;</p>
<p>/etc/init.d/mysql restart<br />
/usr/local/apache2/bin/apachectl restart</p>
<p>好了，到此就完成所有工作了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxidea.com/2009/05/13/128/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>免费下载MaxCapture Linux光盘 &#8212; Get your Linux CDROM today!</title>
		<link>http://www.maxidea.com/2008/09/13/75</link>
		<comments>http://www.maxidea.com/2008/09/13/75#comments</comments>
		<pubDate>Sat, 13 Sep 2008 04:02:47 +0000</pubDate>
		<dc:creator>maxidea</dc:creator>
				<category><![CDATA[UNIX\Linux]]></category>

		<guid isPermaLink="false">http://www.maxidea.com/2008/09/13/75</guid>
		<description><![CDATA[由即日起，MaxCapture Linux Live CD光盘提供免费下载了，请各位下载对应的ISO文件后刻录成CDROM使用。
下载地址：<a href="http://www.tf2009.com/download/MaxCapture.ISO">http://www.tf2009.com/download/MaxCapture.ISO</a> 【650MB】
MD5校验码：<a href="http://www.tf2009.com/download/MaxCapture_MD5.txt">http://www.tf2009.c[......]</a><p class='read-more'><a href='http://www.maxidea.com/2008/09/13/75'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>由即日起，MaxCapture Linux Live CD光盘提供免费下载了，请各位下载对应的ISO文件后刻录成CDROM使用。</p>
<p>下载地址：<a href="http://www.tf2009.com/download/MaxCapture.ISO">http://www.tf2009.com/download/MaxCapture.ISO</a> 【650MB】</p>
<p>MD5校验码：<a href="http://www.tf2009.com/download/MaxCapture_MD5.txt">http://www.tf2009.com/download/MaxCapture_MD5.txt</a></p>
<p>*Live CD为无须安装到硬盘的光盘启动版本</p>
<p>介绍：<br />
关于MaxCapture Linux：<br />
MaxCapture Linux是一套自由的（Free）和开源的（Open Source）GNU/Linux操作系统发行版。它是基于Debian Linux (KNOPPIX)，能直接由CD启动运行的完整的中文操作系统。</p>
<p>MaxCapture Linux上面收集了一些GNU/Linux软件，并集成了自动硬件识别以及对许多图形显示卡、声卡、SCSI和USB设备以及其他外围设备的支持。</p>
<p>MaxCapture Linux可以用于Linux演示、教学光盘、应急系统，或者被用来作为商用软件产品的演示平台。得益于其on-the-fly的解压缩技术，这张光盘上最多可以集成2GB的可执行软件。</p>
<p>MaxCapture Linux十分适合从MS Windows平台转移到Linux平台的用户、或有兴趣尝试使用Linux的用户，以及进行Linux发行版开发和定制（custom）的用户。</p>
<p>MaxCapture Linux支持中文文件名，以及五笔、拼音和区位输入法。</p>
<p>MaxCapture Linux已包含OpenOffice，KOffice等强大的办公软件。</p>
<p>详细使用指南：<br />
应广大用户要求，我们特撰写文章为大家详细介绍MaxCapture Linux Live CD 2004的基本操作方式和常用软件。例如强大的办公软件OpenOffice；播放DVD与VCD的xine多媒体播放器；图形界面的刻录软件k3b；以及带有五笔、拼音和区位输入法中文输入软件fcitx等，务求让各位轻松体验Linux的奇妙世界。</p>
<p>请从此处下载应用教程《征服您的桌面——MaxCapture Linux Live CD 2004简体中文版应用速成法》(含常见问题解答，同样适用于KNOPPIX)：<br />
<a href="http://www.maxidea.org/project/maxcapture/doc/html/index.html">http://www.maxidea.org/project/maxcapture/doc/html/index.html</a>  [html，3MB]<br />
<a href="http://www.maxidea.org/project/maxcapture/doc/conquer_your_desktop.sxw">http://www.maxidea.org/project/maxcapture/doc/conquer_your_desktop.sxw</a>  [OpenOffice.org 1.0 文本文档格式，3.2MB]<br />
<a href="http://www.maxidea.org/project/maxcapture/doc/conquer_your_desktop.doc">http://www.maxidea.org/project/maxcapture/doc/conquer_your_desktop.doc</a>  [DOC，3.4MB]<br />
<a href="http://www.maxidea.org/project/maxcapture/doc/conquer_your_desktop.pdf">http://www.maxidea.org/project/maxcapture/doc/conquer_your_desktop.pdf</a>  [PDF，550KB]</p>
<p>相关信息：<br />
我们在此公开制作MaxCapture Linux的案例，深入浅出地介绍KNOPPIX简体中文版的使用和定制方法，适合从事Linux发行版开发和定制的用户使用。<br />
参考手册下载地址：<br />
《KNOPPIX简体中文版 使用和定制指南》下载：<br />
简体中文：<br />
<a href="http://www.maxcapture.com/download/knoppix_custom_guide.sxw">http://www.maxcapture.com/download/knoppix_custom_guide.sxw</a>  (OpenOffice.org 1.0 文本文档格式)<br />
<a href="http://maxidea.org/project/knoppix/doc/knoppix_custom_guide.html">http://maxidea.org/project/knoppix/doc/knoppix_custom_guide.html</a><br />
<a href="http://maxidea.org/project/knoppix/doc/knoppix_custom_guide.pdf">http://maxidea.org/project/knoppix/doc/knoppix_custom_guide.pdf</a><br />
<a href="http://maxidea.org/project/knoppix/doc/knoppix_custom_guide.doc">http://maxidea.org/project/knoppix/doc/knoppix_custom_guide.doc</a><br />
繁体中文：<br />
<a href="http://www.maxcapture.com/download/knoppix_custom_guide_cht.sxw">http://www.maxcapture.com/download/knoppix_custom_guide_cht.sxw</a>  (OpenOffice.org 1.0 文本文档格式)<br />
<a href="http://www.maxcapture.com/download/knoppix_custom_guide_cht.html">http://www.maxcapture.com/download/knoppix_custom_guide_cht.html</a><br />
<a href="http://www.maxcapture.com/download/knoppix_custom_guide_cht.pdf">http://www.maxcapture.com/download/knoppix_custom_guide_cht.pdf</a><br />
<a href="http://www.maxcapture.com/download/knoppix_custom_guide_cht.doc">http://www.maxcapture.com/download/knoppix_custom_guide_cht.doc</a></p>
<p>参考站点：<br />
<a href="http://www.knopper.net/knoppix/">http://www.knopper.net/knoppix/</a><br />
<a href="http://www.maxidea.org/">http://www.maxidea.org</a></p>
<p>Copyright:<br />
&#8220;MAXCAPTURE&#8221; is a registered trademark of Wenda Xu.<br />
&#8220;Linux&#8221; is a registered trademark of Linus Torvalds.<br />
&#8220;KNOPPIX&#8221; is a LinuxTag project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxidea.com/2008/09/13/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
