<?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; ubuntu</title>
	<atom:link href="http://www.steve-oh.com/blog/index.php/tag/ubuntu/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>Ubuntu / RoundCube WebMail Domain Mismatch Issue &#8211; Internet Explorer &#8211; ERROR: Your Browser Does Not Support / Accept Cookies</title>
		<link>http://www.steve-oh.com/blog/index.php/roundcube-your-browser-does-not-accept-support-cookies-domain-issue/</link>
		<comments>http://www.steve-oh.com/blog/index.php/roundcube-your-browser-does-not-accept-support-cookies-domain-issue/#comments</comments>
		<pubDate>Sat, 16 May 2009 16:35:10 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=231</guid>
		<description><![CDATA[Introduction When the domain in the URL of your RoundCube instance and the domain the page is actually being rendered from are different are different, you will recieve an odd error message &#8211; your browser does not support cookies &#8211; from RoundCube.  My set up has an iFrame from one Domain redirecting to another, where [...]]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<p>When the domain in the URL of your RoundCube instance and the domain the page is actually being rendered from are different are different, you will recieve an odd error message &#8211; <strong>your browser does not support cookies</strong> &#8211; from RoundCube.  My set up has an iFrame from one Domain redirecting to another, where RoundCube sits.  Why did I do that? Because the actual domain is ugly and my client requested the web login to their <a href="http://www.steve-oh.com/blog/index.php/tag/email/" class="st_tag internal_tag" rel="tag" title="Posts tagged with email">email</a> be the same as the actual domain their emails come from.</p>
<p>FireFox and Chrome allow the login to work fine, but not IE.</p>
<p>However, Internet Explorer does not allow cookies from a 3rd party domain (the second one in the iFrame) to be downloaded, and silently deletes them &#8211; <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> measure I suppose &#8211; it is widely documented.  The only way to get around this is to modify the headers sent to notify the browser that the mismatch is intended.</p>
<h2><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></h2>
<p><strong>Email Domain:</strong> emailDomain.com<br />
<strong>Web <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> Domain:</strong> webDomain.com<br />
<strong>RoundCube URL:</strong> webDomain.com/webmail<br />
<strong>IMAP Server:</strong> <a href="http://www.steve-oh.com/blog/index.php/tag/mail/" class="st_tag internal_tag" rel="tag" title="Posts tagged with mail">mail</a>.emailDomain.com<br />
<strong>Redirects:</strong> emailDomain.com redirects HTTP traffic to webDomain.com, emailDomain.com redirects SMTP traffic to webDomain.com</p>
<p><strong>NOTES: </strong>emailDomain.com is basically just an alias. </p>
<p>If you try to login through webDomain.com via RoundCube (actually type in webDomain.com/webmail) it will work, the cookies will match up and everyone will be happy.</p>
<p>If you try to login through emailDomain.com (which will open up webDomina.com/webmail in an iFrame) it will not work with Internet Explorer 7 or 8.</p>
<h2><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></h2>
<p>I added the following line of code to the first line of code (after the comments) within the index.php file.</p>
<p><strong>file:</strong> /var/www/webmail/index.php <em>(please note that webmail is where RoundCube is installed)</em></p>
<p><strong>header(&#8216;P3P:CP=&#8221;IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT&#8221;&#8216;);</strong></p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/email/" title="email" rel="tag">email</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/mail/" title="mail" rel="tag">mail</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/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/solution/" title="solution" rel="tag">solution</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/xp/" title="xp" rel="tag">xp</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/roundcube-your-browser-does-not-accept-support-cookies-domain-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding multiple users to Ubuntu e-mail Server using a script</title>
		<link>http://www.steve-oh.com/blog/index.php/adding-multiple-users-to-ubuntu-e-mail-server-using-a-script/</link>
		<comments>http://www.steve-oh.com/blog/index.php/adding-multiple-users-to-ubuntu-e-mail-server-using-a-script/#comments</comments>
		<pubDate>Sat, 16 May 2009 16:17:11 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=226</guid>
		<description><![CDATA[These two scripts are very important for the system admin who regularly works with mail servers and somehow forgets to backup his system username and password! Let’s say somehow we lost the usernames and passwords of the mail server. In this case the admin has to manually create all the users and then change the [...]]]></description>
			<content:encoded><![CDATA[<p>These two scripts are very important for the <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> admin who regularly works with <a href="http://www.steve-oh.com/blog/index.php/tag/mail/" class="st_tag internal_tag" rel="tag" title="Posts tagged with mail">mail</a> servers and somehow forgets to backup his system username and password! Let’s say somehow we lost the usernames and passwords of the <a href="http://www.steve-oh.com/blog/index.php/tag/mail/" class="st_tag internal_tag" rel="tag" title="Posts tagged with mail">mail</a> <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>. In this case the admin has to manually create all the users and then change the passwords for all the users. Tedious <a href="http://www.steve-oh.com/blog/index.php/tag/job/" class="st_tag internal_tag" rel="tag" title="Posts tagged with job">job</a>. Let’s make our life easier.</p>
<p>First create a file which contains all the user name. Something like this:</p>
<p><code><em>nurealam<br />
nayeem<br />
mrahman<br />
farid<br />
rubi<br />
sankar</em></code></p>
<p>Save the file as <span class="system">userlist.txt</span>. Now create the following bash file:</p>
<p><code><em>#!/bin/sh<br />
for i in `more userlist.txt `<br />
do<br />
echo $i<br />
adduser $i<br />
done</em></code></p>
<p>Save the file and exit.</p>
<p class="command"><em>chmod 755 userlist.txt</em></p>
<p>Now run the file:</p>
<p class="command"><em>./userlist.txt</em></p>
<p>This will add all the users to the system. Now we have to change the passwords. Let’s say we want <span class="system">username123</span> as password. So for user <span class="system">nayeem</span> the password will be<span class="system">nayeem123</span>, <span class="system">rubi123</span> for user <span class="system">rubi</span> and so on.</p>
<p>Create another bash file as follows:</p>
<p><code><em>#!/bin/sh<br />
for i in `more userlist.txt `<br />
do<br />
echo $i<br />
echo $i"123" | passwd –-stdin "$i"<br />
echo; echo "User $username’s password changed!"<br />
done</em></code></p>
<p>Run the file. All the passwords are changed.</p>
<p>If you want to force all your users to change password, use the following code:</p>
<p>Force all your users to change their passwords because the temporary password is a <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> risk</p>
<p><code><em>#!/bin/sh<br />
for i in `more userlist.txt `<br />
do<br />
echo $i<br />
echo $i | change -d 0 "$i"<br />
echo; echo "User $i will be forced to change password on next login!"<br />
done</em></code></p>
<p>I then log as that user and see this</p>
<p><em>WARNING: Your password has expired.<br />
You must change your password now and login again!<br />
Changing password for user amcorona.<br />
Changing password for amcorona<br />
(current) UNIX password:</em></p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/email/" title="email" rel="tag">email</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/job/" title="job" rel="tag">job</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/mail/" title="mail" rel="tag">mail</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/mail-server/" title="mail server" rel="tag">mail server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/script/" title="script" rel="tag">script</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/system/" title="system" rel="tag">system</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/xp/" title="xp" rel="tag">xp</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/adding-multiple-users-to-ubuntu-e-mail-server-using-a-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu Mail Server &#8211; PostFix, DoveCot, RoundCube Authentication Error</title>
		<link>http://www.steve-oh.com/blog/index.php/ubuntu-mail-server-postfix-dovecot-roundcube-authentication-error/</link>
		<comments>http://www.steve-oh.com/blog/index.php/ubuntu-mail-server-postfix-dovecot-roundcube-authentication-error/#comments</comments>
		<pubDate>Mon, 11 May 2009 15:55:30 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[SteveOH]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=220</guid>
		<description><![CDATA[I&#8217;ve been dealing with this error for the past 2 weeks, trying to authenticate to my IMAP Mail Server (dovecot) over SSL (SASL). I continuously received errors for IMAP authentication. AtMailOpen did not work (and I cannot get it to authenticate correctly). So I tried RoundCube, which looks like a good mesh of functionality and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been dealing with this error for the past 2 weeks, trying to authenticate to my IMAP <a href="http://www.steve-oh.com/blog/index.php/tag/mail-server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with mail server">Mail Server</a> (dovecot) over SSL (SASL).  I continuously received errors for IMAP authentication.  AtMailOpen did not work (and I cannot get it to authenticate correctly).  So I tried RoundCube, which looks like a good mesh of functionality and aesthetics.</p>
<p>RoundCube installed great &#8211; easy and straight forward.  Here is the error I received:</p>
<p><strong>IMAP Error: </strong>Authentication for <a href="http://www.steve-oh.com/blog/index.php/tag/steveoh/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SteveOH">steveoh</a>@thelambdas.com failed (LOGIN): &#8220;a001 NO Authentication failed.&#8221;</p>
<p><strong>Warning: </strong>Cannot modify header information &#8211; headers already sent in <strong>/var/www/webmail/program/include/rcmail.php</strong> on line <strong>951</strong></p>
<p>There is very little to no solutions out there.  So I had to play with the configuration file and each argument, one by one (file: <strong>main.inc.php</strong> in the config directory).</p>
<p>Leave the username_domain field blank.  My <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>, apparently, doesn&#8217;t require the full <a href="http://www.steve-oh.com/blog/index.php/tag/email/" class="st_tag internal_tag" rel="tag" title="Posts tagged with email">email</a> address, only the user name, for authentication.</p>
<p><strong>From:<br />
</strong>$rcmail_config['username_domain'] = &#8216;example.com&#8217;;</p>
<p><strong>To:<br />
</strong>$rcmail_config['username_domain'] = &#8221;;</p>
<p>This solved 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>, and I&#8217;m able to log in using ONLY the user name (ie. username, not username@example.com).</p>
<p>Good luck.</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/email/" title="email" rel="tag">email</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/mail/" title="mail" rel="tag">mail</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/mail-server/" title="mail server" rel="tag">mail server</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/server/" title="server" rel="tag">server</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/steveoh/" title="SteveOH" rel="tag">SteveOH</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/ubuntu-mail-server-postfix-dovecot-roundcube-authentication-error/feed/</wfw:commentRss>
		<slash:comments>6</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>Ubuntu (Hardy Heron) freezes while playing MP3</title>
		<link>http://www.steve-oh.com/blog/index.php/ubuntu-hardy-heron-freezes-while-playing-mp3/</link>
		<comments>http://www.steve-oh.com/blog/index.php/ubuntu-hardy-heron-freezes-while-playing-mp3/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 20:41:04 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/index.php/2008/12/03/ubuntu-hardy-heron-freezes-while-playing-mp3/</guid>
		<description><![CDATA[I believe this to be caused by a recent update to the GStreamer plugins and codecs for MP3. To solve this problem, I had to completely remove (using Synaptic) Totem, MusicPlayer and GStreamer, reboot, and reinstall Totem.  Then open an MP3 and it&#8217;ll ask to install the GStreamer codecs. Next time you run updates, make [...]]]></description>
			<content:encoded><![CDATA[<p>I believe this to be caused by a recent update to the GStreamer plugins and codecs for MP3.</p>
<p>To solve this <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>, I had to completely remove (using Synaptic) Totem, MusicPlayer and GStreamer, reboot, and reinstall Totem.  Then open an MP3 and it&#8217;ll ask to install the GStreamer codecs.</p>
<p>Next time you run updates, make sure you deselect those dealing with audio.</p>

	Tags: <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/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/ubuntu-hardy-heron-freezes-while-playing-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu on a Flash Drive (or SSD)</title>
		<link>http://www.steve-oh.com/blog/index.php/ubuntu-on-a-flash-drive-or-ssd/</link>
		<comments>http://www.steve-oh.com/blog/index.php/ubuntu-on-a-flash-drive-or-ssd/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 15:57:45 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/index.php/2008/12/02/ubuntu-on-a-flash-drive-or-ssd/</guid>
		<description><![CDATA[Use these tips to speed things up.  My Ubuntu boots up in 34 seconds (to login screen) from 49 seconds and loads Gnome in 6 seconds now.  My flash drive is a Super Talent 8GB SM Style USB Flash Drive, with sustained reads at 30 MB/s. and writes at around 10 MB/s (I believe). http://wiki.eeeuser.com/yet_another_way_to_install_ubuntu_710 [...]]]></description>
			<content:encoded><![CDATA[<p>Use these tips to speed things up.  My <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> boots up in 34 seconds (to login screen) from 49 seconds and loads Gnome in 6 seconds now.  My flash drive is a <span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: Verdana; font-size: 12px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px">Super Talent 8GB SM Style USB Flash Drive,</span> with sustained reads at 30 MB/s. and writes at around 10 MB/s (I believe).</p>
<p>http://wiki.eeeuser.com/yet_another_way_to_install_ubuntu_710</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/ubuntu-on-a-flash-drive-or-ssd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Windows MBR using Ununtu</title>
		<link>http://www.steve-oh.com/blog/index.php/fix-windows-mbr-using-ununtu/</link>
		<comments>http://www.steve-oh.com/blog/index.php/fix-windows-mbr-using-ununtu/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 14:45:59 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/index.php/2008/09/10/fix-windows-mbr-using-ununtu/</guid>
		<description><![CDATA[So, I&#8217;ve been dieing to get an Ubuntu LiveUSB drive to work correctly.  I&#8217;ve been semi-successful.  It will work, but once you put it on another computer it gets flakey. Anyway, I tried utilizing the standard Ubuntu installation from the CD, which allows you to simply install to a USB Flash drive.  Great.  I was [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been dieing to get an <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> LiveUSB drive to work correctly.  I&#8217;ve been semi-successful.  It will work, but once you put it on another computer it gets flakey.</p>
<p>Anyway, I tried utilizing the standard Ubuntu installation from the CD, which allows you to simply install to a USB Flash drive.  Great.  I was doing this on a laptop with <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/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with xp">XP</a> already installed.  What the installer did, however, was overwrite the MBR of the 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> installation and installed <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> (this is standard and OK).  However, this isn&#8217;t what I needed, because the <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> <strong>will not</strong> boot up if the USB drive is not connected &#8211; There&#8217;s no BOOT LOADER! ahh!</p>
<p>I tried using a Windows Installation Disk to <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> it, however, I did not have drivers (or a floppy drive for that matter) for the SATA Hard Disk Drive (HDD) (BTW, what&#8217;s up with Windows STILL not fully supporting SATA out of the box for XP?!  Maybe it&#8217;s SP2&#8242;s fault, who knows).  So therefore, I could not use the typical <em>fixmbr</em> command from the Recovery Console.</p>
<p>To fix it I did the following.  I booted up using the Ubuntu installation on the USB drive.  Then I ran the following commands:</p>
<ol>
<li>sudo apt-get install lilo</li>
<li>sudo fdisk -l</li>
<li>Find the windows installation: mine was on /dev/sda</li>
<li>sudo lilo -M /dev/sda</li>
<li>sudo reboot 0</li>
</ol>
<p>This will place a boot loader on the windows disk and allow it to boot, without a hitch.  No, the Windows bootloader is not installed, but it works, and you <strong>will not</strong> notice the difference.</p>
<p>I hope this helps.  Good luck.</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/grub/" title="grub" rel="tag">grub</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/system/" title="system" rel="tag">system</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/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/fix-windows-mbr-using-ununtu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vundo / VundoMunde / VundoMundo Trojan Removal</title>
		<link>http://www.steve-oh.com/blog/index.php/vundo-vundomunde-vundomundo-trojan-removal/</link>
		<comments>http://www.steve-oh.com/blog/index.php/vundo-vundomunde-vundomundo-trojan-removal/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 19:26:26 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/index.php/2008/06/24/vundo-vundomunde-vundomundo-trojan-removal/</guid>
		<description><![CDATA[So I recently got bombarded with 2 infections of this pesky beast. Some variants are easy to remove (SpyBot can simply pull them out) but the variant I came across was resilient. It loaded a DLL into the Winlogon.exe (injection) executable file (the Windows process responsible for authentication to the Operating System &#8211; Windows cannot [...]]]></description>
			<content:encoded><![CDATA[<p>So I recently got bombarded with 2 infections of this pesky beast.  Some variants are easy to remove (SpyBot can simply pull them out) but the variant I came across was resilient.  It loaded a DLL into the Winlogon.exe (injection) executable file (the <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/process/" class="st_tag internal_tag" rel="tag" title="Posts tagged with process">process</a> responsible for authentication to the Operating <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> &#8211; <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> cannot run without it) and ran from there.  So you can&#8217;t kill the process, because the OS will reboot.  You can&#8217;t delete the DLL file, because the OS has it locked.  Basically, it&#8217;s like a tumor in the center of your brain&#8230; there&#8217;s really no winning.</p>
<p>There are a few solutions out there (very few) such as <a href="http://bbayles.googlepages.com/antivundo.html">Bayles&#8217; solution</a> and this one from a poster on <a href="http://techrepublic.com.com/5208-6230-0.html?forumID=102&amp;threadID=261811&amp;start=0">TechRepublic </a>, but unfortunately, neither was any good for me.  Bayles&#8217; <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> works for variants that inject into Explorer.exe, which is loaded once the OS is loaded and you log in.  However, winlogon is loaded as one of the first steps in loading the registry, so it&#8217;s loaded even before you press control-alt-delete (it&#8217;s actually the process that shows you the login screen).  The other <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> could have worked had I had administrative privileges on my machine, but I did not (this is my work machine).  Therefore, I had to find another <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> to bypass the OS from reinfecting itself, but still have access to the underlying file system.</p>
<p>I could have removed the <a href="http://www.steve-oh.com/blog/index.php/tag/hard-drive/" class="st_tag internal_tag" rel="tag" title="Posts tagged with hard drive">hard drive</a>, but I did not have another laptop to install the HDD into.  I couldn&#8217;t boot to the Recovery Console using an <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> CD, because I did not know the Administrative password.  So my solution?  I booted the laptop using an <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> <a href="http://www.steve-oh.com/blog/index.php/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linux">Linux</a> CD I had in my laptop bag.  Here&#8217;s what I did.</p>
<ol>
<li>Boot normally in Windows XP and get the names of the infected DLLs using <a href="http://bbayles.googlepages.com/antivundo.html">Bayles&#8217; method</a> (again, pendmove won&#8217;t work because winlogon is placed in memory (with the infected DLL) before pendmove is loaded).</li>
<li>Reboot using Ubuntu CD &#8211; hit enter at the first screen (Run or Install Ubuntu)</li>
<li>Unmount the NTFS file system (on a typical installation, it will be the entire drive) &#8211; We do this because the standard driver file is a read-only NTFS driver.</li>
<li>Open a terminal and install the ntfs-3g packages
<ol>
<li><em>sudo apt-get install ntfs-3g</em></li>
</ol>
</li>
<li>Create mount point
<ol>
<li><em>sudo mkdir /mnt/test</em></li>
</ol>
</li>
<li>Mount the hard drive
<ol>
<li><em>sudo mount -t ntfs-3g /dev/sda1 /mnt/test</em>
<ol>
<li><em>/dev/sda1</em> &#8211; is the partition we want to mount, yours may be different</li>
</ol>
<ol>
<li><em>/mnt/test</em> &#8211; is the directory in which to mount the partition</li>
</ol>
</li>
</ol>
</li>
<li>You can then browse to the windows/system32 directory and delete the infected DLLs (in my case the path was <em>/mnt/test/windows/system32/sbbqikklll.dll</em>)</li>
<li>Reboot and then you must run some scanners.  I suggest running <a href="http://www.safer-networking.org/">SpyBot </a>to clean up the rest of the garbage, and then maybe an anti-virus scanner (I used Symantec Corporate). Finally, run the <a href="http://www.microsoft.com/security/malwareremove">Windows Malware Removal Tool</a>.
<ol>
<li>This step is extremely important.  This trojan downloads other infections to your systems (ads, other programs, etc).  Who knows if these other files contain other viruses, trojans, keyloggers, etc.</li>
</ol>
</li>
</ol>
<p>I hope this helps.  Contact me if you need any special assistance.</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/hard-drive/" title="hard drive" rel="tag">hard drive</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/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/process/" title="process" rel="tag">process</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/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/ubuntu/" title="ubuntu" rel="tag">ubuntu</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/vundo-vundomunde-vundomundo-trojan-removal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox F8 Error</title>
		<link>http://www.steve-oh.com/blog/index.php/virtualbox-f8-error/</link>
		<comments>http://www.steve-oh.com/blog/index.php/virtualbox-f8-error/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 19:12:16 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=47</guid>
		<description><![CDATA[When running VirtualBox on Ubuntu (Fiesty) and trying to install Windows XP as the guest OS, you must press the F8 key to accept the Terms of Usage.  However, VirtualBox won&#8217;t let you for some strange reason.  After looking around for a little bit, I tried the combination Right Ctrl + F8 and it worked!  [...]]]></description>
			<content:encoded><![CDATA[<p>When running VirtualBox on <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> (Fiesty) and trying to install <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/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with xp">XP</a> as the guest OS, you must press the F8 key to accept the Terms of Usage.  <strong>However</strong>, VirtualBox won&#8217;t let you for some strange reason.  After looking around for a little bit, I tried the combination <em>Right Ctrl + F8</em> and it worked!  So I can only assume that either 1) the function keys (F-keys) need the Host Return key to work, or 2) this is a bug that was supposed to be fixed but wasn&#8217;t.</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/operating-system/" title="operating system" rel="tag">operating system</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/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/virtualbox-f8-error/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

