<?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>Zlaxfish Network &#187; Howto</title>
	<atom:link href="http://www.zlaxfishnetwork.com/stream/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zlaxfishnetwork.com/stream</link>
	<description>Version 2.0</description>
	<lastBuildDate>Tue, 13 Jul 2010 05:05:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using WDS to deploy to a Mac (or any PC without PXE)</title>
		<link>http://www.zlaxfishnetwork.com/stream/2009/10/12/using-wds-to-deploy-to-a-mac-or-any-pc-without-pxe/</link>
		<comments>http://www.zlaxfishnetwork.com/stream/2009/10/12/using-wds-to-deploy-to-a-mac-or-any-pc-without-pxe/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 02:33:39 +0000</pubDate>
		<dc:creator>cj</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[pxe]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[waik]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.zlaxfishnetwork.com/stream/?p=171</guid>
		<description><![CDATA[
I have been trying for a long time to find a way to image Macs from our WDS server to no avail&#8230;Macs don&#8217;t have PXE boot!  WDS has had a feature to allow you to create a &#8220;Discover&#8221; image and a resulting disc to boot from.  However, typically when just using the GUI to create [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-173" title="windows7_macBookPro" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/10/windows7_macBookPro.jpg" alt="windows7_macBookPro" width="450" height="338" /></p>
<p>I have been trying for a long time to find a way to image Macs from our WDS server to no avail&#8230;Macs don&#8217;t have PXE boot!  WDS has had a feature to allow you to create a &#8220;Discover&#8221; image and a resulting disc to boot from.  However, typically when just using the GUI to create this disc, it boots up with a command prompt window, runs <strong>winpeinit</strong> and then that&#8217;s it.  After some deep searching, I found a blog with <strong>accurate </strong>instructions for how to actually create a disc that will not only boot up to winPE but also launch straight into the WDS deploy on a given server.  It does require command line but the latest WAIK has some very verbose and useful tools, making it not too hard even for a WDS novice.</p>
<p>Thanks to David Bolton&#8217;s blog: <a href="http://www.davidbolton.com/?p=24" target="_blank">http://www.davidbolton.com/?p=24</a></p>
<p>I also had to extract the network drivers from the Snow Leopard bootcamp disc but for general purposes, adding all of the drivers from the latest <a href="http://driverpacks.net/driverpacks/latest" target="_blank">LAN Driver Pack</a> to the disc image will make sure to cover a wide variety of machines.  Check out my previous post for the easiest way to add these via command line!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zlaxfishnetwork.com/stream/2009/10/12/using-wds-to-deploy-to-a-mac-or-any-pc-without-pxe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding drivers to WDS Images with Windows 7 AIK</title>
		<link>http://www.zlaxfishnetwork.com/stream/2009/10/11/adding-drivers-to-wds-images-with-windows-7-aik/</link>
		<comments>http://www.zlaxfishnetwork.com/stream/2009/10/11/adding-drivers-to-wds-images-with-windows-7-aik/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 16:41:29 +0000</pubDate>
		<dc:creator>cj</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[AIK]]></category>
		<category><![CDATA[automated installation kit]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows deployment services]]></category>

		<guid isPermaLink="false">http://www.zlaxfishnetwork.com/stream/?p=160</guid>
		<description><![CDATA[
I have been doing a lot of work lately on deployments of Windows 7 (Yes, companies are jumping on board already since they sat on their hands during the Vista years).  Some of the new features of Windows Deployment Services in Server 2008 R2 are really nice, especially the driver package management.  However, it is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-164 alignnone" title="ss1" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/10/ss1.jpg" alt="ss1" width="472" height="228" /></p>
<p>I have been doing a lot of work lately on deployments of Windows 7 (Yes, companies are jumping on board already since they sat on their hands during the Vista years).  Some of the new features of Windows Deployment Services in Server 2008 R2 are really nice, especially the driver package management.  However, it is somewhat limited in flexibility as the drivers can only be applied to deployed images based on a few very inflexible filters.  If there are some drivers that you want to apply directly to an image, you have to resort to the command line.  In my case, I was actually creating a WDS boot CD (which is not as easy as Microsoft&#8217;s directions) using the directions here: <a href="http://www.davidbolton.com/?p=24" target="_blank">http://www.davidbolton.com/?p=24</a> .</p>
<p>The problem comes in with the Windows 7 Automate Installation Kit because some of the commands I was familiar with have been done away with.  This is not to say is is less feature packed, instead the <strong>peimg </strong>command has been rolled in with a few others under <strong>dism</strong>.  Here is how you can use <strong>dism</strong> even more powerfully than peimg.</p>
<p><span id="more-160"></span></p>
<p><img class="alignnone size-full wp-image-165" title="Screen shot 2009-10-10 at 10.38.28 AM" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/10/Screen-shot-2009-10-10-at-10.38.28-AM.JPG" alt="Screen shot 2009-10-10 at 10.38.28 AM" width="520" height="258" /></p>
<p>As you can see, DISM has a number of options when it comes to making changes to images either in offline file-structure format or mounted (online) .wim files.  The option we want to focus on here is the /Add-driver switch.  The nice thing about DISM is that at any point in making a command, you can put a /? switch after what you have and it will tell you what further options you have at this point and even gives some examples.</p>
<p>You will notice that doing a <strong>/add-driver /driver:c:\whatever /recurse</strong> will search a given directory for drivers and add all of them, recursing through any sub directories.  This is useful for a situation where you have a driver installer that you unzipped instead of installing and you want to add all of the different drivers for different architectures or OS versions to an image.  The resulting DISM command then looks like this:</p>
<p><strong>dism /image:f:\winpe /add-driver /driver:f:\drivers\LAN /recurse</strong></p>
<p>That&#8217;s all there is to it!  Then you just follow how to commit the changes to the image you were working on.</p>
<p><img class="alignnone size-full wp-image-166" title="Screen shot 2009-10-10 at 10.53.01 AM" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/10/Screen-shot-2009-10-10-at-10.53.01-AM.JPG" alt="Screen shot 2009-10-10 at 10.53.01 AM" width="506" height="184" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zlaxfishnetwork.com/stream/2009/10/11/adding-drivers-to-wds-images-with-windows-7-aik/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Living with OS X on the Aspire One</title>
		<link>http://www.zlaxfishnetwork.com/stream/2009/01/27/living-with-os-x-on-the-aspire-one/</link>
		<comments>http://www.zlaxfishnetwork.com/stream/2009/01/27/living-with-os-x-on-the-aspire-one/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:12:41 +0000</pubDate>
		<dc:creator>cj</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[crossover]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.zlaxfishnetwork.com/stream/?p=123</guid>
		<description><![CDATA[
The Aspire One is not a multimedia powerhouse, but my primary use for it is to take it to school and work with me as an alternative to lugging my Macbook Pro around.  However, it isn&#8217;t my primary machine, which brings up the issue of how do I keep my data together without having to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-124" title="apps" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/01/picture-2.png" alt="apps" width="441" height="328" /></p>
<p>The Aspire One is not a multimedia powerhouse, but my primary use for it is to take it to school and work with me as an alternative to lugging my Macbook Pro around.  However, it isn&#8217;t my primary machine, which brings up the issue of how do I keep my data together without having to swap files around on a flash drive or something?  Most of these apps I use the most address this issue.</p>
<p><span id="more-123"></span></p>
<p><a href="http://code.google.com/p/calaboration/"><strong>Calaboration</strong></a></p>
<p><strong><img class="alignnone" title="Calaboration" src="http://calaboration.googlecode.com/files/screenshot.png" alt="" width="343" height="225" /></strong></p>
<p><a href="http://code.google.com/p/calaboration/">Calaboration</a> is a tool to synchronize your Google Calendar with iCal.  I have struggled for quite some time to find an easy and efficient way to migrate my iCal to Google Calendar without much success.  However, Google recently released this tool and it led me to move my calendar off of my computer and into the cloud.  Now, I can easily sync any of my Macs with Google Calendar as well as my phone.</p>
<p><a href="http://www.codeweavers.com/products/cxmac/"><strong>Crossover Mac</strong></a></p>
<p>This is an evolution of Crossover Office, a commercial WINE application.  This allows you to natively run Windows applications without rebooting to Windows or running a virtual machine.  This is important as the Atom processor in the Aspire One does not support the Intel VT technology, which makes virtual machines speedy enough to be close to native speed.  Aka, it would be dog slow to run a VM on an Atom processor.  So, this allows you to individually install supported applications such as Microsoft Office, Lotus Notes, Quickbooks, and other non-supported applications many times may work.  I got a free copy when they gave them away in the fall, but the package normally costs $40.</p>
<p><a href="http://www.getdropbox.com"><strong>Dropbox</strong></a></p>
<p><strong><img class="alignnone" title="Dropbox" src="https://www.getdropbox.com/static/images/tour4b.png" alt="" width="400" height="200" /><br />
</strong></p>
<p>Oh, how I love <a href="http://www.getdropbox.com">Dropbox</a>.  Dropbox is an application that allows you to sync files and folders between computers with ease.  Basically, it creates a dropbox folder on your system, and you can create folders within and files all as if it&#8217;s on your computer, which it is.  However, Dropbox also syncs it with their servers and even creates revisions, not only keeping your changes up to date, but old revisions should you need to go back to them.  Sync with another computer, and the files are once again stored as local data, only to be synced when updated.  Even better, you can share folders and files with other people which has become critically important for collaborating in one of my classes.  Oh, and did I mention it works on Linux and Windows too?</p>
<p><a href="http://www.evernote.com"><strong>Evernote</strong></a></p>
<p><strong><img class="alignnone" title="evernote" src="http://evernote.com/about/img/tour_mac.jpg" alt="" width="461" height="326" /></strong></p>
<p><a href="http://www.evernote.com">Evernote</a> is your new best friend if you are working on projects.  It is one of the best GTD (getting things done) applications because of its flexibility.  It is an application that can capture images, web pages, documents, and just plain text notes into a notebook and make it all searchable.  You can organize notes into diferent tags and categories for different projects.  Best of all, it syncs with the Evernote server so, like Dropbox, all of your notes are available and searchable if you log into the Evernote website!  And of course, you can sync it with multiple computers; not just Macs, PCs, iPhones, Windows Mobiles, and more are invited to the note syncing party.</p>
<p><strong>Automator</strong></p>
<p>Wait a sec, that last thing is called Mount Music?  Well, it&#8217;s basically an Automator workflow I put together to, with the click of a button, log into my windows server, mount the music share, and allow me to fire up iTunes right away.  Automator looks scary at first, but it uses a pretty basic language structure to allow you to create a workflow with no programming experience required.  If you want to demonstrate an activity you want to automate, you can even just click the record button from the workflow menu and your Mac will watch you do something and be able to replicate that task with the push of a button.  It may not seem too useful but once you begin to play around with what you can automate, it can definitely make mundane tasks much easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zlaxfishnetwork.com/stream/2009/01/27/living-with-os-x-on-the-aspire-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing OS X on my Aspire One</title>
		<link>http://www.zlaxfishnetwork.com/stream/2009/01/17/installing-os-x-on-my-aspire-one/</link>
		<comments>http://www.zlaxfishnetwork.com/stream/2009/01/17/installing-os-x-on-my-aspire-one/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 21:43:10 +0000</pubDate>
		<dc:creator>cj</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[aspire]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mods]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://www.zlaxfishnetwork.com/stream/?p=87</guid>
		<description><![CDATA[
The goal of getting this Acer Aspire One was to create, in essence, a Macbook Mini that would be light, fit my daily needs at work and class, and have great battery power.  While I love my Macbook Pro, I can&#8217;t deny the battery issues&#8230;in one year of ownership, the battery capacity has dropped to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-large wp-image-92 alignnone" title="AAO OS X Action" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/01/100_13981-904x1024.jpg" alt="AAO OS X Action" width="405" height="459" /></p>
<p>The goal of getting this Acer Aspire One was to create, in essence, a Macbook Mini that would be light, fit my daily needs at work and class, and have great battery power.  While I love my Macbook Pro, I can&#8217;t deny the battery issues&#8230;in one year of ownership, the battery capacity has dropped to 50%, giving me barely a 1:45 hour runtime with lowest power settings.  Also, lugging it around all the time with books can&#8217;t be good for my back.</p>
<p>Enough blabbing, onto the install!</p>
<p><span id="more-87"></span>Basically, I followed the instructions provided by the geniuses on aspireoneuser forums: <a href="http://www.aspireoneuser.com/forum/viewtopic.php?f=14&amp;t=7679#p50142">click here</a></p>
<p>Here are my notes on that install.</p>
<p>I decided not to use an external dvd drive, and instead used my 4GB USB drive.  There are instructions <a href="http://www.aspireoneuser.com/forum/viewtopic.php?f=14&amp;t=9047#p58322">here</a> for preparing your flash drive and putting the install image on it. NOTE: The diskpart step I could only get to work in Vista as in 2003 and XP, it couldn&#8217;t see the drive&#8217;s partition when setting it active.</p>
<p><img class="alignleft size-medium wp-image-93" title="Stuck Progress Bar" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/01/file0006-300x225.jpg" alt="Stuck Progress Bar" width="300" height="225" />I would follow the instructions for the majority of the install, but I definitely recommend using the Voodoo kernel.  While it means you can&#8217;t use Software Update for OS updates, 10.5.6 isn&#8217;t a huge change over 10.5.5, so I wasn&#8217;t concerned.  Voodoo will be releasing updates soon to make this possible anyway, so I determined the performance jump of having hyperthreading and not having to set a boot flag was the way to go.  Also, note that sometimes the progress bar appeared stuck, don&#8217;t worry, it&#8217;s moving, for some odd reason it doesn&#8217;t always show!</p>
<p>As for the wireless card, there are some flakey ways to get it working, but instead, I got a cheap Dell 1390 PCI Express card off of eBay and put it in following <a href="http://www.youtube.com/watch?v=7xKSpW3q0GY">this</a> walkthrough.  While I was in there, I bumped the RAM to 1.5GB.  One thing I will note is that you don&#8217;t need to freak out too much about the keyboard, if you pop the pins in too far with a screwdriver, you just have to pop them back into the slots from the back of the case top.</p>
<p>From there, you have a well-working copy of OS X.  I&#8217;ll provide some more tweaks and steps to do them soon!</p>
<p>Sleep does not work and due to the nature of having to reverse engineer video drivers in the kernel, the current conensus on the aspireoneuser forums is that it is not a priority..</p>
<p>About This Mac and Airport working:</p>
<p><img class="alignleft size-full wp-image-94" title="Desktop" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/01/picture-1.png" alt="Desktop" width="821" height="481" /></p>
<p>Hyperthreading isn&#8217;t dual-core but it does speed things up:</p>
<p><img class="alignleft size-full wp-image-99" title="Hyperthreading" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/01/picture-3.png" alt="Hyperthreading" width="560" height="419" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zlaxfishnetwork.com/stream/2009/01/17/installing-os-x-on-my-aspire-one/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Preparing for OS X on my new Acer Aspire One</title>
		<link>http://www.zlaxfishnetwork.com/stream/2009/01/12/preparing-for-os-x-on-my-new-acer-aspire-one/</link>
		<comments>http://www.zlaxfishnetwork.com/stream/2009/01/12/preparing-for-os-x-on-my-new-acer-aspire-one/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 16:57:06 +0000</pubDate>
		<dc:creator>cj</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[aspire]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.zlaxfishnetwork.com/stream/?p=80</guid>
		<description><![CDATA[
I recently have been thinking about the sudden surge of Netbooks we have seen and how nice it would be to have such a portable device with great battery life.  The recent realization that my Macbook Pro&#8217;s battery in one year has become barely able to get through a single hour and a half class [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-83" title="Acer Aspire One running XP Pro" src="http://www.zlaxfishnetwork.com/stream/wp-content/uploads/2009/01/file0012-225x300.jpg" alt="Acer Aspire One running XP Pro" width="225" height="300" /></p>
<p>I recently have been thinking about the sudden surge of Netbooks we have seen and how nice it would be to have such a portable device with great battery life.  The recent realization that my Macbook Pro&#8217;s battery in one year has become barely able to get through a single hour and a half class made this clearer than ever that big, powerful laptops have their place but are not a catch-all.  So, after some eBay hunting, I found a sweet deal on an <a href="http://en.wikipedia.org/wiki/Aspire_One">Acer Aspire One</a>:</p>
<p>2.3 Lbs, 6-cell battery for a rated 6 hour battery life, Intel Atom 1.6Ghz Processor, 1GB RAM, 8.9&#8243; Screen</p>
<p>Clearly, not a speed demon but powerful enough for most non-gaming or video needs&#8230;</p>
<p><span id="more-80"></span></p>
<p>It ships with Windows XP Home on it, which I promptly decided I was going to wipe and set up XP Pro to dual boot with OS X.  However, this Netbook, like most, does not include a CD drive&#8230;so it was off to the fun world of USB drives!</p>
<p>After some hunting, I found a great guide on the <a href="http://www.aspireoneuser.com/forum">Aspire One User Forums</a>, which are my primary resource for help with this device. <a href="http://www.aspireoneuser.com/forum/viewtopic.php?f=38&amp;t=8151">http://www.aspireoneuser.com/forum/viewtopic.php?f=38&amp;t=8151</a></p>
<p>Basically, it involves making a flash drive bootable and then copying over the contents of the XP install disc so that you can boot off of it and preform the install.  Once I had that all set, I grabbed the drivers off of Acer&#8217;s website and got my XP install all set.  At this point, I needed to shrink my XP partition which I decided to do by downloading Hiren&#8217;s boot disc (google it) and using another set of tools to make my flash drive bootable again with the Hiren&#8217;s disc image.</p>
<p>A key to having a dual-boot OSx86 install is to make sure you partition it as well as formatting it because the MacOS installer can&#8217;t format free space on a volume.</p>
<p>Having done all of this, I started preparing with the actual tools for installing OS X.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zlaxfishnetwork.com/stream/2009/01/12/preparing-for-os-x-on-my-new-acer-aspire-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
