<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0" -->
<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/"
	>

<channel>
	<title>vinum.web.id - Learn is a must.....</title>
	<link>http://vinum.web.id</link>
	<description>Anything I must write here!!!</description>
	<pubDate>Wed, 21 Jul 2010 02:40:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>
	<language>en</language>
			<item>
		<title>Menggunakan Gconcat di FreeBSD</title>
		<link>http://vinum.web.id/?p=61</link>
		<comments>http://vinum.web.id/?p=61#comments</comments>
		<pubDate>Wed, 21 Jul 2010 02:40:21 +0000</pubDate>
		<dc:creator>Vinum</dc:creator>
		
	<category>Tutorial</category>
		<guid isPermaLink="false">http://vinum.web.id/?p=61</guid>
		<description><![CDATA[Kondisi awal dengan 1 buah harddisk

#df -h
Filesystem                Size      Used   Avail       Capacity  Mounted on
/dev/da0s1a             989M [...]]]></description>
		<wfw:commentRSS>http://vinum.web.id/?feed=rss2&amp;p=61</wfw:commentRSS>
		</item>
		<item>
		<title>Sharing an Internet connection using a FreeBSD router/firewall</title>
		<link>http://vinum.web.id/?p=60</link>
		<comments>http://vinum.web.id/?p=60#comments</comments>
		<pubDate>Mon, 13 Oct 2008 03:45:04 +0000</pubDate>
		<dc:creator>Vinum</dc:creator>
		
	<category>Tutorial</category>
	<category>FreeBSD</category>
		<guid isPermaLink="false">http://vinum.web.id/?p=60</guid>
		<description><![CDATA[These are my notes from configuring kernel PPP (pppd), a firewall, and Network Address Translation (NAT/masquerading) on FreeBSD 4.10. My goal was to have a shared Internet connection in which my FreeBSD box acts as the Internet router (gateway) and firewall via a dialup connection for other computers on my LAN. 

Recompile the FreeBSD kernel [...]]]></description>
		<wfw:commentRSS>http://vinum.web.id/?feed=rss2&amp;p=60</wfw:commentRSS>
		</item>
		<item>
		<title>How to install APF (Advanced Policy Firewall)</title>
		<link>http://vinum.web.id/?p=59</link>
		<comments>http://vinum.web.id/?p=59#comments</comments>
		<pubDate>Tue, 12 Aug 2008 08:16:46 +0000</pubDate>
		<dc:creator>Vinum</dc:creator>
		
	<category>Tutorial</category>
	<category>Linux</category>
		<guid isPermaLink="false">http://vinum.web.id/?p=59</guid>
		<description><![CDATA[What is APF (Advanced Policy Firewall)? APF Firewall
APF is a policy based iptables firewall system designed for ease of use and configuration. It employs a subset of features to satisfy the veteran Linux user and the novice alike. Packaged in tar.gz format and RPM formats, make APF ideal for deployment in many server environments based [...]]]></description>
		<wfw:commentRSS>http://vinum.web.id/?feed=rss2&amp;p=59</wfw:commentRSS>
		</item>
		<item>
		<title>Block IP yang berusaha login / Brute Attack (FTP&#038;SSH)</title>
		<link>http://vinum.web.id/?p=58</link>
		<comments>http://vinum.web.id/?p=58#comments</comments>
		<pubDate>Wed, 13 Feb 2008 03:29:21 +0000</pubDate>
		<dc:creator>Vinum</dc:creator>
		
	<category>Tutorial</category>
	<category>Mikrotik</category>
		<guid isPermaLink="false">http://vinum.web.id/?p=58</guid>
		<description><![CDATA[
Untuk ngedrop/deny/blocking yang coba login ke FTP Service mikrotik Kita (Jika 10 kali gagal login dalam 1 menit, maka IP-nya akan masuk ke blocking address-list) :
  
 
  
/ip firewall filter
 
add chain=input protocol=tcp dst-port=21 src-address-list=ftp_blacklist action=drop
add chain=output action=accept protocol=tcp content="530 Login incorrect" dst-limit=1/1m,9,dst-address/1m 
add chain=output action=add-dst-to-address-list protocol=tcp content="530 Login incorrect" \ address-list=ftp_blacklist [...]]]></description>
		<wfw:commentRSS>http://vinum.web.id/?feed=rss2&amp;p=58</wfw:commentRSS>
		</item>
		<item>
		<title>Block Brute attack / Lamer IP hosts dengan denyhosts</title>
		<link>http://vinum.web.id/?p=56</link>
		<comments>http://vinum.web.id/?p=56#comments</comments>
		<pubDate>Thu, 08 Nov 2007 12:43:40 +0000</pubDate>
		<dc:creator>Vinum</dc:creator>
		
	<category>Tutorial</category>
	<category>FreeBSD</category>
		<guid isPermaLink="false">http://vinum.web.id/?p=56</guid>
		<description><![CDATA[OK pertama-tama yang harus disiapkan adalah all that&#8217;s make you comfort dude  
then&#8230;
let&#8217;s go to work&#8230;

perlu di ingat untuk menjalankan denyhost diperlukan python, jika python belum terinstall maka install lah dulu pythonnya bro..
Step 1#
# cd /usr/ports/lang/python
# make install all
Silahkan tunggu sampai python terinstall (not using long time kok bro)
Next Destination adalah lanjutkan untuk denyhost&#8230;
Step [...]]]></description>
		<wfw:commentRSS>http://vinum.web.id/?feed=rss2&amp;p=56</wfw:commentRSS>
		</item>
		<item>
		<title>INSTALL DJBDNS ( DNS SERVER )(OpenBSD)</title>
		<link>http://vinum.web.id/?p=55</link>
		<comments>http://vinum.web.id/?p=55#comments</comments>
		<pubDate>Fri, 02 Nov 2007 08:40:36 +0000</pubDate>
		<dc:creator>Vinum</dc:creator>
		
	<category>Tutorial</category>
	<category>OpenBSD</category>
		<guid isPermaLink="false">http://vinum.web.id/?p=55</guid>
		<description><![CDATA[Source Package Yang Dibutuhkan :
1. daemontools-0.76.tar.gz
2. ucspi-tcp-0.88.tar.gz
3. djbdns-1.05.tar.gz
==============================

# mkdir /usr/local/src ( taruh ucspi-tcp-0.88.tar.gz dan djbdns-1.05.tar.gz pada directory ini )
====================
INSTALL DAEMONTOOLS=
====================
# mkdir /package ( letakkan daemontools-0.76.tar.gz disini )
# chmod 1755 /package
# cd /package
# tar -zxvf daemontools-0.76.tar.gz
# cd admin/daemontools-0.76
# package/install
# csh -cf &#8216;/command/svscanboot &#038;&#8217;
=======================
INSTALL ucspi-tcp-0.88=
=======================
# cd /usr/local/src
# tar -zxvf ucspi-tcp-0.88.tar.gz
# cd ucspi-tcp-0.88
# make setup check
===============
INSTALL DJBDNS=
===============
# groupadd [...]]]></description>
		<wfw:commentRSS>http://vinum.web.id/?feed=rss2&amp;p=55</wfw:commentRSS>
		</item>
		<item>
		<title>Membangun Mail Server di Linux Dengan Qmail-Toaster</title>
		<link>http://vinum.web.id/?p=54</link>
		<comments>http://vinum.web.id/?p=54#comments</comments>
		<pubDate>Thu, 25 Oct 2007 04:27:36 +0000</pubDate>
		<dc:creator>Vinum</dc:creator>
		
	<category>Tutorial</category>
	<category>Linux</category>
		<guid isPermaLink="false">http://vinum.web.id/?p=54</guid>
		<description><![CDATA[Download script auto installernya &#8211;> http://www.qmailtoaster.com/info/current-download-script.sh
setelah selesai mendownloadnya kita tinggal menjalankan script untuk mendownloadnya dengan perintah :

#sh current-download-script.sh
Silahkan menunggu sambil ngopi2 + ngeroko2 or something u like   (Lumayan lama seehh tergantung bw dan spek server kita juga  ) sampai proses selesai…..
qmailtoaster sudah menyediakan beberapa script OS untuk installasinya seperti:
CentOS Installation Scripts: http://www.qmailtoaster.com/centos/
Fedora [...]]]></description>
		<wfw:commentRSS>http://vinum.web.id/?feed=rss2&amp;p=54</wfw:commentRSS>
		</item>
	</channel>
</rss>
