<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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>ThrashBit</title>
	<link>http://ramadhan.opensuse-id.org</link>
	<description>dadan's digital lullaby</description>
	<pubDate>Mon, 25 May 2009 11:39:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Connecting to old pix</title>
		<link>http://ramadhan.opensuse-id.org/2009/05/25/connecting-to-old-pix/</link>
		<comments>http://ramadhan.opensuse-id.org/2009/05/25/connecting-to-old-pix/#comments</comments>
		<pubDate>Mon, 25 May 2009 11:39:14 +0000</pubDate>
		<dc:creator>ramadhan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Microblog]]></category>

		<category><![CDATA[pix]]></category>

		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://ramadhan.opensuse-id.org/2009/05/25/connecting-to-old-pix/</guid>
		<description><![CDATA[I&#8217;ve got an very old cisco pix. It stay on 6.x version. Sure, i was unable to connect via ssh from linux into my old pix. So, here is trick :
ssh -v -1 -c des &#60;my-old-pix&#62;
]]></description>
		<wfw:commentRss>http://ramadhan.opensuse-id.org/2009/05/25/connecting-to-old-pix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reverse Proxying Using Squid 3.0</title>
		<link>http://ramadhan.opensuse-id.org/2009/05/17/reverse-proxying-using-squid-30/</link>
		<comments>http://ramadhan.opensuse-id.org/2009/05/17/reverse-proxying-using-squid-30/#comments</comments>
		<pubDate>Sun, 17 May 2009 15:18:42 +0000</pubDate>
		<dc:creator>ramadhan</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<category><![CDATA[Squid]]></category>

		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://ramadhan.opensuse-id.org/2009/05/17/reverse-proxying-using-squid-30/</guid>
		<description><![CDATA[For some reason, I need to protect and also publish the internal DMZ webserver. I thought reverse proxying will fit in this circumstance.
So, after upgrading my squid into version 3.x, I modified squid.conf.
After some searching and testing, main configuration of reverse proxying will only need :
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
acl all src 0.0.0.0/0.0.0.0
visible_hostname localhost
icp_access allow all
http_port 80 transparent
# hook [...]]]></description>
		<wfw:commentRss>http://ramadhan.opensuse-id.org/2009/05/17/reverse-proxying-using-squid-30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Backup files into ISO using genisoimage</title>
		<link>http://ramadhan.opensuse-id.org/2009/05/17/backup-into-iso-using-genisoimage/</link>
		<comments>http://ramadhan.opensuse-id.org/2009/05/17/backup-into-iso-using-genisoimage/#comments</comments>
		<pubDate>Sun, 17 May 2009 14:50:20 +0000</pubDate>
		<dc:creator>ramadhan</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[opensuse]]></category>

		<category><![CDATA[commandline]]></category>

		<category><![CDATA[iso]]></category>

		<guid isPermaLink="false">http://ramadhan.opensuse-id.org/2009/05/17/backup-into-iso-using-genisoimage/</guid>
		<description><![CDATA[I often need to do this : backing up huge amount of file in single directories into iso images, so my companion would be able to read in their windows machine. Here is the commands :
genisoimage -o office.iso -iso-level 4 -joliet-long -max-iso9660-filenames -d (dir you want to backup into iso image)
I often forget this series [...]]]></description>
		<wfw:commentRss>http://ramadhan.opensuse-id.org/2009/05/17/backup-into-iso-using-genisoimage/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
