<?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>Open Community Tutorial &#187; English</title>
	<atom:link href="http://linuxindo.web.id/category/english/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxindo.web.id</link>
	<description>Talking Free Software and Share GNU/Linux Tutorial</description>
	<lastBuildDate>Mon, 23 Nov 2009 05:18:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To Read .Lit File in Linux</title>
		<link>http://linuxindo.web.id/2008/12/18/how-to-read-lit-file-in-linux/</link>
		<comments>http://linuxindo.web.id/2008/12/18/how-to-read-lit-file-in-linux/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 00:54:43 +0000</pubDate>
		<dc:creator>amrinz</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[lit]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://linuxindo.web.id/2008/12/18/how-to-read-lit-file-in-linux/</guid>
		<description><![CDATA[Why We Need Read .lit?
Because you have some .lit files, and you want to read it in your Linux box.
But, since the only reader you can find, MS Reader, cannot run in your Linux box, no matter how you try it.
So, What The Solutions?
We can convert the .lit file into another format, so we can [...]]]></description>
		<wfw:commentRss>http://linuxindo.web.id/2008/12/18/how-to-read-lit-file-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo Install and Setting Up LAMPP/XAMPP</title>
		<link>http://linuxindo.web.id/2008/11/29/howto-install-and-setting-up-lamppxampp/</link>
		<comments>http://linuxindo.web.id/2008/11/29/howto-install-and-setting-up-lamppxampp/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 12:21:16 +0000</pubDate>
		<dc:creator>amrinz</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[LAMPP-XAMPP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[virtual host]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://linuxindo.web.id/2008/11/29/howto-install-and-setting-up-lamppxampp/</guid>
		<description><![CDATA[In this tutorial I will introduce you about XAMPP, a bundle of apache http server, mysql database, php and perl script language from apachefriends.org.
XAMPP also include some usefull packages, such:

ProFTPD 1.3.1
PhpMyAdmin 2.11.3
OpenSSL 0.9.8e
Webalizer 2.01
IMAP C-Client 2004e
OpenLDAP (client) 2.3.11
SQLite 2.8.17 (for PHP4 + PHP5)
SQLite 3.3.17 (for PHP5 PDO SQLite)
phpSQLiteAdmin 0.2
FPDF 1.53

Usually we need XAMPP to running [...]]]></description>
		<wfw:commentRss>http://linuxindo.web.id/2008/11/29/howto-install-and-setting-up-lamppxampp/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Some Ubuntu Boot Tips</title>
		<link>http://linuxindo.web.id/2008/08/08/some-ubuntu-boot-tips/</link>
		<comments>http://linuxindo.web.id/2008/08/08/some-ubuntu-boot-tips/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 02:32:54 +0000</pubDate>
		<dc:creator>amrinz</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://linuxindo.web.id/?p=152</guid>
		<description><![CDATA[How to Boot as Root in Ubuntu
Just add an &#8220;single&#8221; option (without quote) in last of the grub configuration after you press E button in keyboard when Grub displays boot option menu.
Example:
kernel /vmlinuz root=/dev/sda1 ro single

How to Reinstall Grub in MBR
1. Boot into your sistem use Grub enabled livecd (ex: RIP). Press C to enter [...]]]></description>
		<wfw:commentRss>http://linuxindo.web.id/2008/08/08/some-ubuntu-boot-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Use Cron as Task Scheduler</title>
		<link>http://linuxindo.web.id/2008/04/16/how-to-use-cron-as-task-scheduler/</link>
		<comments>http://linuxindo.web.id/2008/04/16/how-to-use-cron-as-task-scheduler/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 10:06:21 +0000</pubDate>
		<dc:creator>amrinz</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[cron]]></category>

		<guid isPermaLink="false">http://www.amrinz.com/linuxindo/?p=128</guid>
		<description><![CDATA[This is only simple mini howto about cron.
Cron is job scheduler for GNU/Linux system, runs on define time by user.
A simple command of cron, for example will look like this:
* * * * * command_or_script_to_execute
The asterixs in the command mean:

The first asterix: specifies minute
The second asterix: specifies hour
The third asterix: specifies day
The fourth asterix: specifies [...]]]></description>
		<wfw:commentRss>http://linuxindo.web.id/2008/04/16/how-to-use-cron-as-task-scheduler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips: Speed Up Mozilla Firefox</title>
		<link>http://linuxindo.web.id/2008/03/21/tips-speed-up-mozilla-firefox/</link>
		<comments>http://linuxindo.web.id/2008/03/21/tips-speed-up-mozilla-firefox/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 03:28:17 +0000</pubDate>
		<dc:creator>amrinz</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Web and Internet]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.amrinz.com/linuxindo/2008/03/21/tips-speed-up-mozilla-firefox/</guid>
		<description><![CDATA[This article taken from here.
Firefox is in my opinion the best browser ever made until now. It includes:

Improved tabbed browsing
Pop up blocking
Integrated Goggle search
Enhanced privacy controls
Built-in phishing protection
Online spell checking
Lots of themes, interfaces, and extensions/addons
Mozilla Firefox officially supports forMicrosoft Windows,Linux,and Mac OS X

Here are some tips can help you double the speed of Firefox.

Type about:config [...]]]></description>
		<wfw:commentRss>http://linuxindo.web.id/2008/03/21/tips-speed-up-mozilla-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux and Windows Live Happy Together</title>
		<link>http://linuxindo.web.id/2008/02/14/linux-and-windows-live-happy-together/</link>
		<comments>http://linuxindo.web.id/2008/02/14/linux-and-windows-live-happy-together/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 09:40:56 +0000</pubDate>
		<dc:creator>amrinz</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Windows Migration]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[tips trik]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.amrinz.com/linuxindo/2008/02/14/linux-and-windows-live-happy-together/</guid>
		<description><![CDATA[How to make your live with Linux and Windows installed on one hardisk, more happy and easy?
Here is some tips for you, dual-booter!
Tips 1. Make Your Windows Accesible from Linux
Yes, in new release of Linux today, you can easily access Windows NTFS partition, both read and write.
But how if you use older release that doesn&#8217;t [...]]]></description>
		<wfw:commentRss>http://linuxindo.web.id/2008/02/14/linux-and-windows-live-happy-together/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Most Valuable Wordpress Plugins</title>
		<link>http://linuxindo.web.id/2008/02/08/the-most-valuable-wordpress-plugins/</link>
		<comments>http://linuxindo.web.id/2008/02/08/the-most-valuable-wordpress-plugins/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 03:59:35 +0000</pubDate>
		<dc:creator>amrinz</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Web and Internet]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.amrinz.com/linuxindo/2008/02/08/the-most-valuable-wordpress-plugins/</guid>
		<description><![CDATA[Web designer wall has very valuable wordpress plugins you must have.
Some of them are:

WP-Cache
Wp eCommerce
Intouch Ajax Contact Form
SideBlog
Wp Page Navi
Sociable
Ajax Post Rating
Ajax Poll
Gravatar 2 Plugin
Adsense Deluxe
And more in web designer wall blog

By the way, all of these plugins listed in wordpress plugins directory, check it!.
]]></description>
		<wfw:commentRss>http://linuxindo.web.id/2008/02/08/the-most-valuable-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sign a Petition Against Microsoft OOXML</title>
		<link>http://linuxindo.web.id/2007/11/24/sign-a-petition-against-microsoft-ooxml/</link>
		<comments>http://linuxindo.web.id/2007/11/24/sign-a-petition-against-microsoft-ooxml/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 01:03:16 +0000</pubDate>
		<dc:creator>amrinz</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Opinions]]></category>
		<category><![CDATA[kampanye]]></category>

		<guid isPermaLink="false">http://www.amrinz.com/linuxindo/?p=18</guid>
		<description><![CDATA[Lets sign a pettition to fight againt microsoft ooxml. Go here to sign: http://www.noooxml.org/petition

Although Indonesia, prefer to abstain in last pre-election, we can take different act, so please sign the pettition.
]]></description>
		<wfw:commentRss>http://linuxindo.web.id/2007/11/24/sign-a-petition-against-microsoft-ooxml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
