<?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>SteveOH &#187; vista</title>
	<atom:link href="http://www.steve-oh.com/blog/index.php/tag/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.steve-oh.com/blog</link>
	<description>Steve O Hernandez - Technology, Real Life, Advice</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:51:41 +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>Ubuntu / Debian Windows 7 Dual Boot System Encryption with TrueCrypt</title>
		<link>http://www.steve-oh.com/blog/index.php/ubuntu-debian-windows-7-dual-boot-system-encryption-with-truecrypt/</link>
		<comments>http://www.steve-oh.com/blog/index.php/ubuntu-debian-windows-7-dual-boot-system-encryption-with-truecrypt/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 13:48:55 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[truecrypt]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=327</guid>
		<description><![CDATA[I will be doing this configuration on my test machine very soon since my previous guide (here) is a bit outdated.  For now you can follow the previous instructions and modify them per the instructions below: From SuperUser: I&#8217;ve done it but not exactly like in your link, because of some kind of problem (bug?) [...]]]></description>
			<content:encoded><![CDATA[<p>I will be doing this configuration on my test machine very soon since my previous guide (<a href="http://www.steve-oh.com/blog/index.php/ubuntu-vista-dual-boot-full-encryption-with-truecrypt/" target="_blank">here</a>) is a bit outdated.  For now you can follow the previous instructions and modify them per the instructions below:</p>
<p>From <a href="http://superuser.com/questions/251109/encrypt-multiple-systems-win7-deb" target="_blank">SuperUser</a>:</p>
<p>I&#8217;ve done it <img src='http://www.steve-oh.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but not exactly like in your link, because of some kind of <a href="http://www.steve-oh.com/blog/index.php/tag/problem/" class="st_tag internal_tag" rel="tag" title="Posts tagged with problem">problem</a> (bug?) in <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" class="st_tag internal_tag" rel="tag" title="Posts tagged with grub">Grub</a>2 (tutorial is with <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" class="st_tag internal_tag" rel="tag" title="Posts tagged with grub">grub</a> &#8220;1&#8243; but I&#8217;ve <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" class="st_tag internal_tag" rel="tag" title="Posts tagged with grub">Grub</a>2), specifically in this</p>
<blockquote><p>title <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vista">Vista</a>/Longhorn<br />
rootnoverify (hd0,0) makeactive<br />
<strong>chainloader (hd0,1)/<a href="http://www.steve-oh.com/blog/index.php/tag/truecrypt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with truecrypt">truecrypt</a>.mbr</strong><br />
boot</p></blockquote>
<p>The problem is known and posted on many forums.</p>
<p>My <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" class="st_tag internal_tag" rel="tag" title="Posts tagged with solution">solution</a> was:</p>
<ol>
<li><a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encrypt">Encrypt</a> Windows7 <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">system</a> partition using truecrypt, selecting Single boot and overwriting Grub2 loader with truecrypt loader</li>
<li>Boot <a href="http://www.steve-oh.com/blog/index.php/tag/debian/" class="st_tag internal_tag" rel="tag" title="Posts tagged with debian">Debian</a> from Rescue CD and install grub2 bootloader NOT on MBR but on /dev/sda3 which is <a href="http://www.steve-oh.com/blog/index.php/tag/debian/" class="st_tag internal_tag" rel="tag" title="Posts tagged with debian">Debian</a> / partition (so truecrypt loader was not overrided)</li>
</ol>
<p>Now while booting truecrypt bootmenu is shown and if I&#8217;d access Win7 I&#8217;m entering password, but if I&#8217;d enter debian (via Grub2) I hit esc key and then truecrypt loader is searching all other partitions for boot loader and finding Grub2 which resides on /dev/sda3 and load system properly.</p>
<p>I think its the best way to do this for now (until sb find resolution for Grub2 to read /boot/truecrypt.mbr without errors).</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/debian/" title="debian" rel="tag">debian</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/dual-boot/" title="dual boot" rel="tag">dual boot</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" title="encrypt" rel="tag">encrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" title="encryption" rel="tag">encryption</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" title="grub" rel="tag">grub</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/linux/" title="linux" rel="tag">linux</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/problem/" title="problem" rel="tag">problem</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" title="solution" rel="tag">solution</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/truecrypt/" title="truecrypt" rel="tag">truecrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows-7/" title="windows 7" rel="tag">windows 7</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/ubuntu-debian-windows-7-dual-boot-system-encryption-with-truecrypt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DirectX 7.0a SDK Download</title>
		<link>http://www.steve-oh.com/blog/index.php/directx-70a-sdk-download/</link>
		<comments>http://www.steve-oh.com/blog/index.php/directx-70a-sdk-download/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 19:28:40 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[7z]]></category>
		<category><![CDATA[Compression]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[ZIP]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=208</guid>
		<description><![CDATA[DirectX 7.0a SDK Download DirectX 7.0a SDK Include and Header Files (Vista) This is the entire DirectX 7.0a SDK install cd compressed using 7-zip (link).  You&#8217;ll thank me for making you install that compression application, as it cut the size of the compressed file by 30 MB. It is no longer available from Microsoft&#8217;s websites [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.steve-oh.com//blog/wp-content/uploads/2009/04/DXF.7z" target="_blank">DirectX 7.0a SDK Download</a></p>
<p><a href="http://www.steve-oh.com/blog/wp-content/uploads/2009/04/Dx7.0a_SDK_Borland_Include_Files.7z" target="_blank">DirectX 7.0a SDK Include and Header Files (Vista)</a></p>
<p>This is the entire DirectX 7.0a SDK install cd compressed using 7-<a href="http://www.steve-oh.com/blog/index.php/tag/zip/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ZIP">zip</a> (<a href="http://www.7-zip.org/download.html" target="_blank">link</a>).  You&#8217;ll thank me for making you install that <a href="http://www.steve-oh.com/blog/index.php/tag/compression/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Compression">compression</a> application, as it cut the size of the compressed file by 30 MB.<br />
It is no longer available from <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft">Microsoft</a>&#8217;s websites at all, but still remains valid <a href="http://www.steve-oh.com/blog/index.php/tag/technology/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Technology">technology</a>.<br />
Microsoft no longer supports the DirectX 7.0a SDK&#8230; however it all works well and requires little support.</p>
<p>The DirectX 7.0a SDK is incredibly powerful, but normally only works with Visual C++ and Visual Basic, not with Borland C++ Builder.</p>
<p>If you would like to experience the magic of RAD DirectX 7.0a for Borland C++ Builder, you will also need to download the TDx_Library.</p>
<p>Why you would use the DirectX 7.0a SDK without the TDx_Library is beyond us, it&#8217;s too hard, and RAD DirectX just makes it all pathetically easy&#8230;</p>
<p><a href="http://bcb-tools.com/Downloads.htm#DirectX7" target="_blank">Other DirectX Resources</a></p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/7z/" title="7z" rel="tag">7z</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/compression/" title="Compression" rel="tag">Compression</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/technology/" title="Technology" rel="tag">Technology</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" title="xp" rel="tag">xp</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/zip/" title="ZIP" rel="tag">ZIP</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/directx-70a-sdk-download/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Fix Windows Server 2008 Boot Loader</title>
		<link>http://www.steve-oh.com/blog/index.php/how-to-fix-windows-server-2008-boot-loader/</link>
		<comments>http://www.steve-oh.com/blog/index.php/how-to-fix-windows-server-2008-boot-loader/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 23:35:34 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=206</guid>
		<description><![CDATA[If the boot loader to your Windows Server 2008 machine gets corrupted or deleted for whatever reason, it really is a painstaking process to get it fixed.  The boot loader to my machine got deleted somehow while I was resizing partitions.  After scouring the web, I could not find anything on rebuilding the boot loader [...]]]></description>
			<content:encoded><![CDATA[<p>If the boot loader to your <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> <a href="http://www.steve-oh.com/blog/index.php/tag/server2008/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Server 2008">Server 2008</a> machine gets corrupted or deleted for whatever reason, it really is a painstaking <a href="http://www.steve-oh.com/blog/index.php/tag/process/" class="st_tag internal_tag" rel="tag" title="Posts tagged with process">process</a> to get it fixed.  The boot loader to my machine got deleted somehow while I was resizing partitions.  After scouring the web, I could not find anything on rebuilding the boot loader for Windows <a href="http://www.steve-oh.com/blog/index.php/tag/server2008/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Server 2008">Server 2008</a>.  All I could find were instructions to restore a Windows <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vista">Vista</a> boot loader, but luckily, the process for <a href="http://www.steve-oh.com/blog/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">Server</a> 2008 is similar.</p>
<p>If you are getting a “bootmgr is missing” error upon startup or something similar, repairing the boot loader will probably <a href="http://www.steve-oh.com/blog/index.php/tag/fix/" class="st_tag internal_tag" rel="tag" title="Posts tagged with fix">fix</a> the <a href="http://www.steve-oh.com/blog/index.php/tag/problem/" class="st_tag internal_tag" rel="tag" title="Posts tagged with problem">problem</a>.</p>
<p>Due to the lack of recovery tools on the Server 2008 installation CD, the boot loader must be rebuilt manually.</p>
<p>For this guide, I’m going to assume your installation has a drive letter of C:.</p>
<p>Insert the Server 2008 installation CD into your DVD-ROM.  Restart your computer and boot from the CD.</p>
<p>Choose to <a href="http://www.steve-oh.com/blog/index.php/tag/repair/" class="st_tag internal_tag" rel="tag" title="Posts tagged with repair">repair</a> your computer, then open the command prompt.</p>
<p>At the command prompt, use the following commands:</p>
<blockquote><p>c:<br />
cd boot<br />
bootsect /nt60 c: /force /mbr<br />
bootrec /rebuildbcd</p></blockquote>
<p>After using the “bootrec /rebuldbcd” command, you will be prompted to accept a Windows installation.  Accept the installation, then wait for the process to finish.  Once it’s done, reboot your comptuer and you should have a boot loader ready to go.</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/2008/" title="2008" rel="tag">2008</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/fix/" title="fix" rel="tag">fix</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/how-to/" title="how to" rel="tag">how to</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/problem/" title="problem" rel="tag">problem</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/process/" title="process" rel="tag">process</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/repair/" title="repair" rel="tag">repair</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server2008/" title="Server 2008" rel="tag">Server 2008</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/how-to-fix-windows-server-2008-boot-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu / Vista Dual Boot &#8211; Full Encryption with TrueCrypt</title>
		<link>http://www.steve-oh.com/blog/index.php/ubuntu-vista-dual-boot-full-encryption-with-truecrypt/</link>
		<comments>http://www.steve-oh.com/blog/index.php/ubuntu-vista-dual-boot-full-encryption-with-truecrypt/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 13:42:35 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[truecrypt]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=203</guid>
		<description><![CDATA[sda1: Windows Vista encrypted with TrueCrypt sda2: Ubuntu Hardy Heron /boot partition (not encrypted) sda3: Ubuntu Hardy Heron encrypted volume with LVM inside and / and swap partions within LVM (to save partitions used overall incase it gets over 5 partitions) sda4: Working on installing OSX Leopard on this partition currently. The steps I used [...]]]></description>
			<content:encoded><![CDATA[<p>sda1: <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vista">Vista</a> encrypted with <a href="http://www.steve-oh.com/blog/index.php/tag/truecrypt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with truecrypt">TrueCrypt</a><br />
sda2: <a href="http://www.steve-oh.com/blog/index.php/tag/ubuntu/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ubuntu">Ubuntu</a> Hardy Heron /boot partition (not encrypted)<br />
sda3: Ubuntu Hardy Heron encrypted volume with LVM inside and / and swap partions within LVM (to save partitions used overall incase it gets over 5 partitions)<br />
sda4: Working on installing OSX Leopard on this partition currently.</p>
<p>The steps I used are as follows, in brief:<br />
1) Installed Vista first (actually pre-installed on laptop)</p>
<p>2) Installed Ubuntu second using encrypted physical volume with LVM inside it and 2 partions / and swap inside the LVM(at this point, <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" class="st_tag internal_tag" rel="tag" title="Posts tagged with grub">grub</a> was in the MBR)</p>
<p>3) Ran full windows <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">system</a> <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encryption">encryption</a> (not full disk <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encryption">encryption</a>) through TrueCrypt and let it write its bootloader to the MBR. (obviously overwriting Grub in the MBR)</p>
<p>4) Booted with a live cd and copied the truecrypt bootloader from the MBR to a file in the /boot partition (sda2)<br />
use these commands to do so:<br />
<em>dd if=/dev/sda of=/mnt/boot/truecrypt.mbr count=1 bs=512<br />
dd if=/dev/sda of=/mnt/boot/truecrypt.backup count=8 bs=32256</em></p>
<p>5)Reinstalled grub to the MBR using these commands:<br />
<em>sudo grub<br />
install (hd0,1)/grub/stage1 (hd0) (hd0,1)/grub/stage2 0&#215;8000 p</em></p>
<p>6) Added a chainloader to the menu.lst Vista entry to point to the truecrypt bootloader within the /boot partition like so:</p>
<p><em>title Windows Vista/Longhorn<br />
rootnoverify (hd0,0)<br />
makeactive<br />
chainloader (hd0,1)/truecrypt.mbr<br />
boot</em></p>
<p>The only partition not encrypted in the /boot partition so far, which is fine. After grub loads, no matter which OS I choose, I enter a passphrase and that OS starts.</p>
<p>For more detailed instructions which I pulled from but which are for <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with xp">XP</a> instead of Vista, use this link:</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=761530" target="_blank">http://ubuntuforums.org/showthread.php?t=761530</a></p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/dual-boot/" title="dual boot" rel="tag">dual boot</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" title="encrypt" rel="tag">encrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" title="encryption" rel="tag">encryption</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/grub/" title="grub" rel="tag">grub</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/linux/" title="linux" rel="tag">linux</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/security/" title="security" rel="tag">security</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/truecrypt/" title="truecrypt" rel="tag">truecrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" title="xp" rel="tag">xp</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/ubuntu-vista-dual-boot-full-encryption-with-truecrypt/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Changing your hosts file in Vista</title>
		<link>http://www.steve-oh.com/blog/index.php/changing-your-hosts-file-in-vista/</link>
		<comments>http://www.steve-oh.com/blog/index.php/changing-your-hosts-file-in-vista/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 14:42:39 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/index.php/2008/12/04/changing-your-hosts-file-in-vista/</guid>
		<description><![CDATA[By default, if you try to modify your hosts file in Vista, it will not let you save it.  It tells you that you don&#8217;t have permission.  To successfully modify the hosts file, run notepad.exe as an administrator and open the file. 1)  Browse to Start -&#62; All Programs -&#62; Accessories 2)  Right click &#8220;Notepad&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p>By default, if you try to modify your <a href="http://en.wikipedia.org/wiki/Hosts_file">hosts file</a> in <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vista">Vista</a>, it will not let you save it.  It tells you that you don&#8217;t have permission.  To successfully modify the hosts file, run notepad.exe as an administrator and open the file.</p>
<p>1)  Browse to Start -&gt; All Programs -&gt; Accessories<br />
2)  Right click &#8220;Notepad&#8221; and select &#8220;Run as administrator&#8221;<br />
3)  Click &#8220;Continue&#8221; on the UAC prompt<br />
4)  Click File -&gt; Open<br />
5)  Browse to &#8220;C:\<a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a>\<a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">System</a>32\Drivers\etc&#8221;<br />
6)  Change the file filter drop down box from &#8220;Text Documents (*.txt)&#8221; to &#8220;All Files (*.*)&#8221;<br />
7)  Select &#8220;hosts&#8221; and click &#8220;Open&#8221;<br />
8)  Make the needed changes and close Notepad.  Save when prompted.</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/changing-your-hosts-file-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sandisk Sansa c250 2G Player Review and Sync</title>
		<link>http://www.steve-oh.com/blog/index.php/sandisk-sansa-c250-2g-player/</link>
		<comments>http://www.steve-oh.com/blog/index.php/sandisk-sansa-c250-2g-player/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 14:19:20 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/index.php/2008/11/25/sandisk-sansa-c250-2g-player/</guid>
		<description><![CDATA[I recently purchased this unit, refurbished, because it was on sale for $15 and I needed a player for the gym.  I received it yesterday evening and wanted to provide some feedback. It&#8217;s kind of flimbsy and very light, it almost feels as if it&#8217;s hallow.  But, it has a small color screen and easy [...]]]></description>
			<content:encoded><![CDATA[<p>I recently purchased this unit, refurbished, because it was on sale for $15 and I needed a player for the gym.  I received it yesterday evening and wanted to provide some <a href="http://www.steve-oh.com/blog/index.php/tag/feedback/" class="st_tag internal_tag" rel="tag" title="Posts tagged with feedback">feedback</a>.</p>
<p>It&#8217;s kind of flimbsy and very light, it almost feels as if it&#8217;s hallow.  But, it has a small color screen and easy to understand controls, so I can&#8217;t really complain.  I do fear, however, that if I drop it, it will dissolve into the air.  It&#8217;s not necessarily a bad thing to be very light, but, it should be noted.</p>
<p>Things I don&#8217;t &#8220;really&#8221; like, but that aren&#8217;t a HUGE deal:</p>
<ul>
<li>Proprietary usb connector &#8211; Instead of using <a href="http://en.wikipedia.org/wiki/Universal_Serial_Bus#Types_of_USB_connector" target="_blank">USB Mini-A Type</a> connection, they decided to use a port that took up the entire width of the unit (about an inch) to connect via USB.  Why?</li>
<li>Wasted Space &#8211; there&#8217;s a lot of space all around that could be utilized.  Either for the other controls or to space things out a little better.  This is my personal opinion, but I don&#8217;t &#8220;really&#8221; like the fact that the volume control is all the way at the top, while the play button is on the front, and then menu button all the way at the bottom right.</li>
<li>Built in Battery &#8211; This really annoys me.  Why would you do that?  Now, you MUST charge this thing at a computer, because 1) you need the special cable that only connects to <a href="http://en.wikipedia.org/wiki/Universal_Serial_Bus#Types_of_USB_connector" target="_blank">USB Type A</a> connections, and 2) there&#8217;s no other port to use to charge.  So you must charge this thing at home before leaving the house.  I wonder how long it lasts?</li>
<li>COULD NOT get it to sync as an MTP device &#8211; the device freezes (On both <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vista">Vista</a> and <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with xp">XP</a>).  But I CAN get it to connect as a storage device (only on <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with xp">XP</a>) where I can manually copy my songs over (which isn&#8217;t a <a href="http://www.steve-oh.com/blog/index.php/tag/problem/" class="st_tag internal_tag" rel="tag" title="Posts tagged with problem">problem</a> for me) or manage it with WinAMP or something else.
<ul>
<li>Please note that to get it to connect, I enabled the HOLD (push it so it shows the orange) and held down the REWIND button, then CONNECTED the USB.  I had to do it in that order for it to work, no other worked for me.</li>
</ul>
</li>
</ul>
<p>Things I like:</p>
<ul>
<li>Micro SD Slot &#8211; It&#8217;s expandable!  Yay!  This makes complete sense and is a great selling point: why not buy a device that you can upgrade as your music collection increases?!</li>
<li>LOUD &#8211; this little thing gets VERY LOUD!  A lot louder than my Creative Zen this is replacing.  Like, crazy loud.  I&#8217;m not sure I&#8217;ll ever use it louder than half way.</li>
<li>Equalizer &#8211; It has an equalizer that allows you to customize the sound (and has a custom setting for your personal preferences).</li>
<li> Color Screen &#8211; it&#8217;s not high resolution or anything, but it&#8217;s nice to see things in color.  And the graphics aren&#8217;t half bad.</li>
<li>Music, Audio, Radio, Recordings &#8211; This unit really does it all in terms of functionality.  It definitly plays music well and recieves radio signals even inside of buildings.</li>
</ul>
<p>I will use it for a week or two and report back.  As of right now, I give it a 7 due to the USB connection and the syncing issues (<a href="http://www.fixya.com/support/p504243-sandisk_sansa_c250_mp3_player" target="_blank">which are not unique to me</a>).</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/feedback/" title="feedback" rel="tag">feedback</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/fix/" title="fix" rel="tag">fix</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/problem/" title="problem" rel="tag">problem</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/review/" title="review" rel="tag">review</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" title="solution" rel="tag">solution</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" title="xp" rel="tag">xp</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/sandisk-sansa-c250-2g-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Vista Enterprise Edition and BitLocker</title>
		<link>http://www.steve-oh.com/blog/index.php/microsoft-vista-enterprise-edition-and-bitlocker/</link>
		<comments>http://www.steve-oh.com/blog/index.php/microsoft-vista-enterprise-edition-and-bitlocker/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 01:55:11 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=31</guid>
		<description><![CDATA[Later this week I will be setting up the BitLocker feature in Vista Enterprise Edition to protect my laptop from snoopers.  Not that I keep anything super confidential or anything like that, but if I do lose my laptop or it&#8217;s stolen, I want the person who wants to finally use it to have at [...]]]></description>
			<content:encoded><![CDATA[<p>Later this week I will be setting up the BitLocker feature in <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vista">Vista</a> Enterprise Edition to protect my laptop from snoopers.  Not that I keep anything super confidential or anything like that, but if I do lose my laptop or it&#8217;s stolen, I want the person who wants to finally use it to have at least a little trouble.  And similarly, I don&#8217;t want <strong>any</strong> of my information in the hands of the wrong person.</p>
<p>Call it paranoid, but I&#8217;d rather be safe than sorry <img src='http://www.steve-oh.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" title="vista" rel="tag">vista</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/microsoft-vista-enterprise-edition-and-bitlocker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error 0&#215;80070017 when installing Vista Enterprise</title>
		<link>http://www.steve-oh.com/blog/index.php/error-0x80070017-when-installing-vista-enterprise/</link>
		<comments>http://www.steve-oh.com/blog/index.php/error-0x80070017-when-installing-vista-enterprise/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 18:24:16 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=26</guid>
		<description><![CDATA[So I&#8217;m installing Microsoft Windows Vista Enterprise Edition on my work computer (workstation, haha) and I kept getting this error at 34% on CD 2.  All the other resources on the net state to reburn the CD, but why if this CD was purchased from Microsoft and burnt by them?  So that just didnt make [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m installing <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft">Microsoft</a> <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vista">Vista</a> Enterprise Edition on my work computer (workstation, haha) and I kept getting this error at 34% on CD 2.  All the other resources on the net state to reburn the CD, but why if this CD was purchased from Microsoft and burnt by them?  So that just didnt make sense to me.  So I tried some of the other fixes (disabling add-on video cards, pulling out hardware, etc) to no avail.  Finally after about 30 minutes I decided that being stubborn never got anyone anywhere, so I copied the CD to a CD-R from my laptop.  Did a data verification and everything came out lovely.  (Side note: the original CD from Microsoft was in perfect condition, no scratches or scuffs)  So I reran the installation and threw CD 2 in, and can you believe that it ran perfectly?!  I was astounded.</p>
<p>Go figure, even if it doesn&#8217;t make sense&#8230;. the <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" class="st_tag internal_tag" rel="tag" title="Posts tagged with solution">solution</a> might work <img src='http://www.steve-oh.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/fix/" title="fix" rel="tag">fix</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" title="solution" rel="tag">solution</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/error-0x80070017-when-installing-vista-enterprise/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VPN using ISA 2004</title>
		<link>http://www.steve-oh.com/blog/index.php/vpn/</link>
		<comments>http://www.steve-oh.com/blog/index.php/vpn/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 18:44:53 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=19</guid>
		<description><![CDATA[So I set up a Virtual Private Network (VPN) for remote access to my home.  It was a lot easier than I had anticipated as it only took about 35 minutes.  However, there are some things to note about my implementation. PPTP was used (instead of L2TP/IPSec) due to the simplicity ISA 2004 was used [...]]]></description>
			<content:encoded><![CDATA[<p>So I set up a Virtual Private <a href="http://www.steve-oh.com/blog/index.php/tag/network/" class="st_tag internal_tag" rel="tag" title="Posts tagged with network">Network</a> (VPN) for remote access to my home.  It was a lot easier than I had anticipated as it only took about 35 minutes.  However, there are some things to note about my implementation.</p>
<ol>
<li>PPTP was used (instead of L2TP/IPSec) due to the simplicity</li>
<li>ISA 2004 was used to create the VPN</li>
<li><a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> 2003 <a href="http://www.steve-oh.com/blog/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">Server</a> VPN services were installed before VPN creation</li>
<li>I am currently using <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft">Microsoft</a> <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vista">Vista</a> Business Edition as the VPN client.  Windows <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with xp">XP</a> has not been tested.</li>
</ol>
<p>The directions downloaded <a target="_blank" href="http://www.microsoft.com/technet/isa/2004/deployment/default.mspx">here </a>were quite long, so I can only assume (and reasonably so) that the VPN I have set up is very basic and is not the ultimate in <a href="http://www.steve-oh.com/blog/index.php/tag/security/" class="st_tag internal_tag" rel="tag" title="Posts tagged with security">security</a>.  I actually only used some of Chapter 4 (about ~68% of it) to get it established and connected.  I verified connectivity and everything is working beautifully.  One thing, when I initially connected I was unable to hit the internet or anything else and I noticed that the default gateway for the VPN was set to 0.0.0.0  After a <a target="_blank" href="http://technet2.microsoft.com/windowsserver/en/library/5149b403-0639-4958-8d35-a1321077cdb71033.mspx?mfr=true">bit of research</a> I had to set the VPN to <strong>not</strong> use the Default Gateway of the VPN, and then everything worked like a dream.</p>
<p>My next task is utilize the increased security of L2TP/IPSec and use the certificates.</p>
<p>Using ISA 2004 made it a lot easier than I anticipated.  Below is the list of the actual steps I took, generalized of course:</p>
<ol>
<li>Install Remote Access / VPN role on Server 2003</li>
<li>Enable VPN connections through ISA 2004]</li>
<li>Create access rules allow VPN users to connect to the internal network</li>
<li>Enable Dial-in access to VPN user accounts
<ol>
<li>I wasn&#8217;t sure this was going to work as I do not have an Active Directory environment, but it was of no concern.  Instead of accessing the user properties via the Active Directory Users and <a href="http://www.steve-oh.com/blog/index.php/tag/computers/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computers">Computers</a> MMC snap-in, you simply go to Computer Management and edit the same option on the local user&#8217;s properties.</li>
</ol>
</li>
<li>Test it!</li>
</ol>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/2003/" title="2003" rel="tag">2003</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/computers/" title="computers" rel="tag">computers</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/network/" title="network" rel="tag">network</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/security/" title="security" rel="tag">security</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" title="xp" rel="tag">xp</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/vpn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

