<?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/"
	>

<channel>
	<title>it is macro &#187; bayu</title>
	<atom:link href="http://macro.reboot.web.id/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://macro.reboot.web.id</link>
	<description>it is not 140</description>
	<lastBuildDate>Thu, 12 Aug 2010 05:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Text write macro for excel http://www.sm&#8230;</title>
		<link>http://macro.reboot.web.id/2010/08/12/text-write-macro-for-excel-httpwww-sm/</link>
		<comments>http://macro.reboot.web.id/2010/08/12/text-write-macro-for-excel-httpwww-sm/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 05:15:05 +0000</pubDate>
		<dc:creator>bayu</dc:creator>
				<category><![CDATA[link]]></category>
		<category><![CDATA[excel. wind0ws]]></category>

		<guid isPermaLink="false">http://macro.reboot.web.id/2010/08/12/text-write-macro-for-excel-httpwww-sm/</guid>
		<description><![CDATA[Text write macro for excel http://www.smokeylake.com/excel/text_write_program.htm]]></description>
			<content:encoded><![CDATA[<p>Text write macro for excel</p>
<p><a href="http://www.smokeylake.com/excel/text_write_program.htm" rel="nofollow">http://www.smokeylake.com/excel/text_write_program.htm</a></p>]]></content:encoded>
			<wfw:commentRss>http://macro.reboot.web.id/2010/08/12/text-write-macro-for-excel-httpwww-sm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBoxManage sharedfolder add &#8220;VM name&#8221; &#8230;</title>
		<link>http://macro.reboot.web.id/2010/07/28/vboxmanage-sharedfolder-add-vm-name/</link>
		<comments>http://macro.reboot.web.id/2010/07/28/vboxmanage-sharedfolder-add-vm-name/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 07:31:58 +0000</pubDate>
		<dc:creator>bayu</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[headless]]></category>
		<category><![CDATA[q&d]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://macro.reboot.web.id/2010/07/28/vboxmanage-sharedfolder-add-vm-name/</guid>
		<description><![CDATA[VBoxManage sharedfolder add &#8220;VM name&#8221; &#8211;name &#8220;sharename&#8221; &#8211;hostpath &#8220;C:\test&#8221;]]></description>
			<content:encoded><![CDATA[<p>VBoxManage sharedfolder add &#8220;VM name&#8221; &#8211;name &#8220;sharename&#8221; &#8211;hostpath &#8220;C:\test&#8221;</p>]]></content:encoded>
			<wfw:commentRss>http://macro.reboot.web.id/2010/07/28/vboxmanage-sharedfolder-add-vm-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBoxManage clonehd VBoxManage createvm V&#8230;</title>
		<link>http://macro.reboot.web.id/2010/07/28/vboxmanage-clonehd-vboxmanage-createvm-v/</link>
		<comments>http://macro.reboot.web.id/2010/07/28/vboxmanage-clonehd-vboxmanage-createvm-v/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 18:59:52 +0000</pubDate>
		<dc:creator>bayu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[q&d]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://macro.reboot.web.id/2010/07/28/vboxmanage-clonehd-vboxmanage-createvm-v/</guid>
		<description><![CDATA[quick-and-dirty guide how to produce new vbox from pre-made vdi VBoxManage clonehd [sourcevdi] [new_vdi] VBoxManage createvm &#8211;name [new_vm_name] &#8211;ostype [ostype] &#8211;register VBoxManage modifyvm [new_vm_name] &#8211;memory [mem] &#8211;nic1 bridged &#8211;bridgeadapter1 [ethx] &#8211;vrdp on &#8211;vrdpport [port] VBoxManage storagectl [new_vm_name] &#8211;name &#8220;IDE&#8221; &#8211;add ide &#8211;controller PIIX4 VBoxManage storageattach [new_vm_name] &#8211;storagectl &#8220;IDE&#8221; &#8211;port 0 &#8211;device 0 &#8211;type hdd &#8211;medium [...]]]></description>
			<content:encoded><![CDATA[<p>quick-and-dirty guide how to produce new vbox from pre-made vdi</p>
<p>VBoxManage clonehd [sourcevdi] [new_vdi]<br />
VBoxManage createvm &#8211;name [new_vm_name] &#8211;ostype [ostype] &#8211;register<br />
VBoxManage modifyvm [new_vm_name] &#8211;memory [mem] &#8211;nic1 bridged &#8211;bridgeadapter1 [ethx] &#8211;vrdp on &#8211;vrdpport [port]<br />
VBoxManage storagectl [new_vm_name] &#8211;name &#8220;IDE&#8221; &#8211;add ide &#8211;controller PIIX4<br />
VBoxManage storageattach [new_vm_name] &#8211;storagectl &#8220;IDE&#8221; &#8211;port 0 &#8211;device 0 &#8211;type hdd &#8211;medium [new_vdi]<br />
VBoxManage storageattach [new_vm_name] &#8211;storagectl &#8220;IDE&#8221; &#8211;port 1 &#8211;device 0 &#8211;type hdd &#8211;medium /path/to/iso-ora-iso</p>]]></content:encoded>
			<wfw:commentRss>http://macro.reboot.web.id/2010/07/28/vboxmanage-clonehd-vboxmanage-createvm-v/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resources needed by OMW Agent http://for&#8230;</title>
		<link>http://macro.reboot.web.id/2010/07/01/resources-needed-by-omw-agent-httpfor/</link>
		<comments>http://macro.reboot.web.id/2010/07/01/resources-needed-by-omw-agent-httpfor/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 13:24:33 +0000</pubDate>
		<dc:creator>bayu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OM]]></category>

		<guid isPermaLink="false">http://macro.reboot.web.id/2010/07/01/resources-needed-by-omw-agent-httpfor/</guid>
		<description><![CDATA[Resources needed by OMW Agent http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1277990383213+28353475&#38;threadId=592989]]></description>
			<content:encoded><![CDATA[<p>Resources needed by OMW Agent</p>
<p><a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1277990383213+28353475&amp;threadId=592989" rel="nofollow">http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1277990383213+28353475&amp;threadId=592989</a></p>]]></content:encoded>
			<wfw:commentRss>http://macro.reboot.web.id/2010/07/01/resources-needed-by-omw-agent-httpfor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>editing GPS tracks in mapsource and goog&#8230;</title>
		<link>http://macro.reboot.web.id/2010/05/31/editing-gps-tracks-in-mapsource-and-goog/</link>
		<comments>http://macro.reboot.web.id/2010/05/31/editing-gps-tracks-in-mapsource-and-goog/#comments</comments>
		<pubDate>Mon, 31 May 2010 09:05:23 +0000</pubDate>
		<dc:creator>bayu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[spatial]]></category>

		<guid isPermaLink="false">http://macro.reboot.web.id/2010/05/31/editing-gps-tracks-in-mapsource-and-goog/</guid>
		<description><![CDATA[editing GPS tracks in mapsource and google earth http://googleearth2mapsource.wikispaces.com/]]></description>
			<content:encoded><![CDATA[<p>editing GPS tracks in mapsource and google earth</p>
<p><a href="http://googleearth2mapsource.wikispaces.com/" rel="nofollow">http://googleearth2mapsource.wikispaces.com/</a></p>]]></content:encoded>
			<wfw:commentRss>http://macro.reboot.web.id/2010/05/31/editing-gps-tracks-in-mapsource-and-goog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Procurve Switch Selector http://www.p&#8230;</title>
		<link>http://macro.reboot.web.id/2010/05/17/hp-procurve-switch-selector-httpwww-p/</link>
		<comments>http://macro.reboot.web.id/2010/05/17/hp-procurve-switch-selector-httpwww-p/#comments</comments>
		<pubDate>Mon, 17 May 2010 03:08:05 +0000</pubDate>
		<dc:creator>bayu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://macro.reboot.web.id/2010/05/17/hp-procurve-switch-selector-httpwww-p/</guid>
		<description><![CDATA[HP Procurve Switch Selector http://www.procurve.com/Products/Selector/switches/index.htm]]></description>
			<content:encoded><![CDATA[<p>HP Procurve Switch Selector</p>
<p><a href="http://www.procurve.com/Products/Selector/switches/index.htm" rel="nofollow">http://www.procurve.com/Products/Selector/switches/index.htm</a></p>]]></content:encoded>
			<wfw:commentRss>http://macro.reboot.web.id/2010/05/17/hp-procurve-switch-selector-httpwww-p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>real life squid cache examples http://ww&#8230;</title>
		<link>http://macro.reboot.web.id/2010/05/15/real-life-squid-cache-examples-httpww/</link>
		<comments>http://macro.reboot.web.id/2010/05/15/real-life-squid-cache-examples-httpww/#comments</comments>
		<pubDate>Sat, 15 May 2010 12:18:10 +0000</pubDate>
		<dc:creator>bayu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[squid]]></category>

		<guid isPermaLink="false">http://macro.reboot.web.id/2010/05/15/real-life-squid-cache-examples-httpww/</guid>
		<description><![CDATA[real life squid cache examples http://www.ircache.net/Configuration/]]></description>
			<content:encoded><![CDATA[<p>real life squid cache examples</p>
<p><a href="http://www.ircache.net/Configuration/" rel="nofollow">http://www.ircache.net/Configuration/</a></p>]]></content:encoded>
			<wfw:commentRss>http://macro.reboot.web.id/2010/05/15/real-life-squid-cache-examples-httpww/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google maps quadtree tiling system http:&#8230;</title>
		<link>http://macro.reboot.web.id/2010/05/09/google-maps-quadtree-tiling-system-http/</link>
		<comments>http://macro.reboot.web.id/2010/05/09/google-maps-quadtree-tiling-system-http/#comments</comments>
		<pubDate>Sun, 09 May 2010 13:06:03 +0000</pubDate>
		<dc:creator>bayu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[gmaps]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[quadtree]]></category>

		<guid isPermaLink="false">http://macro.reboot.web.id/2010/05/09/google-maps-quadtree-tiling-system-http/</guid>
		<description><![CDATA[google maps quadtree tiling system http://locationcube.blogspot.com/2008/09/google-maps-quadtree-tiling-system.html]]></description>
			<content:encoded><![CDATA[<p>google maps quadtree tiling system</p>
<p><a href="http://locationcube.blogspot.com/2008/09/google-maps-quadtree-tiling-system.html" rel="nofollow">http://locationcube.blogspot.com/2008/09/google-maps-quadtree-tiling-system.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://macro.reboot.web.id/2010/05/09/google-maps-quadtree-tiling-system-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google maps quadtree http://intepid.com/&#8230;</title>
		<link>http://macro.reboot.web.id/2010/05/09/google-maps-quadtree-httpintepid-com/</link>
		<comments>http://macro.reboot.web.id/2010/05/09/google-maps-quadtree-httpintepid-com/#comments</comments>
		<pubDate>Sun, 09 May 2010 13:05:09 +0000</pubDate>
		<dc:creator>bayu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[gmaps]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://macro.reboot.web.id/2010/05/09/google-maps-quadtree-httpintepid-com/</guid>
		<description><![CDATA[google maps quadtree http://intepid.com/2005-07-17/21.50/]]></description>
			<content:encoded><![CDATA[<p>google maps quadtree</p>
<p><a href="http://intepid.com/2005-07-17/21.50/" rel="nofollow">http://intepid.com/2005-07-17/21.50/</a></p>]]></content:encoded>
			<wfw:commentRss>http://macro.reboot.web.id/2010/05/09/google-maps-quadtree-httpintepid-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google map tiler http://www.maptiler.org&#8230;</title>
		<link>http://macro.reboot.web.id/2010/05/09/google-map-tiler-httpwww-maptiler-org/</link>
		<comments>http://macro.reboot.web.id/2010/05/09/google-map-tiler-httpwww-maptiler-org/#comments</comments>
		<pubDate>Sun, 09 May 2010 12:57:12 +0000</pubDate>
		<dc:creator>bayu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[gmaps]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://macro.reboot.web.id/2010/05/09/google-map-tiler-httpwww-maptiler-org/</guid>
		<description><![CDATA[google map tiler http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/]]></description>
			<content:encoded><![CDATA[<p>google map tiler</p>
<p><a href="http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/" rel="nofollow">http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/</a></p>]]></content:encoded>
			<wfw:commentRss>http://macro.reboot.web.id/2010/05/09/google-map-tiler-httpwww-maptiler-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
