<?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>John Bernard Abella [blog]</title>
	<atom:link href="http://www.johnbernardabella.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnbernardabella.com</link>
	<description>A System Admin&#039;s Notebook, A Programmers Journal</description>
	<lastBuildDate>Sun, 05 Feb 2012 14:13:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Check if folder exist on bash command</title>
		<link>http://www.johnbernardabella.com/check-if-folder-exist-on-bash-command/</link>
		<comments>http://www.johnbernardabella.com/check-if-folder-exist-on-bash-command/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 14:13:33 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Linux Help]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[folder checking sh]]></category>

		<guid isPermaLink="false">http://www.johnbernardabella.com/?p=68</guid>
		<description><![CDATA[if [ ! -e "$BACKUPDIR/latest" ] # Check Latest Directory exists. then mkdir -p &#8220;$BACKUPDIR/latest&#8221; fi]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>if [ ! -e "$BACKUPDIR/latest" ]	# Check Latest Directory exists.<br />
then<br />
mkdir -p &#8220;$BACKUPDIR/latest&#8221;<br />
fi</p>
<div class="shr-publisher-68"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/check-if-folder-exist-on-bash-command/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Windows 2008 server on a dynamic disk drive</title>
		<link>http://www.johnbernardabella.com/install-windows-2008-server-on-a-dynamic-disk-drive/</link>
		<comments>http://www.johnbernardabella.com/install-windows-2008-server-on-a-dynamic-disk-drive/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 16:39:24 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Windows Help]]></category>

		<guid isPermaLink="false">http://www.johnbernardabella.com/?p=114</guid>
		<description><![CDATA[A week ago I was task to build a server with windows 2008 server and MSSQL Server. I made some stress testing on the hardware but Im am not aware that two hard drive installed was previously installed with windows 2008 server windows raid also enable. During the installation process I have noticed that both [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A week ago I was task to build a server with windows 2008 server and MSSQL Server. I made some stress testing on the hardware but Im am not aware that two hard drive installed was previously installed with windows 2008 server windows raid also enable.</p>
<p>During the installation process I have noticed that both disk is already dynamic. I try to remove the partition and remove format the disk. It seems that windows installation can&#8217;t remove any dynamic disk and can&#8217;t break the windows raid.</p>
<p>Solution:<br />
Remove the dynamic disk and make it basic disk.</p>
<p>Steps:<br />
1. Boot the Windows 2008 installation disk<br />
2. Select repair instead of install<br />
3. User DISKPART utility to remove revert the basic volume, Use the following commands below:<br />
<code>X:/>diskpart<br />
</code><br />
List the volume and find the volume # you want to convert<br />
<code><br />
DISKPART> list volume<br />
  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info<br />
  ----------  ---  -----------  -----  ----------  -------  ---------  --------<br />
  Volume 0                      NTFS   DYNAMIC     *** GB  Healthy<br />
  Volume 1                      NTFS   DYNAMIC     *** MB  Healthy<br />
</code><br />
<br />
Select the volume N=Volume number, needs to be converted<br />
<code><br />
DISKPART> select volume=N<br />
</code><br />
Remove the volume<br />
<code><br />
DISKPART> volume remove<br />
</code><br />
Restore the basic volume, need to check what disk drive that have no volume<br />
<code><br />
DISKPART> list disk<br />
  Disk ###  Status         Size     Free     Dyn  Gpt<br />
  --------  -------------  -------  -------  ---  ---<br />
  Disk 0    Online          *** GB  1024 KB<br />
  Disk 1    Online          *** B      0 B<br />
</code><br />
Select the drive N=disk number<br />
<code><br />
DISKPART> select disk=N<br />
</code><br />
Convert the the selected disk to basic volume<br />
<code><br />
DISKPART> convert basic<br />
</code><br />
The disk is now converted to basic disk, when you install again the windows 2008 it will show the disk is unallocated. Diskpart save my day!!! thanks to my colleagues for support!</p>
<p>DISCLAIMER: The above action will result data lost. The process meet the needs of the author to complete the task. The author is NOT responsible in any data lost or any damage cause with this action. Play diskpart at your own risk!</p>
<div class="shr-publisher-114"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/install-windows-2008-server-on-a-dynamic-disk-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using andriod</title>
		<link>http://www.johnbernardabella.com/using-andriod/</link>
		<comments>http://www.johnbernardabella.com/using-andriod/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 23:16:38 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Internet Updates]]></category>
		<category><![CDATA[andriod]]></category>
		<category><![CDATA[mobil blogging]]></category>

		<guid isPermaLink="false">http://m.johnbernardabella.com/using-andriod/</guid>
		<description><![CDATA[Just install andriod.wordpress.org app start mobil blogging.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://www.johnbernardabella.com/wp-content/uploads/2010/12/wpid-1291187708960.jpg" /></p>
<p>Just install andriod.wordpress.org app start mobil blogging. </p>
<div class="shr-publisher-107"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/using-andriod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New mobile version</title>
		<link>http://www.johnbernardabella.com/new-mobile-version/</link>
		<comments>http://www.johnbernardabella.com/new-mobile-version/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 01:21:51 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Internet Updates]]></category>

		<guid isPermaLink="false">http://m.johnbernardabella.com/new-mobile-version/</guid>
		<description><![CDATA[just installed mobile version to my blog http://m.johnbernardabella.com]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>just installed mobile version to my blog http://m.johnbernardabella.com</p>
<div class="shr-publisher-105"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/new-mobile-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bday treat for Mom</title>
		<link>http://www.johnbernardabella.com/bday-treat-for-mom/</link>
		<comments>http://www.johnbernardabella.com/bday-treat-for-mom/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:27:02 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Internet Updates]]></category>

		<guid isPermaLink="false">http://www.johnbernardabella.com/bday-treat-for-mom/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='posterous_autopost'><a href='http://posterous.com/getfile/files.posterous.com/jbabella/y5as0Ki4SdePdAXQngcEZ9MC5RKtu9n3XlPNacNjedAYAmZNpO1hLgXY0E3g/IMG_0071.jpg.scaled.1000.jpg'><img src="http://posterous.com/getfile/files.posterous.com/jbabella/4e13yWEZGEJsQO24K7vexZ0mFPslMPbWd5kerB8EJeOvci2jDUizqGeN5Bsb/IMG_0071.jpg.scaled.500.jpg" width="500" height="334"/></a> </div>
<div class="shr-publisher-101"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/bday-treat-for-mom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Post</title>
		<link>http://www.johnbernardabella.com/test-post/</link>
		<comments>http://www.johnbernardabella.com/test-post/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 09:24:06 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Internet Updates]]></category>

		<guid isPermaLink="false">http://www.johnbernardabella.com/test-post/</guid>
		<description><![CDATA[Post from posterous.com Posted via email from jbabella&#8217;s posterous]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='posterous_autopost'>Post from <a href="http://posterous.com">posterous.com</a>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://jbabella.posterous.com/test-post-uAnrG">jbabella&#8217;s posterous</a>  </p>
</p></div>
<div class="shr-publisher-100"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/test-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Im back online!</title>
		<link>http://www.johnbernardabella.com/im-back-online/</link>
		<comments>http://www.johnbernardabella.com/im-back-online/#comments</comments>
		<pubDate>Thu, 20 May 2010 17:52:00 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Internet Updates]]></category>

		<guid isPermaLink="false">http://www.johnbernardabella.com/im-back-online/</guid>
		<description><![CDATA[Thanks to brad boi for letting me know im suspended.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Thanks to brad boi for letting me know im suspended.</p>
<div class="shr-publisher-88"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/im-back-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nautilus cannot handle &#8220;computer&#8221; location on Ubuntu(Karmic Kaula)</title>
		<link>http://www.johnbernardabella.com/nautilus-cannot-handle-computer-location-on-ubuntu-karmic-kaula/</link>
		<comments>http://www.johnbernardabella.com/nautilus-cannot-handle-computer-location-on-ubuntu-karmic-kaula/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 07:43:32 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Internet Updates]]></category>
		<category><![CDATA[Linux Help]]></category>
		<category><![CDATA[Karmic Kaula]]></category>
		<category><![CDATA[Nautilus]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.johnbernardabella.com/?p=83</guid>
		<description><![CDATA[Problem: Last week i have experiencing error during opening Computer, Network Folders, Destop and Recycle bin on Ubuntu Karmic Kuala. And flash drive cant do the automount anymore. The error says : Nautilus cannot handle "computer" location I found out that i have upgraded my glib library under /usr/local few days ago. Solution: Remove /usr/local [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Problem:</p>
<p>Last week i have experiencing error during opening Computer, Network Folders, Destop and Recycle bin on Ubuntu Karmic Kuala. And flash drive cant do the automount anymore.</p>
<p>The error says :</p>
<p><code>Nautilus cannot handle "computer" location</code></p>
<p>I found out that i have upgraded my glib library under /usr/local few days ago.</p>
<p>Solution:</p>
<p>Remove /usr/local<br />
<code>sudo mv /usr/local /usr/local.old</code></p>
<p>create /usr/local<br />
<code>sudo mkdir /usr/local</code></p>
<p>restart your computer.</p>
<p>Try to check you computer folder and its working! Good luck!</p>
<p>Updated: correction from Amar Patil, Thanks&#8230;.</p>
<div class="shr-publisher-83"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/nautilus-cannot-handle-computer-location-on-ubuntu-karmic-kaula/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Move out from godaddy to local webhosting Vertito.com</title>
		<link>http://www.johnbernardabella.com/move-out-from-godaddy-to-local-webhosting-vertito-com/</link>
		<comments>http://www.johnbernardabella.com/move-out-from-godaddy-to-local-webhosting-vertito-com/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 07:43:36 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Internet Updates]]></category>

		<guid isPermaLink="false">http://www.johnbernardabella.com/?p=78</guid>
		<description><![CDATA[Finally all my domains are moved to my new host at VERTITO.COM]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Finally all my domains are moved to my new host at <a href="http://clients.vertito.com/aff.php?aff=008">VERTITO.COM</a></p>
<div class="shr-publisher-78"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/move-out-from-godaddy-to-local-webhosting-vertito-com/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hamachi killed after upgrading to Ubuntu 9.10</title>
		<link>http://www.johnbernardabella.com/hamachi-killed-after-upgrading-to-ubuntu-9-10/</link>
		<comments>http://www.johnbernardabella.com/hamachi-killed-after-upgrading-to-ubuntu-9-10/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 05:38:01 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Linux Help]]></category>
		<category><![CDATA[hamachi]]></category>
		<category><![CDATA[hamachi killied]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu upgrade]]></category>

		<guid isPermaLink="false">http://www.johnbernardabella.com/?p=70</guid>
		<description><![CDATA[Hamachi killed after upgrading Ubuntu 9.10 (Karmic Koala). This is because hamachi executable is compressed with upx. Steps in uncompressing Hamachi with upx 1. Install upx-ucl (make sure you have root or sudo privileged) sudo apt-get install upx-ucl 2. locate hamachi executable (default installation /usr/bin) cd /usr/bin 3. decompress hamachi sudo upx -d hamachi after [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hamachi killed after upgrading Ubuntu 9.10 (Karmic Koala). This is because hamachi executable is compressed with upx.</p>
<p>Steps in uncompressing Hamachi with upx</p>
<div style="margin: 4px; float: left;"></div>
<p>1. Install upx-ucl (make sure you have root or sudo privileged)</p>
<pre class="brush: bash">sudo apt-get install upx-ucl</pre>
<p>2. locate hamachi executable (default installation /usr/bin)</p>
<pre class="brush: bash">cd /usr/bin</pre>
<p>3. decompress hamachi</p>
<pre class="brush: bash">sudo upx -d hamachi</pre>
<p>after executing this commands you will see this outputs</p>
<pre class="brush: bash">Ultimate Packer for eXecutables
  Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007
UPX 3.01        Markus Oberhumer, Laszlo Molnar &#038; John Reiser   Jul 31st 2007

        File size         Ratio      Format      Name
   --------------------   ------   -----------   -----------
    830676 < -    331144   39.86%    linux/386    hamachi

Unpacked 1 file.
</pre>
<p>And now you are read to run hamachi... enjoy!</pre>
<div class="shr-publisher-70"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/hamachi-killed-after-upgrading-to-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

