<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>init_(0)</title>
	<atom:link href="http://elinux.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://elinux.wordpress.com</link>
	<description>linux for U and Me</description>
	<lastBuildDate>Wed, 07 May 2008 12:04:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='elinux.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b40b8b682e2b7fa264e0282e9fe4af72?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>init_(0)</title>
		<link>http://elinux.wordpress.com</link>
	</image>
			<item>
		<title>Daryna oh Daryna</title>
		<link>http://elinux.wordpress.com/2008/05/07/daryna-oh-daryna/</link>
		<comments>http://elinux.wordpress.com/2008/05/07/daryna-oh-daryna/#comments</comments>
		<pubDate>Wed, 07 May 2008 12:04:35 +0000</pubDate>
		<dc:creator>init_(0)</dc:creator>
				<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://elinux.wordpress.com/?p=44</guid>
		<description><![CDATA[Daryna (Linuxmint 4.0 gnome ) sering ngambek!
(Case #1)
Sudah di coba pake Notebook Acer 4720z restart dua kali baru mo jalan live CD nya, Akhirnya setelah lama di tunggu, proses  install selesai masalah kedua datang sound nya bisu! (ga banget basa gaulnya  ).
Iya seperti kebanyakan notebook acer lainnnya perlu di install linux-backport, edit alsa-base, restart [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elinux.wordpress.com&blog=813027&post=44&subd=elinux&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://elinux.wordpress.com/2008/05/07/daryna-oh-daryna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/379b1cbbeb857cb4e327bfc2a57cc9a2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">init_(0)</media:title>
		</media:content>

		<media:content url="http://www.linuxmint.com/screenshots.php#" medium="image" />
	</item>
		<item>
		<title>SQUID</title>
		<link>http://elinux.wordpress.com/2007/11/25/squid/</link>
		<comments>http://elinux.wordpress.com/2007/11/25/squid/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 03:01:08 +0000</pubDate>
		<dc:creator>init_(0)</dc:creator>
				<category><![CDATA[Network Admin]]></category>

		<guid isPermaLink="false">http://elinux.wordpress.com/2007/11/25/squid/</guid>
		<description><![CDATA[Quick Configuration
klo mo lengkap banget sih tinggal ke sini  
Service squid akan jalan jika konfigurasi minimal sudah di set

Visible_hostname; di tampilkan pada saat error message squid
Cache_dir; direktori penyimpanan cache, untuk cache_dir cek permission file harus &#8220;squid.squid&#8221;. Jika #ls -al sudah menghasilkan nilai tersebut langkah berikut sudah tidak di perlukan lagi.

#ls -al /var/spool
#chown -R squid. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elinux.wordpress.com&blog=813027&post=43&subd=elinux&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://elinux.wordpress.com/2007/11/25/squid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/379b1cbbeb857cb4e327bfc2a57cc9a2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">init_(0)</media:title>
		</media:content>
	</item>
		<item>
		<title>Reverse DNS</title>
		<link>http://elinux.wordpress.com/2007/09/30/reverse-dns/</link>
		<comments>http://elinux.wordpress.com/2007/09/30/reverse-dns/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 08:58:53 +0000</pubDate>
		<dc:creator>init_(0)</dc:creator>
				<category><![CDATA[System Administrator]]></category>

		<guid isPermaLink="false">http://elinux.wordpress.com/2007/09/30/reverse-dns/</guid>
		<description><![CDATA[[root@pc19 ~]# vi /usr/local/bind9/etc/named.conf
options {
directory &#8220;/usr/local/bind9/var/named&#8221;;
};
zone &#8220;.&#8221; IN {
type hint;
file &#8220;named.ca&#8221;;
};
zone &#8220;sya.oke&#8221; IN {
type master;
file &#8220;sya.oke&#8221;;
allow-update { none; };
};
zone &#8220;sya.oke&#8221; IN {
type master;
file &#8220;sya.oke&#8221;;
allow-update { none; };
};
zone &#8220;sya.oke&#8221; IN {
type master;
file &#8220;sya.oke&#8221;;
allow-update { none; };
};
zone &#8220;0.168.192.in-addr.arpa&#8221; IN {
type master;
file &#8220;sya.arpa&#8221;;
allow-update { none; };
};
[root@pc19 ~]# vi /usr/local/bind9/var/named/sya.oke
$TTL 86400
$ORIGIN sya.oke.
sya.oke.        IN      SOA     ns.sya.oke. root (
200709161       ; serial
28800           [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elinux.wordpress.com&blog=813027&post=42&subd=elinux&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://elinux.wordpress.com/2007/09/30/reverse-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/379b1cbbeb857cb4e327bfc2a57cc9a2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">init_(0)</media:title>
		</media:content>
	</item>
		<item>
		<title>Delegasi zones &amp; Slave domain</title>
		<link>http://elinux.wordpress.com/2007/09/30/delegasi-zones-slave-domain/</link>
		<comments>http://elinux.wordpress.com/2007/09/30/delegasi-zones-slave-domain/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 07:37:22 +0000</pubDate>
		<dc:creator>init_(0)</dc:creator>
				<category><![CDATA[System Administrator]]></category>

		<guid isPermaLink="false">http://elinux.wordpress.com/2007/09/30/delegasi-zones-slave-domain/</guid>
		<description><![CDATA[[root@pc19 ~]# vi /usr/local/bind9/etc/named.conf
options {
directory &#8220;/usr/local/bind9/var/named&#8221;;
};
#       allow-query { 192.168.0.0.0/24;
#};
zone &#8220;.&#8221; IN {
type hint;
file &#8220;named.ca&#8221;;
};
/*
#zone &#8220;localhost&#8221; IN {
#       type master;
#       file &#8220;localhost.zone&#8221;;
#       allow-update { none; };
#};
#zone &#8220;0.0.127.in-addr.arp&#8221; IN {
#       type master;
#       file &#8220;named.local&#8221;;
#       allow-update { none; };
#};
*/
zone &#8220;sya.oke&#8221; IN {
type master;
file &#8220;sya.oke&#8221;;
allow-update { none; };
};
//delegasi zones
zone &#8220;sub1.carvil.org&#8221; IN {
type master;
file &#8220;sub1.carvil.org&#8221;;
allow-update { none; };
};
zone &#8220;sub.salman.net.id&#8221; IN [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elinux.wordpress.com&blog=813027&post=41&subd=elinux&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://elinux.wordpress.com/2007/09/30/delegasi-zones-slave-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/379b1cbbeb857cb4e327bfc2a57cc9a2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">init_(0)</media:title>
		</media:content>
	</item>
		<item>
		<title>DNS @Ubuntu Server 7.04</title>
		<link>http://elinux.wordpress.com/2007/09/19/dns-ubuntu-server-704/</link>
		<comments>http://elinux.wordpress.com/2007/09/19/dns-ubuntu-server-704/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 14:04:57 +0000</pubDate>
		<dc:creator>init_(0)</dc:creator>
				<category><![CDATA[System Administrator]]></category>

		<guid isPermaLink="false">http://elinux.wordpress.com/2007/09/19/dns-ubuntu-server-704/</guid>
		<description><![CDATA[Konfigurasi

#sudo vim  /etc/ bind/named.conf ===&#62;jika instal bind-nya dari source code (optional)
#sudo vim  /etc/bind/named.conf.local
 zone &#8220;sya.oke&#8221; {
type master;
file &#8220;/etc/bind/db.sya.oke&#8221;;
};
#sudo vim  /etc/bind/named.conf.options  ===&#62;jika ingin mengaktifkan bind sebagai forwarders (optional)
#sudo vim /etc/bind/db.sya.oke
$TTL    604800
@    IN    SOA    sya.oke. root.sya.oke. (
1     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elinux.wordpress.com&blog=813027&post=40&subd=elinux&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://elinux.wordpress.com/2007/09/19/dns-ubuntu-server-704/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/379b1cbbeb857cb4e327bfc2a57cc9a2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">init_(0)</media:title>
		</media:content>

		<media:content url="http://images.google.co.id/imgres?imgurl=http://www.comptechdoc.org/independent/networking/cert/dns.gif&#38;imgrefurl=http://www.comptechdoc.org/independent/networking/cert/netdns.html&#38;h=480&#38;w=640&#38;sz=8&#38;hl=id&#38;start=18&#38;um=1&#38;tbnid=9hfOF9g6xdUm7M:&#38;tbnh=103&#38;tbnw=137&#38;prev=/images%3Fq%3Ddns%26svnum%3D10%26um%3D1%26hl%3Did%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26sa%3DN" medium="image" />

		<media:content url="http://tbn0.google.com/images?q=tbn:D6U-xARpH0ApSM:http://www.dnsgratis.es/servidor-DNS.png" medium="image" />
	</item>
		<item>
		<title>Keliling RITECH 2007: ubuntu-id nyelip</title>
		<link>http://elinux.wordpress.com/2007/08/10/36/</link>
		<comments>http://elinux.wordpress.com/2007/08/10/36/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 15:14:55 +0000</pubDate>
		<dc:creator>init_(0)</dc:creator>
				<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://elinux.wordpress.com/2007/08/10/36/</guid>
		<description><![CDATA[
Abis dari harco ngecek service printer akhirnya jd juga mampir di mgk: 
stan IGOS 
- dapet distro IGOS 6 instaler + ekstra, stiker, panduan instalasi
(lumayan tambah koleksi distro  )
- dapet t-shirt + topi (*lumayan)
stan AWALI 
- dapet distro zencafe 1.2 (padahal baru resmi di rilis 17 agustus
nanti&#8230;)
- ketemu om ahardiena (zencafe developer)
- belajar ltsp, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elinux.wordpress.com&blog=813027&post=36&subd=elinux&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://elinux.wordpress.com/2007/08/10/36/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/379b1cbbeb857cb4e327bfc2a57cc9a2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">init_(0)</media:title>
		</media:content>

		<media:content url="http://ristek.go.id/file_upload/pengumuman/poster.jpg" medium="image" />
	</item>
		<item>
		<title>Mark Shuttleworth &#124; here be dragons</title>
		<link>http://elinux.wordpress.com/2007/07/11/mark-shuttleworth-here-be-dragons/</link>
		<comments>http://elinux.wordpress.com/2007/07/11/mark-shuttleworth-here-be-dragons/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 03:27:28 +0000</pubDate>
		<dc:creator>init_(0)</dc:creator>
				<category><![CDATA[Tokoh]]></category>

		<guid isPermaLink="false">http://elinux.wordpress.com/2007/07/11/mark-shuttleworth-here-be-dragons/</guid>
		<description><![CDATA[&#160;
Biography 
Mark is founder of the Ubuntu Project, an enterprise Linux distribution that is freely available worldwide and has both cutting-edge desktop and enterprise server editions, and has become very popular.
Mark studied finance and information technology at the University of Cape Town, and went on to found Thawte, a company specialising in digital certificates and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elinux.wordpress.com&blog=813027&post=35&subd=elinux&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://elinux.wordpress.com/2007/07/11/mark-shuttleworth-here-be-dragons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/379b1cbbeb857cb4e327bfc2a57cc9a2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">init_(0)</media:title>
		</media:content>

		<media:content url="http://www.markshuttleworth.com/wp-content/uploads/2006/01/marksitting.jpg" medium="image" />
	</item>
		<item>
		<title>Internet lebih cepat, matikan service ipV6</title>
		<link>http://elinux.wordpress.com/2007/07/02/internet-lebih-cepat-matikan-service-ipv6/</link>
		<comments>http://elinux.wordpress.com/2007/07/02/internet-lebih-cepat-matikan-service-ipv6/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 07:09:48 +0000</pubDate>
		<dc:creator>init_(0)</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://elinux.wordpress.com/2007/07/02/internet-lebih-cepat-matikan-service-ipv6/</guid>
		<description><![CDATA[Bener ga seh klo ipV4 dan ipV6 sering ga&#8217; kompak, tapi paling gak klo ga dibutuhkan ya dimatikan saja!
gnome desktop
gksudo gedit /etc/modprobe.d/aliases
KDE desktop
kdesu kate /etc/modprobe.d/aliases
Cari bagian ini :
# network protocols ################################################## ########
alias net-pf-1 unix
alias net-pf-2 ipv4
alias net-pf-3 ax25
alias net-pf-4 ipx
alias net-pf-5 appletalk
alias net-pf-6 netrom
alias net-pf-7 bridge
alias net-pf-8 atm
alias net-pf-9 x25
# 1, 2, 3 new lines
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elinux.wordpress.com&blog=813027&post=34&subd=elinux&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://elinux.wordpress.com/2007/07/02/internet-lebih-cepat-matikan-service-ipv6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/379b1cbbeb857cb4e327bfc2a57cc9a2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">init_(0)</media:title>
		</media:content>
	</item>
		<item>
		<title>Simpel Source List Feisty</title>
		<link>http://elinux.wordpress.com/2007/06/26/simpel-source-list-feisty/</link>
		<comments>http://elinux.wordpress.com/2007/06/26/simpel-source-list-feisty/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 16:08:07 +0000</pubDate>
		<dc:creator>init_(0)</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://elinux.wordpress.com/2007/06/26/simpel-source-list-feisty/</guid>
		<description><![CDATA[ sudo vim /etc/apt/source.list
deb http://kambing.ui.edu/ubuntu/ feisty main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ feisty-updates main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ feisty-backports main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ feisty-security main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ feisty-proposed main restricted universe multiverse
pake miror indika.net
deb http://ubuntu.indika.net.id/ feisty main restricted universe multiverse
deb http://ubuntu.indika.net.id/ feisty-updates main restricted universe multiverse
deb http://ubuntu.indika.net.id/ feisty-backports main restricted universe multiverse
deb http://ubuntu.indika.net.id/ feisty-security [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elinux.wordpress.com&blog=813027&post=33&subd=elinux&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://elinux.wordpress.com/2007/06/26/simpel-source-list-feisty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/379b1cbbeb857cb4e327bfc2a57cc9a2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">init_(0)</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrade Gaim &gt; Pidgin</title>
		<link>http://elinux.wordpress.com/2007/06/06/upgrade-gaim-pidgin/</link>
		<comments>http://elinux.wordpress.com/2007/06/06/upgrade-gaim-pidgin/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 03:25:08 +0000</pubDate>
		<dc:creator>init_(0)</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://elinux.wordpress.com/2007/06/06/upgrade-gaim-pidgin/</guid>
		<description><![CDATA[Sudah tau &#8220;Pidgin&#8221;, ya betul generasi penerus Gaim ini  ganti nama lantaran perseteruan dengan aol, dari pada pusing mending ganti nama deh, klo nanti nama gue ada yang komplain perlu ganti nama juga kali? hmm, overall menurut ku sih lebih oks, ga percyaa buktiin aja , meski  tetep blom &#8220;support cam&#8221; padahal yang ini di [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elinux.wordpress.com&blog=813027&post=32&subd=elinux&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://elinux.wordpress.com/2007/06/06/upgrade-gaim-pidgin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/379b1cbbeb857cb4e327bfc2a57cc9a2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">init_(0)</media:title>
		</media:content>
	</item>
	</channel>
</rss>