<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="0.92">
<channel>
	<title>nah ini dia...</title>
	<link>http://akbar.info</link>
	<description>Botak, ngejeans...it's me :)</description>
	<lastBuildDate>Thu, 07 Sep 2006 09:07:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Mengamankan webservices dengan ModSecurity</title>
		<description>Saat ini web merupakan salah satu pelayan layanan informasi yang banyak diakses oleh pengguna internet di dunia. Sebagai salah satu layanan informasi maka perlu dibangun model pengamanan terhadap request yang dating pada webserver tersebut, dimana secara default webservices ini seringkali rentan terhadap serangan-serangan yang datang. Bentuk bentuk serangan ini pada ...</description>
		<link>http://akbar.info/index.php/2006/09/07/mengamankan-webservices-dengan-modsecurity/</link>
			</item>
	<item>
		<title>Bridging ethernet &#038; wireless di linux</title>
		<description>Bridge diperlukan jika kita ingin mengkoneksikan 2 alamat fisik menjadi 1 alamat logical (dua interface itu berada dalam 1 subnet, demikian pula device-device lain yang memiliki keterhubungan dengan mereka), bridge dikenal sebagai 802.1d, katakanlah kita ingin mem-bridge-kan linux kita yang memiliki interface eth0 dan wlan0.



Untuk dapat mengconfigure bridging di linux ...</description>
		<link>http://akbar.info/index.php/2006/09/03/bridging-ethernet-wireless-di-linux/</link>
			</item>
	<item>
		<title>wget to work with proxy and proxy authentification</title>
		<description>From ArchWiki
For cvbcvb this example, you want to run wget inside a network environment, where a proxy requests authentification. The following scenario is typical for Windows networks. Let the proxy have the IP 192.168.10.11, listening on port 8080. In this ebcxample, for authentification you have to submit the name of ...</description>
		<link>http://akbar.info/index.php/2006/09/02/wget-to-work-with-proxy-and-proxy-authentification/</link>
			</item>
	<item>
		<title>tree.pl. Creates a structured HTML list (&#8217;sitemap&#8217;) of files.</title>
		<description>download here </description>
		<link>http://akbar.info/index.php/2006/09/02/treepl-creates-a-structured-html-list-sitemap-of-files/</link>
			</item>
	<item>
		<title>Detailed security howto (one of)</title>
		<description>First thing, I would recommend to do in addition to following TrinityOS for your needed purposes, read LDP's Security HOWTO for a more detailed explanation of what to do. Interestingly enough, I never read it until recently and a LOT of things I had independantly recommend was already in the ...</description>
		<link>http://akbar.info/index.php/2006/09/02/detailed-security-howto-one-of/</link>
			</item>
	<item>
		<title>Replace a word in all text files in a directory</title>
		<description>#!/usr/bin/perl
# A utility to replace substrings in all text files in a directory
# copyright 1999, M. David Green
# http://www.greenthing.com/
#
# Usage: replacer.pl directory oldstring newstring
#


if (($ARGV[0] eq "") &#124;&#124; ($ARGV[0] eq "?")) {
print "A utility to replace substrings in all text files in a directory\n";
print "Usage: replacer.pl path oldstring newstring\n";
end;
} else ...</description>
		<link>http://akbar.info/index.php/2006/09/02/replace-a-word-in-all-text-files-in-a-directory/</link>
			</item>
	<item>
		<title>Membatasi IP pengunjung ke situs anda</title>
		<description>Kadang-kadang ada permintaan yang seperti ini, "tolong donk, saya hanya mau orang indo melihat situs saya, orang luar negri ngga bole"

Ok cukup jadikan script dibawah ini sebagai index.php



// Thx to ruddy engineering this script

$allowedip[]="203.130"; // masukkan list network ISP lain dibawah ini
$allowedip[]="202.134";
$allowedip[]="202.159";
$oke=false;
$r=explode(".",$REMOTE_ADDR);
foreach($allowedip as $key=>$val){
if($val==$r[0]) $oke=true;
}
if($oke){
Header("Location: http://akbar.info");
} else {
Header("Location: http://akbar.info/nggabole.html");
}
?> </description>
		<link>http://akbar.info/index.php/2006/09/02/membatasi-ip-pengunjung-ke-situs-anda/</link>
			</item>
	<item>
		<title>compile mod_proxy to existing apache (cpanel can do)</title>
		<description>Mod proxy ini kadang2 kita perlukan untuk mengkoneksikan port tertentu to another webserver dan kadang kala build apache yang kita lakukan by default tidak mengcompile module ini, nah berikut menginsert-kan module mod_proxy ke dalam existing apache.


cd to-your-source-of-apache-build/src/modules/proxy

Bagi Cpanel servers:

cd /home/cpapachebuild/buildapache/apache_1.3.31/src/modules/proxy/

run command:

/usr/local/apache/bin/apxs -i -c *.c

mod_proxy has been created and placed straight
into ...</description>
		<link>http://akbar.info/index.php/2006/09/02/compile-mod_proxy-to-existing-apache-cpanel-can-do/</link>
			</item>
	<item>
		<title>Bengkak, digigit tawon, kena air panas, kulit kebakar</title>
		<description>obat gosok namanya: PAK CHOW YU



Belinya dimana ? nah kebetulan obat gosok ini saya beli di Pontianak :) ngga tau di glodok ada atau ngga.. </description>
		<link>http://akbar.info/index.php/2006/09/02/bengkak-digigit-tawon-kena-air-panas-kulit-kebakar/</link>
			</item>
	<item>
		<title>Kalo batuk berdahak lebih dari 1 minggu</title>
		<description>namanya saya lupa, tapi ini gambarnya:



Mantap pokonya. Makan-nya: Sehari 3x, kalo parah makan 5 pil sekaligus, bentuknya kayak tai kambing :D </description>
		<link>http://akbar.info/index.php/2006/09/02/kalo-batuk-berdahak-lebih-dari-1-minggu/</link>
			</item>
</channel>
</rss>
