<?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>Tony Baltazar &#187; Apple</title>
	<atom:link href="http://abaltazar.org/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://abaltazar.org</link>
	<description>Technology / Security / Free Software / Programming</description>
	<lastBuildDate>Tue, 27 Jul 2010 06:21:56 +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>watch command line utility for alternative for Mac OS X</title>
		<link>http://abaltazar.org/2010/07/04/watch-gnu-command-line-utility-for-mac-os-x/</link>
		<comments>http://abaltazar.org/2010/07/04/watch-gnu-command-line-utility-for-mac-os-x/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 16:34:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://abaltazar.org/?p=259</guid>
		<description><![CDATA[I recently purchased the book Practical Ruby for System Administration by Ben Hamou and one of the cool Ruby one-liner command line expressions is one that mimics the watch command. ruby -e 'system "clear; df -h" while sleep 1' Just like the author, for quite a while I&#8217;ve been kind of annoyed by the fact [...]]]></description>
			<content:encoded><![CDATA[<p>I recently purchased the book Practical Ruby for System Administration by Ben Hamou and one of the cool Ruby one-liner command line expressions is one that mimics the watch command.<br />
<code>ruby -e 'system "clear; df -h" while sleep 1'</code></p>
<p>Just like the author, for quite a while I&#8217;ve been kind of annoyed by the fact that Apple doesn&#8217;t include this really useful command line utility. So inspired by the one-liner script, I hacked a small watch command line alternative for OS X.</p>
<p>Download <a href="http://www.abaltazar.org/scripts/watch.rb">watch.rb</a><br />
sudo cp watch.rb /usr/local/bin<br />
wacht.rb &#8216;<em>UNIX command</em>&#8216;</p>
]]></content:encoded>
			<wfw:commentRss>http://abaltazar.org/2010/07/04/watch-gnu-command-line-utility-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Primary laptop</title>
		<link>http://abaltazar.org/2010/05/03/new-primary-laptop/</link>
		<comments>http://abaltazar.org/2010/05/03/new-primary-laptop/#comments</comments>
		<pubDate>Tue, 04 May 2010 04:48:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Random Crap]]></category>

		<guid isPermaLink="false">http://abaltazar.org/?p=157</guid>
		<description><![CDATA[It&#8217;s been over a week since I purchased my new 13 in MacBook Pro, and I finally managed to fully transfer all of my files from my old white plastic MacBook. Even though I bought the Core 2 Duo instead of the 15 in i5 MacBook Pro, this laptop is by and the the best [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been over a week since I purchased my new  13 in MacBook Pro, and I finally managed to fully transfer all of my files from my old white plastic MacBook. Even though I bought the Core 2 Duo instead of the 15 in i5 MacBook Pro, this laptop is by and the the best machine I&#8217;ve ever owned. The only problem is the stock 2 GB that the laptop come with. It is very noticeable when I have VirtualBox running in the background. So I&#8217;m planning on upgrading the RAM to 4 GB within a month so.</p>
]]></content:encoded>
			<wfw:commentRss>http://abaltazar.org/2010/05/03/new-primary-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer upgrades</title>
		<link>http://abaltazar.org/2010/01/10/computer-upgrades/</link>
		<comments>http://abaltazar.org/2010/01/10/computer-upgrades/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 05:13:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://abaltazar.org/2010/01/10/computer-upgrades/</guid>
		<description><![CDATA[I finally upgraded the hard drives on my MacBook, Mac Mini (Server), and my main desktop Mac Mini. Macbook (Leopard) For some strange reason, I wasn&#8217;t able to clone my existing Leopard system to the new 500 GB as the clone process failed about 10% &#8211; 15% completion. So I just backed up all my [...]]]></description>
			<content:encoded><![CDATA[<p>I finally upgraded the hard drives on my MacBook, Mac Mini (Server), and my main desktop Mac Mini.</p>
<p>Macbook (Leopard)<br />
For some strange reason, I wasn&#8217;t able to clone my existing Leopard system to the new 500 GB as the clone process failed about 10% &#8211; 15% completion.  So I just backed up all my files and installed Snow Leopard from scratch.</p>
<p>Mac Mini (Leopard)<br />
Unlike with my MacBook, cloning the existing Leopard system to the new hard drive worked flawlessly on my desktop Mac Mini.<br />
After that, upgrading to Snow Leopard worked like a charm.</p>
<p>Mac Mini (CentOS)<br />
Upgrading the RAM on the Mini to 2 GB was simple, the hard drive upgrade was a completely different story. First, I wasn&#8217;t able to find any open source program that would allow me to clone to an attach mass storage USB drive. Unless I didn&#8217;t read the documentation properly, both CloneZilla and FOG only allow the clone output image to be saved on a network system and not locally, even if its a different hard drive. </p>
<p>Little that I knew. dd was everything I needed to clone the hard drive.<br />
commands I used:</p>
<p><code>dd if=/dev/sda of=/dev/sdb</code></p>
<p>After the dd copy was finished, I rebotted to the new hard drive only to find out that <code>/dev/sda5 , /dev/sda6 and /dev/sda7</code> were not copied properly to the new hard drive. So I had to reboot into rescue mode using the original CentOS install DVD and ran the  following commands:<br />
<code>dd if=/dev/sda5 of=/dev/sdb5</code><br />
<code>dd if=/dev/sda6 of=/dev/sdb6</code><br />
<code>dd if=/dev/sda7 of=/dev/sdb7</code></p>
<p>On my second reboot to the new 500 GB hard drive, Linux was able to boot perfectly fine with all my original settings!!! Until&#8230; I opened up fdisk only to find out that I wasn&#8217;t able to add partition (I had over 400 GB of free space in the drive) because I wasnt able to modify my existing partition table that consisted of 3 primary partions and 1 extended partition that consisted of three logic partitions within it. So I just download the live GParted program and I was able to created the additional 400 GB logical drive from there.</p>
<p>On the third attempt to boot into the new 500 GB hard drive, Linux had to do filesystem check to /dev/sda7 which happened to be my /home partition. The fsck completely wiped out all of the contents that was in my home directory. Which wasn&#8217;t a big of a deal since I already had a full backup of all my files.</p>
<p>Conclusion<br />
Overall upgrading  the hard drive on a Mac Mini running CentOS was really painful, but I had the feeling that it could have been worse.</p>
<p><a href="http://www.centos.org">CentOS<a/><br />
<a href="http://gparted.sourceforge.net/livecd.php">GParted Live CD <a/></p>
<p>-Alpha01</p>
]]></content:encoded>
			<wfw:commentRss>http://abaltazar.org/2010/01/10/computer-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chalie Miller is my hero</title>
		<link>http://abaltazar.org/2009/12/03/chalie-miller-is-my-hero/</link>
		<comments>http://abaltazar.org/2009/12/03/chalie-miller-is-my-hero/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 04:38:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://abaltazar.org/2009/12/03/chalie-miller-is-my-hero/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/no11eIx0x6w&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/no11eIx0x6w&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://abaltazar.org/2009/12/03/chalie-miller-is-my-hero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Almost three years later</title>
		<link>http://abaltazar.org/2009/11/30/almost-three-years-later/</link>
		<comments>http://abaltazar.org/2009/11/30/almost-three-years-later/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 06:26:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://abaltazar.org/2009/11/30/almost-three-years-later/</guid>
		<description><![CDATA[I finally got an iPhone.]]></description>
			<content:encoded><![CDATA[<p>I finally got an iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://abaltazar.org/2009/11/30/almost-three-years-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of an Era</title>
		<link>http://abaltazar.org/2009/06/09/end-of-an-era/</link>
		<comments>http://abaltazar.org/2009/06/09/end-of-an-era/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 06:28:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://abaltazar.org/2009/06/09/end-of-an-era/</guid>
		<description><![CDATA[Apple is finally killing PPC with Snow Leopard. This means within the next few months, I&#8217;ll probably be in search for a new PPC iMac to add to my network of computers.]]></description>
			<content:encoded><![CDATA[<p>Apple is finally killing PPC with Snow Leopard. This means within the next few months, I&#8217;ll probably be in search for a new PPC iMac to add to my network of computers.</p>
]]></content:encoded>
			<wfw:commentRss>http://abaltazar.org/2009/06/09/end-of-an-era/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Leopard really innovating?</title>
		<link>http://abaltazar.org/2007/11/08/os-x-leopard-really-innovating/</link>
		<comments>http://abaltazar.org/2007/11/08/os-x-leopard-really-innovating/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 20:21:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://abaltazar.org/?p=26</guid>
		<description><![CDATA[I just finished watching a Leopard demo and one of the biggest features is virtual desktops!! This is absolutely ridiculous because I&#8217;ve been using virtual desktop on Linux for a really long time now. And it is funny because I&#8217;ve been also been using virtual desktops in Tiger for quite some time now. I really [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished watching a Leopard demo and one of the biggest features is virtual desktops!! This is absolutely ridiculous because I&#8217;ve been using virtual desktop on Linux for a really long time now. And it is funny because I&#8217;ve been also been using virtual desktops in Tiger for quite some time now. I really hate how Apple markets their products claiming that there innovated everything, especially when it comes to virtualization.</p>
<p><a href="http://desktopmanager.berlios.de/"> Desktop Manager </a></p>
]]></content:encoded>
			<wfw:commentRss>http://abaltazar.org/2007/11/08/os-x-leopard-really-innovating/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>iPod freezes for the 100th time</title>
		<link>http://abaltazar.org/2007/06/28/ipod-crashes-for-the-100th-time/</link>
		<comments>http://abaltazar.org/2007/06/28/ipod-crashes-for-the-100th-time/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 06:39:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://abaltazar.org/?p=4</guid>
		<description><![CDATA[I have lost count on how many times my video iPod has crashed on me. This sucks now I have to wait until the iPod&#8217;s battery dies and recharge it in order to get back to work again.]]></description>
			<content:encoded><![CDATA[<p>I have lost count on how many times my video iPod has crashed on me. This sucks now I have to wait until the iPod&#8217;s battery dies and recharge it in order to get back to work again.</p>
]]></content:encoded>
			<wfw:commentRss>http://abaltazar.org/2007/06/28/ipod-crashes-for-the-100th-time/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
