<?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>Sekolah Linux Indonesia &#187; web server</title>
	<atom:link href="http://www.sekolahlinux.com/tag/web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sekolahlinux.com</link>
	<description>Place for Indonesian Linuxer</description>
	<lastBuildDate>Sat, 13 Aug 2011 04:41:11 +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>Linux</title>
		<link>http://www.sekolahlinux.com/linux/</link>
		<comments>http://www.sekolahlinux.com/linux/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 07:55:42 +0000</pubDate>
		<dc:creator>Abu Syams</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[database server]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mount]]></category>
		<category><![CDATA[network systems]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.sekolahlinux.com/linux/</guid>
		<description><![CDATA[Image by Udo Herzog via Flickr Introduction to Linux Linux is an Open source operating system that widely use by many user. Linux known as open source operating system that means you can download all the source code and write your own. By using open source technic or copy left, linux by itself becoming more [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sekolahlinux.com%2Flinux%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sekolahlinux.com%2Flinux%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/89062596@N00/241045586"><img title="Splash Screen auf &quot;KDE&quot;" src="http://farm1.static.flickr.com/58/241045586_04b49cc5fb_m.jpg" alt="Splash Screen auf &quot;KDE&quot;" width="240" height="159" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/89062596@N00/241045586">Udo Herzog</a> via Flickr</dd>
</dl>
</div>
</div>
<div>
<p>Introduction to Linux</p>
<p>Linux is an Open source operating system that widely use by many user. Linux known as open source operating system that means you can download all the source code and write your own. By using open source technic or copy left, linux by itself becoming more and more famous.Many people around the world helping each other to make linux a better operating system.</p>
<p>Until now linux development is still going on. We can see so many linux variant each one has their own power to their users. For example many student rely their PC on linux since the cost of operating system license is too expensive. Many company start migrating their systems toLinux environment as it is more stable and cheaper.</p>
<p>Organization use Linux as Server operating systems, desktop and many more. For <strong><a title="Network Systems" href="http://www.sekolahlinux.com/network-systems/" target="_blank">network systems</a> </strong>we use to protect network by using it as firewall and proxy server, and we also use it for bandwidth management so we can manage users bandwidth while accessing internet.</p>
<p>Linux is also been use as email server and database server, it&#8217;s cheap and reliable. Many major company rely their business on Linux system as it fast and cheap. Organization gain more benefit while moving their system to linux. For office productivity there is open office application that can be used to boost users productivity so they can keep productive as while they are using other Operating system.</p>
<p>Priyo Wibowo | IT Consultant</p>
<p>Other related articles:</p>
<ul>
<li><a rel="nofollow" href="http://ocaoimh.ie/">Patrick&#8217;s Day in Blarney</a> &#8211; We were originally going to be walking in the St. Patrick&#8217;s Day Parade in Blarney but our son fell asleep a few minutes ago, and it wouldn&#8217;t be fair on him to.</li>
<li><a rel="nofollow" href="http://foolswisdom.com/">Focus Follows Eyes | A Fool&#8217;s Wisdom</a> &#8211; Every time I&#8217;m frustrated that Mac OS X doesn&#8217;t have focus-follows-mouse, I think of Stevey Yegge&#8217;s “Settling the OS X focus-follows-mouse debate“, and remember that I&#8217;ll likely be waiting till focus follows eyes. &#8230;</li>
<li><a rel="nofollow" href="http://ocaoimh.ie/simple-mysql-backup/">Simple MySQL Backup</a> &#8211; If, like me, you have a database full of small tables, but all amounting to a large amount of data then dumping the data from it into a single file is handy, but not very useful when it comes to retrieving a backup of one single table. export d=`date +%u` mkdir -p backup/$d for i in `echo &#8220;show tables&#8221; | mysql -u username -ppassword database|grep -v Tables_in_`; do   echo $i; mysqldump &#8211;add-drop-table &#8211;allow-keywords -q -a -c -u username -ppassword database $i &gt; backup/$d/$i. MySQL Optimization by Jeremy Z MySQL Optimization by Jeremy Zawodny at Yahoo.</li>
<li><a rel="nofollow" href="http://webexpose.org/2007/01/07/internet-explorer-7-on-linux/">Web Expose » Blog Archive » Internet Explorer 7 on Linux</a> &#8211; SÃ©rgio from IEs4Linux wrote to say that the latest beta has fixed the black-box image problem, and also has no WGA requirements &#8211; so I think it&#8217;s best that everyone moves over to using his installer, as mine was a once-off and probably &#8230;</li>
<li><a rel="nofollow" href="http://www.supriyadisw.net/2006/08/wordpress-on-debian-linux">WordPress on Debian Linux · supriyadisw dot net</a> &#8211; This tutorial is how to install WordPress on Debian Linux . Installing WordPress on Debian? What for? Are there many easy ways to install WordPress on our server (Web hosting)? Eventually, We don&#8217;t need to know what distro that our &#8230;</li>
<li><a rel="nofollow" href="http://www.linuxtechdaily.com/2007/02/review-sabayon-linux/">Review: Sabayon Linux</a> &#8211; There is a newer distro in town, gaining traction. Sabayon Linux is an installable, Gentoo based live Cd/DVD. It has the stated goal of being 100% Gentoo compatible. A lot of attention has been paid to the Sabayon brand. &#8230;</li>
<li><a rel="nofollow" href="http://www.sns.ias.edu/%7Ejns/wp/2006/03/17/scripting-partition-creation-in-linux-using-fdisk/">comment on scripting partition creation in linux using fdisk by vijay</a> &#8211; thanks a lot it helped me too….</li>
</ul>
</div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=379079a8-e2aa-40a8-ba4f-aa9ec7658fae" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/database+server' rel='tag' target='_self'>database server</a>, <a class='technorati-link' href='http://technorati.com/tag/linux' rel='tag' target='_self'>linux</a>, <a class='technorati-link' href='http://technorati.com/tag/linux+mount' rel='tag' target='_self'>linux mount</a>, <a class='technorati-link' href='http://technorati.com/tag/network+systems' rel='tag' target='_self'>network systems</a>, <a class='technorati-link' href='http://technorati.com/tag/web+server' rel='tag' target='_self'>web server</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.sekolahlinux.com/linux/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

