<?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>SoftwareMatrix.cn</title>
	<atom:link href="http://www.softwarematrix.cn/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.softwarematrix.cn/blog</link>
	<description>help you help me</description>
	<lastBuildDate>Thu, 01 Sep 2011 03:04:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>upgrade from lenny to squeeze mysqld broken</title>
		<link>http://www.softwarematrix.cn/blog/linux-2/upgrade-from-lenny-to-squeeze-mysqld-broken</link>
		<comments>http://www.softwarematrix.cn/blog/linux-2/upgrade-from-lenny-to-squeeze-mysqld-broken#comments</comments>
		<pubDate>Thu, 01 Sep 2011 03:02:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.softwarematrix.cn/blog/linux-2/upgrade-from-lenny-to-squeeze-mysqld-broken</guid>
		<description><![CDATA[Upgrade from lenny to squeeze, my mysqld can NOT restart. I start mysqld as front mode, it says: agamemnon:~# mysqld 110901&#160; 4:12:16 [Note] Plugin 'FEDERATED' is disabled. mysqld: Table 'mysql.plugin' doesn't exist 110901&#160; 4:12:16 [ERROR] Can't open the mysql.plugin table. &#8230; <a href="http://www.softwarematrix.cn/blog/linux-2/upgrade-from-lenny-to-squeeze-mysqld-broken">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.softwarematrix.cn/blog/linux-2/upgrade-from-lenny-to-squeeze-mysqld-broken/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery.fixPNG.js doesn&#8217;t work with the latest version of jQuery</title>
		<link>http://www.softwarematrix.cn/blog/javascript/jquery-fixpng-js-doesnt-work-with-the-latest-version-of-jquery</link>
		<comments>http://www.softwarematrix.cn/blog/javascript/jquery-fixpng-js-doesnt-work-with-the-latest-version-of-jquery#comments</comments>
		<pubDate>Thu, 04 Aug 2011 08:18:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.softwarematrix.cn/blog/?p=866</guid>
		<description><![CDATA[The famous jquery png fix plugin for ie6 is jquery.fixPNG. You can find it here. http://jquery.andreaseberhard.de/pngFix/ But I found that it doesn&#8217;t work with jQuery version 1.6.2. I debug the plugin, and found the solution. The problem locates here: //fix &#8230; <a href="http://www.softwarematrix.cn/blog/javascript/jquery-fixpng-js-doesnt-work-with-the-latest-version-of-jquery">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.softwarematrix.cn/blog/javascript/jquery-fixpng-js-doesnt-work-with-the-latest-version-of-jquery/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Django custom template loader</title>
		<link>http://www.softwarematrix.cn/blog/django/django-custom-template-loader</link>
		<comments>http://www.softwarematrix.cn/blog/django/django-custom-template-loader#comments</comments>
		<pubDate>Tue, 02 Aug 2011 09:22:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://www.softwarematrix.cn/blog/django/django-custom-template-loader</guid>
		<description><![CDATA[class Loader(BaseLoader): is_usable = True #!/usr/bin/env python # encoding: utf-8 import os import sys from django.conf import settings from django.template.loader import BaseLoader, TemplateDoesNotExist class Loader(BaseLoader): is_usable = True def get_template_sources(self, template_name, template_dirs=None): try: import settings f = "%s/%s"%(settings.THEMES_ROOT,template_name) if os.path.isfile( &#8230; <a href="http://www.softwarematrix.cn/blog/django/django-custom-template-loader">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.softwarematrix.cn/blog/django/django-custom-template-loader/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javascript reload current page</title>
		<link>http://www.softwarematrix.cn/blog/javascript/javascript-reload-current-page</link>
		<comments>http://www.softwarematrix.cn/blog/javascript/javascript-reload-current-page#comments</comments>
		<pubDate>Wed, 13 Jul 2011 08:39:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.softwarematrix.cn/blog/javascript/javascript-reload-current-page</guid>
		<description><![CDATA[&#60;input type=&#8221;button&#8221; value=&#8221;Reload Page&#8221; onClick=&#8221;window.location.reload()&#8220;&#62;]]></description>
		<wfw:commentRss>http://www.softwarematrix.cn/blog/javascript/javascript-reload-current-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to make ip_forward = 1 permanent</title>
		<link>http://www.softwarematrix.cn/blog/linux-2/how-to-make-ip_forward-1-permanent</link>
		<comments>http://www.softwarematrix.cn/blog/linux-2/how-to-make-ip_forward-1-permanent#comments</comments>
		<pubDate>Wed, 06 Jul 2011 05:55:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.softwarematrix.cn/blog/linux-2/how-to-make-ip_forward-1-permanent</guid>
		<description><![CDATA[Check if IP Forwarding is enabled We have to query the sysctl kernel value net.ipv4.ip_forward to see if forwarding is enabled or not: Using sysctl: sysctl net.ipv4.ip_forward net.ipv4.ip_forward = 0 or just checking out the value in the /proc system: &#8230; <a href="http://www.softwarematrix.cn/blog/linux-2/how-to-make-ip_forward-1-permanent">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.softwarematrix.cn/blog/linux-2/how-to-make-ip_forward-1-permanent/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>use ldd to get the binary files&#8217; dependice in linux</title>
		<link>http://www.softwarematrix.cn/blog/uncategorized/use-ldd-to-get-the-binary-files-dependice-in-linux</link>
		<comments>http://www.softwarematrix.cn/blog/uncategorized/use-ldd-to-get-the-binary-files-dependice-in-linux#comments</comments>
		<pubDate>Fri, 01 Jul 2011 04:31:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.softwarematrix.cn/blog/uncategorized/use-ldd-to-get-the-binary-files-dependice-in-linux</guid>
		<description><![CDATA[The command: ldd Example: dev:/var/www/poolnews# which mysql /usr/bin/mysql dev:/var/www/poolnews# ldd /usr/bin/mysql linux-gate.so.1 =&#62; (0xb7f34000) libreadline.so.6 =&#62; /lib/libreadline.so.6 (0xb7ed1000) libncurses.so.5 =&#62; /lib/libncurses.so.5 (0xb7e97000) libpthread.so.0 =&#62; /lib/libpthread.so.0 (0xb7e7e000) libmysqlclient.so.16 =&#62; /usr/lib/libmysqlclient.so.16 (0xb7c81000) libcrypt.so.1 =&#62; /lib/libcrypt.so.1 (0xb7c4f000) libnsl.so.1 =&#62; /lib/libnsl.so.1 (0xb7c38000) libz.so.1 =&#62; &#8230; <a href="http://www.softwarematrix.cn/blog/uncategorized/use-ldd-to-get-the-binary-files-dependice-in-linux">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.softwarematrix.cn/blog/uncategorized/use-ldd-to-get-the-binary-files-dependice-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posted from ScribeFire on Firefox</title>
		<link>http://www.softwarematrix.cn/blog/misc/posted-from-scribefire-on-firefox</link>
		<comments>http://www.softwarematrix.cn/blog/misc/posted-from-scribefire-on-firefox#comments</comments>
		<pubDate>Mon, 27 Jun 2011 08:36:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.softwarematrix.cn/blog/misc/posted-from-scribefire-on-firefox</guid>
		<description><![CDATA[just a simple test. It is very good and helpfull.Install: http://www.scribefire.com/]]></description>
		<wfw:commentRss>http://www.softwarematrix.cn/blog/misc/posted-from-scribefire-on-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google biz app sign up</title>
		<link>http://www.softwarematrix.cn/blog/misc/google-biz-app-sign-up</link>
		<comments>http://www.softwarematrix.cn/blog/misc/google-biz-app-sign-up#comments</comments>
		<pubDate>Fri, 24 Jun 2011 03:21:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.softwarematrix.cn/blog/?p=831</guid>
		<description><![CDATA[Sing up address: https://www.google.com/a/cpanel/domain/new Email MX recrods: @ MX 5 alt1.aspmx.l.google.com. @ MX 5 alt2.aspmx.l.google.com. @ MX 10 aspmx2.googlemail.com. @ MX 10 aspmx3.googlemail.com.]]></description>
		<wfw:commentRss>http://www.softwarematrix.cn/blog/misc/google-biz-app-sign-up/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Etch 4.0 can NOT upgrade to Debian squeeze 6.0 directly</title>
		<link>http://www.softwarematrix.cn/blog/linux-2/debian-etch-4-0-can-not-upgrade-to-debian-squeeze-6-0-directly</link>
		<comments>http://www.softwarematrix.cn/blog/linux-2/debian-etch-4-0-can-not-upgrade-to-debian-squeeze-6-0-directly#comments</comments>
		<pubDate>Thu, 23 Jun 2011 06:17:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.softwarematrix.cn/blog/?p=813</guid>
		<description><![CDATA[1. First upgrade to Debian lenny 5.0 2. Then upgrade to Debian squeeze 6.0]]></description>
		<wfw:commentRss>http://www.softwarematrix.cn/blog/linux-2/debian-etch-4-0-can-not-upgrade-to-debian-squeeze-6-0-directly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>upgrade debian to latest version &#8211; squeeze</title>
		<link>http://www.softwarematrix.cn/blog/linux-2/upgrade-debian-to-latest-version-squeeze</link>
		<comments>http://www.softwarematrix.cn/blog/linux-2/upgrade-debian-to-latest-version-squeeze#comments</comments>
		<pubDate>Thu, 23 Jun 2011 02:03:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.softwarematrix.cn/blog/?p=810</guid>
		<description><![CDATA[vim /etc/apt/source.list, comment the old lines, and add the news lines below deb http://security.debian.org/ squeeze/updates main contrib non-free deb http://ftp.debian.org/debian/ squeeze main deb-src http://ftp.debian.org/debian/ squeeze main do apt-get update and apt-get upgrade and apt-get dist-upgrade Mostly you know what to &#8230; <a href="http://www.softwarematrix.cn/blog/linux-2/upgrade-debian-to-latest-version-squeeze">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.softwarematrix.cn/blog/linux-2/upgrade-debian-to-latest-version-squeeze/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

