<?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>Righteous Hack</title>
	<atom:link href="http://www.righteoushack.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.righteoushack.net</link>
	<description>Tips, tricks, &#38; insight from people who know.</description>
	<lastBuildDate>Fri, 21 May 2010 12:16:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMUG: Tech Data in Clearwater, FL.</title>
		<link>http://www.righteoushack.net/?p=576</link>
		<comments>http://www.righteoushack.net/?p=576#comments</comments>
		<pubDate>Fri, 21 May 2010 12:16:52 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[himuraken]]></category>
		<category><![CDATA[VMUG]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=576</guid>
		<description><![CDATA[Attended my second VMware User Group Meeting (VMUG) today. The first meeting that I attended was held at the Southwest Florida Water Management District&#8217;s office a couple of month back. Today&#8217;s meeting was sponsored by Tech Data and held at their Clearwater, FL headquarters.
First up was VMware which gave a presentation of upcoming features in [...]]]></description>
			<content:encoded><![CDATA[<p>Attended my second VMware User Group Meeting (VMUG) today. The first meeting that I attended was held at the Southwest Florida Water Management District&#8217;s office a couple of month back. Today&#8217;s meeting was sponsored by Tech Data and held at their Clearwater, FL headquarters.</p>
<p>First up was VMware which gave a presentation of upcoming features in View 4.5. Numerous alpha/beta screenshots were displayed which showcased numerous improvements and new features. We were asked as group not to share the exact features as this is still a work in progress so I will end that there. </p>
<p>Next up was IBM with a more hardware CAPEX/OPEX oriented presentation. Some of the hardware that was discussed was really impressive, things like 2TB of system RAM, blade enclosures, and 1.8&#8243; SSD &#8220;flash packs&#8221; that cut costs and push IOPS through the roof.</p>
<p>The final presenter Qlogic, was pretty interesting. The presentation included 8Gb FC, fibre channel over ethernet, and 10Gb copper.</p>
<p>After the presentations everyone broke up into groups and went on tours of the Tech Data Solutions Center and then into discussions with each of the three presenters.</p>
<p>See you at the next VMUG.</p>
<p>&#8211;Himuraken</p>
<!-- AdSense Now! V1.37 -->
<!-- Post[count: 2] -->
<div class="adsense adsense-leadout" style="text-align:center;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "pub-6837397014843927";
/* 728x90, created 6/5/09 */
google_ad_slot = "9578405451";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=576</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful link from VCPgeeks on ESXi logging</title>
		<link>http://www.righteoushack.net/?p=569</link>
		<comments>http://www.righteoushack.net/?p=569#comments</comments>
		<pubDate>Tue, 11 May 2010 19:57:36 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=569</guid>
		<description><![CDATA[See the following link for a more detailed understanding of ESXi 4.0 log directories and handling VMware ESXi 4 Log Files





]]></description>
			<content:encoded><![CDATA[<p>See the following link for a more detailed understanding of ESXi 4.0 log directories and handling <a href="http://vcpgeeks.blogspot.com/2010/03/vmware-esxi-4-log-files.html">VMware ESXi 4 Log Files</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=569</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crontab Generator Makes Scheduling Even Easier</title>
		<link>http://www.righteoushack.net/?p=566</link>
		<comments>http://www.righteoushack.net/?p=566#comments</comments>
		<pubDate>Wed, 14 Apr 2010 12:35:38 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=566</guid>
		<description><![CDATA[For those that have never used crontab, it can be a daunting task to schedule a simple script. As with all things, I highly recommend that you learn the meanings of CLI programs and their usage etcetera. With that said, I wanted to check my crontab job against a generator of sorts just to be [...]]]></description>
			<content:encoded><![CDATA[<p>For those that have never used crontab, it can be a daunting task to schedule a simple script. As with all things, I highly recommend that you learn the meanings of CLI programs and their usage etcetera. With that said, I wanted to check my crontab job against a generator of sorts just to be sure I had it right. If you want a simple click and go on crontab generator, I recommend using the one provided by <a href="http://www.htmlbasix.com/crontab.shtml">HTML Basix</a>. Enjoy!</p>
<p>&#8211;Himuraken</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=566</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VDI. Who Will Win?</title>
		<link>http://www.righteoushack.net/?p=560</link>
		<comments>http://www.righteoushack.net/?p=560#comments</comments>
		<pubDate>Tue, 06 Apr 2010 15:32:02 +0000</pubDate>
		<dc:creator>habanero_joe</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Virtualization VMware Citrix Microsoft]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=560</guid>
		<description><![CDATA[The VDI marketplace has been heating up. VMware&#8217;s recent launch of View 4 seems to have sparked more interest overall.
Microsoft has further cemented its partnership with Citrix to provide virtual desktops. Microsoft has also simplified (and reduced pricing) on using desktop OS in a virtual environment.
Recent promotions by Citrix (and Microsoft) are geared towards taking [...]]]></description>
			<content:encoded><![CDATA[<p>The VDI marketplace has been heating up. VMware&#8217;s recent launch of View 4 seems to have sparked more interest overall.<br />
Microsoft has further cemented its partnership with Citrix to provide virtual desktops. Microsoft has also simplified (and reduced pricing) on using desktop OS in a virtual environment.<br />
Recent promotions by Citrix (and Microsoft) are geared towards taking customers away from VMware. Citrix, which has a large installed base in the remote access arena, should do well with the XenApp to XenDesktop trade-in.<br />
Red Hat has just announced that it will offer desktop virtualization based on KVM.<br />
I expect many companies may wait until their next desktop refresh cycle to implement VDI. Moving to low-cost thin and zero clients certainly makes sense from an administration perspective.<br />
This is an exciting time for anyone involved in virtualization!</p>
<p>- habanero_joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=560</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper9 GuessMyOS</title>
		<link>http://www.righteoushack.net/?p=558</link>
		<comments>http://www.righteoushack.net/?p=558#comments</comments>
		<pubDate>Mon, 05 Apr 2010 16:52:01 +0000</pubDate>
		<dc:creator>habanero_joe</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=558</guid>
		<description><![CDATA[This falls under the category of Fun Apps. I recently installed GuessMyOS by Hyper9 (who make several virtualization management apps). This is a plugin for VI3 and vSphere4 client. GuessMyOS replaces the generic VM icons with OS-specific for Linux and Windows. Personally I like seeing the penguin.
This is tied to the client so must be [...]]]></description>
			<content:encoded><![CDATA[<p>This falls under the category of Fun Apps. I recently installed GuessMyOS by Hyper9 (who make several virtualization management apps). This is a plugin for VI3 and vSphere4 client. GuessMyOS replaces the generic VM icons with OS-specific for Linux and Windows. Personally I like seeing the penguin.<br />
This is tied to the client so must be enabled for each client instance.</p>
<p><a href="http://downloads.hyper9.com/h9ds/index.jsf"  alt="Hyper9">Hyper9</a></p>
<p>- habanero_joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=558</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware View 4 Evaluation</title>
		<link>http://www.righteoushack.net/?p=555</link>
		<comments>http://www.righteoushack.net/?p=555#comments</comments>
		<pubDate>Mon, 15 Mar 2010 16:28:51 +0000</pubDate>
		<dc:creator>habanero_joe</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=555</guid>
		<description><![CDATA[After attending the VMware View 4 Launch tour in Tampa a couple of weeks ago, I loaded up the evaluation to give it a good field test.
NOTE: I recommend reading the documentation BEFORE installing&#8230;
A few points to consider prior to rolling out the product:
1) View Server requires a MS Windows Server (2008 is not supported [...]]]></description>
			<content:encoded><![CDATA[<p>After attending the VMware View 4 Launch tour in Tampa a couple of weeks ago, I loaded up the evaluation to give it a good field test.</p>
<p>NOTE: I recommend reading the documentation BEFORE installing&#8230;</p>
<p>A few points to consider prior to rolling out the product:<br />
1) View Server requires a MS Windows Server (2008 is not supported yet) that is a domain member.<br />
2) View Composer requires vCenter Server and is installed as a service on vCenter.<br />
3) So far only Windows desktop OS is supported.<br />
4) There is a 32-bit Open Source client available (Google it).</p>
<p>Note: View Composer is not required to evaluate View but it is worth the slightly extra work to see it in action. Composer certainly makes it easier to rapidly create multiple desktops from a single template.</p>
<p>Observations after a couple of weeks:<br />
After the initial set up, I have not had to do anything other than reboot the View Server after it became non-responsive. This caused a seemingly unrelated error when trying to connect with View Client.</p>
<p>My next steps are to get the Open Source Client working and hopefully to get a PCoIP &#8220;zero client&#8221; device to test. My initial thought is why would I connect to a Windows desktop from a Windows desktop?</p>
<p>More later&#8230;</p>
<p>- habanero_joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=555</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recreate OWA Virtual Directory IIS7 / Exchange 2007</title>
		<link>http://www.righteoushack.net/?p=551</link>
		<comments>http://www.righteoushack.net/?p=551#comments</comments>
		<pubDate>Wed, 10 Mar 2010 16:23:11 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[himuraken]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[OWA]]></category>
		<category><![CDATA[sbs]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=551</guid>
		<description><![CDATA[Ran into an issue today where a clients SBS 2008 server stopped servicing requests made to hostname/owa. I am still unsure as to what caused this issue but find a fairly simple way to recreate the OWA virtual directory for IIS. Many admins are familiar with this procedure / howto for Exchange 2003 but are [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into an issue today where a clients SBS 2008 server stopped servicing requests made to hostname/owa. I am still unsure as to what caused this issue but find a fairly simple way to recreate the OWA virtual directory for IIS. Many admins are familiar with <a href="http://www.msexchange.org/tutorials/Resetting-OWA-Folder-IIS-security-permissions-Exchange-2003.html">this procedure / howto for Exchange 2003</a> but are unable to find something similar for Exchange 2007. While the step that I will describe below is not as in depth as the previous link, it did resolve my issue.</p>
<p>If your OWA is giving you the dreaded 404 treatment try this: Open IIS Manager and delete the OWA virtual directory. Next you will need to open the Exchange Management Shell. Enter in the following command and press enter afterwards: <strong><code>New-OWAVirtualDirectory -OwaVersion:Exchange2007 -Name "OWA" </strong></code>.</p>
<p>That will rebuild / recreate the OWA virtual directory and start accepting client requests immediately. Please note that this recreates the OWA virtual directory under Default Web Site, not under SBS Web Applications like a default SBS / Exchange 2K7 install.</p>
<p>Hopefully, this one liner will save you some trouble.</p>
<p>&#8211;Himuraken</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=551</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Welcoming a new author!</title>
		<link>http://www.righteoushack.net/?p=548</link>
		<comments>http://www.righteoushack.net/?p=548#comments</comments>
		<pubDate>Thu, 04 Mar 2010 15:41:54 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Non-technical]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[himuraken]]></category>
		<category><![CDATA[psythian]]></category>
		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=548</guid>
		<description><![CDATA[RighteousHack welcomes our newest author, Psythian to the blog. Psythian brings years of network and systems insight to our blog. Among other things, Psythian&#8217;s expertises lie within the small business and local government markets.
Welcome to the blog Psythian!
&#8211;Himuraken
]]></description>
			<content:encoded><![CDATA[<p>RighteousHack welcomes our newest author, Psythian to the blog. Psythian brings years of network and systems insight to our blog. Among other things, Psythian&#8217;s expertises lie within the small business and local government markets.</p>
<p>Welcome to the blog Psythian!</p>
<p>&#8211;Himuraken</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=548</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Beauty of Being Hardware Agnostic</title>
		<link>http://www.righteoushack.net/?p=540</link>
		<comments>http://www.righteoushack.net/?p=540#comments</comments>
		<pubDate>Wed, 03 Mar 2010 00:54:28 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[himuraken]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=540</guid>
		<description><![CDATA[We can all agree that virtualization has numerous benefits. One of the obvious benefits is that virtualization makes systems hardware agnostic. This is one of my favorite features of going virtual. I am responsible for the network operations of many businesses and being able to forget about hardware compatibilities on the OS level is a [...]]]></description>
			<content:encoded><![CDATA[<p>We can all agree that virtualization has numerous benefits. One of the obvious benefits is that virtualization makes systems hardware agnostic. This is one of my favorite features of going virtual. I am responsible for the network operations of many businesses and being able to forget about hardware compatibilities on the OS level is a major advantage.</p>
<p>We experienced the benefits of this ourselves today while upgrading one of our servers. We added additional RAM and changed CPUs. The memory was no surprise, it is rarely an issue. When it is, it is a hardware issue not an OS one. CPU swaps are generally more complex. I have seen many Windows systems become unstable after increasing or decreasing the number of processors/cores. </p>
<p>So when we got the chance to upgrade one of our ESXi servers from two dual core processors over to two quad cores we had to test it. In true anticlimactic fashion everything worked perfectly. The VMware server booted flawlessly and now shows the additional cores and RAM.</p>
<p>So if you can get your hands on upgrade parts or new servers all together, go for it!</p>
<p><strong>*Update*</strong> We have since bumped the server up to 32GB of RAM, great stuff. We plan to upgrade the CPU&#8217;s again in the near future. It just keeps getting better.</p>
<p>&#8211;Himuraken</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=540</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breath a little life into your Small Business Server</title>
		<link>http://www.righteoushack.net/?p=539</link>
		<comments>http://www.righteoushack.net/?p=539#comments</comments>
		<pubDate>Tue, 02 Mar 2010 19:14:49 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[MSP]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[himuraken]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sbs]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=539</guid>
		<description><![CDATA[This one seems like an obvious one, but I will post it anyways. Chances are that you have deployed and/or maintain Windows 2003 Small Business Server. Many small businesses purchased SBS during &#8220;the good times&#8221; of 2003-2008.
Due to the licensing restrictions imposed on the product by Microsoft, these servers are always one boxed. That is [...]]]></description>
			<content:encoded><![CDATA[<p>This one seems like an obvious one, but I will post it anyways. Chances are that you have deployed and/or maintain Windows 2003 Small Business Server. Many small businesses purchased SBS during &#8220;the good times&#8221; of 2003-2008.</p>
<p>Due to the licensing restrictions imposed on the product by Microsoft, these servers are always one boxed. That is to say that they have too many servers and services on the same hardware.  Most of these systems are reaching their end of life and are running slower than ever.</p>
<p>These 32bit boxes are usually maxed on RAM (4GB) and are starving for more. Lately I have been auditing the list of installed applications and removing as needed. The memory hog is usually some SQL server running even though it isn&#8217;t in use. Take into account Backup Exec, WSUS, SBS Monitoring, and Sharepoint and you begin to see where all that RAM is going. Almost all of my clients have been moved over to a managed services platform which handles Windows Updates and system monitoring.  That takes out two standard SQL databases/instances right off the bat.</p>
<p>So the long story short is this: Reevaluate the needs of your aging servers and get more from them by removing obsolete tools.</p>
<p>&#8211;Himuraken</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=539</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcoming a new author!</title>
		<link>http://www.righteoushack.net/?p=527</link>
		<comments>http://www.righteoushack.net/?p=527#comments</comments>
		<pubDate>Tue, 02 Mar 2010 19:02:41 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Non-technical]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[kiddamd]]></category>
		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=527</guid>
		<description><![CDATA[RighteousHack welcomes our newest author, KiddAMD to the blog. KiddAMD brings years of network and systems management to our blog. The Kidd has vast experience working with small businesses, web development, and hosting to mention a few.
Welcome to the blog KiddAMD!
&#8211;Himuraken
]]></description>
			<content:encoded><![CDATA[<p>RighteousHack welcomes our newest author, KiddAMD to the blog. KiddAMD brings years of network and systems management to our blog. The Kidd has vast experience working with small businesses, web development, and hosting to mention a few.</p>
<p>Welcome to the blog KiddAMD!</p>
<p>&#8211;Himuraken</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=527</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiding Windows User Accounts</title>
		<link>http://www.righteoushack.net/?p=514</link>
		<comments>http://www.righteoushack.net/?p=514#comments</comments>
		<pubDate>Sat, 27 Feb 2010 13:00:28 +0000</pubDate>
		<dc:creator>kiddamd</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=514</guid>
		<description><![CDATA[Interested in creating a hidden local maintenance account for a Windows box? Is easy to do, just go to the registry under HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList, create a new dword and name it the exact same as the account you want to hide. A value of &#8220;0&#8243; hides the account and a value of &#8220;1&#8243; displays it at [...]]]></description>
			<content:encoded><![CDATA[<p>Interested in creating a hidden local maintenance account for a Windows box? Is easy to do, just go to the registry under HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList, create a new dword and name it the exact same as the account you want to hide. A value of &#8220;0&#8243; hides the account and a value of &#8220;1&#8243; displays it at the welcome screen. That&#8217;s all it takes. This works the same on a Vista or Win7 box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=514</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcoming a new author!</title>
		<link>http://www.righteoushack.net/?p=482</link>
		<comments>http://www.righteoushack.net/?p=482#comments</comments>
		<pubDate>Fri, 26 Feb 2010 13:00:07 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Non-technical]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=482</guid>
		<description><![CDATA[RighteousHack welcomes our newest author, habanero_joe to the blog. Habanero_joe brings years of IT management and hands-on experience to our blog. When asked about himself he simply states that he &#8220;Enjoys candle lit dinners and long walks on the beach.&#8221; I pretty much have zero questions left after that.
We look forward to the insight and [...]]]></description>
			<content:encoded><![CDATA[<p>RighteousHack welcomes our newest author, habanero_joe to the blog. Habanero_joe brings years of IT management and hands-on experience to our blog. When asked about himself he simply states that he &#8220;Enjoys candle lit dinners and long walks on the beach.&#8221; I pretty much have zero questions left after that.</p>
<p>We look forward to the insight and experience that habanero_joe brings to our humble site. We have imported all of habanero_joe&#8217;s posts from his Blogger site so that our readers can enjoy his previous posts. You can view his previous blog <a href="http://habanero.orvcurry.net/">here.</a></p>
<p>&#8211;himuraken</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=482</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware View Launch Tour</title>
		<link>http://www.righteoushack.net/?p=485</link>
		<comments>http://www.righteoushack.net/?p=485#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:00:33 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[VDI]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=485</guid>
		<description><![CDATA[Woke up nice and early this morning in lovely Tampa, FL for the VMware View Launch Tour. I have been playing around with various virtual technologies for quite awhile now. What I haven&#8217;t used at all is any form of VDI or Virtual Desktop Infrastructure. In my ever evolving quest to learn all that I [...]]]></description>
			<content:encoded><![CDATA[<p>Woke up nice and early this morning in lovely Tampa, FL for the VMware View Launch Tour. I have been playing around with various virtual technologies for quite awhile now. What I haven&#8217;t used at all is any form of VDI or Virtual Desktop Infrastructure. In my ever evolving quest to learn all that I can, I signed up for the View Launch Tour so that I could learn more. The event was informative overall, even though the presentations from VMware and Dell contained the usual sales pitches. VMware focused on View, ThinApp, and related technologies while Dell gave a full demo of the Dell EqualLogic SAN. This is the third or fourth time that I have seen a demo on the Equal Logic and I am always impressed with the simplicity of the system. Anyways, desktop virtualization is a rapidly expanding sector in the virtual world and is well worth a look.</p>
<p><em>You can find additional information on the tour here: </em><a href="http://blogs.vmware.com/view/2010/02/vmware-view-launch-tour-and-resource-updates.html">VMware View Launch Tour</a></p>
<p>&#8211;himuraken</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=485</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Press for BlackBerry App</title>
		<link>http://www.righteoushack.net/?p=510</link>
		<comments>http://www.righteoushack.net/?p=510#comments</comments>
		<pubDate>Thu, 25 Feb 2010 16:30:45 +0000</pubDate>
		<dc:creator>habanero_joe</dc:creator>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Blackberry]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=510</guid>
		<description><![CDATA[Just installed Word Press app for BlackBerry. Writing this post on it.
It works great! If you are BlackBerry &#038; Word Press user get this FREE app today. You will thank yourself later.
Get it from BlackBerry App World
-habaerno_joe
]]></description>
			<content:encoded><![CDATA[<p>Just installed Word Press app for BlackBerry. Writing this post on it.<br />
It works great! If you are BlackBerry &#038; Word Press user get this FREE app today. You will thank yourself later.</p>
<p>Get it from BlackBerry App World</p>
<p>-habaerno_joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=510</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling all Ubuntu fans</title>
		<link>http://www.righteoushack.net/?p=457</link>
		<comments>http://www.righteoushack.net/?p=457#comments</comments>
		<pubDate>Wed, 24 Feb 2010 15:42:18 +0000</pubDate>
		<dc:creator>habanero_joe</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=457</guid>
		<description><![CDATA[This week I joined the Ubuntu LoCo Florida Team and participated in last night&#8217;s team meeting (via IRC).  Seems like a great group of people AND an excellent way to get more involved with Ubuntu (and really any Linux).
In addition to the IRC meetings, there are scheduled meetups to perform various activities such as installing [...]]]></description>
			<content:encoded><![CDATA[<p>This week I joined the Ubuntu LoCo Florida Team and participated in last night&#8217;s team meeting (via IRC).  Seems like a great group of people AND an excellent way to get more involved with Ubuntu (and really any Linux).</p>
<p>In addition to the IRC meetings, there are scheduled meetups to perform various activities such as installing networks for youth homes/schools, bug testing, documentation writing, and just plain fun. Anyone out there enjoy bar-b-que and beer???</p>
<p>I look forward to greater involvement!</p>
<p>If you have no idea what IRC is and need a Linux client to get started, I recommend xchat (sudo apt-get install xchat)</p>
<p><em>For more information and to join:</em><br />
<a href="https://wiki.ubuntu.com/LoCoTeams">https://wiki.ubuntu.com/LoCoTeams</a><br />
<a href="http://ubuntuforums.org/forumdisplay.php?f=225">http://ubuntuforums.org/forumdisplay.php?f=225</a><br />
<a href="https://wiki.ubuntu.com/FloridaTeam">https://wiki.ubuntu.com/FloridaTeam</a><br />
<a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat">http://en.wikipedia.org/wiki/Internet_Relay_Chat</a></p>
<p>- habanero_joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=457</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu LoCo Team Meetings</title>
		<link>http://www.righteoushack.net/?p=455</link>
		<comments>http://www.righteoushack.net/?p=455#comments</comments>
		<pubDate>Wed, 24 Feb 2010 02:22:17 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[loco]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=455</guid>
		<description><![CDATA[Just wrapped up another Ubuntu LoCo meeting. The meetings are fun, informative, and full of ideas. I am still truly amazed by the community efforts in open source project and Ubuntu is no exception. 
You can join your LoCo anytime or idle in ours on Freenode @ #ubuntu-us-fl.
&#8211;himuraken
]]></description>
			<content:encoded><![CDATA[<p>Just wrapped up another Ubuntu LoCo meeting. The meetings are fun, informative, and full of ideas. I am still truly amazed by the community efforts in open source project and Ubuntu is no exception. </p>
<p>You can join your LoCo anytime or idle in ours on Freenode @ #ubuntu-us-fl.</p>
<p>&#8211;himuraken</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=455</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IRC Client for BlackBerry</title>
		<link>http://www.righteoushack.net/?p=449</link>
		<comments>http://www.righteoushack.net/?p=449#comments</comments>
		<pubDate>Mon, 22 Feb 2010 12:28:16 +0000</pubDate>
		<dc:creator>habanero_joe</dc:creator>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Mobile App]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=449</guid>
		<description><![CDATA[Looking for a no-charge BlackBerry IRC client? (or any J2ME device) I was and found jmirc. It is fairly basic and I feel that the interface is sort of clunky but it gets the job done. Current version is 0.96.
One of the nice features is that you can create profiles for various IRC host, channels [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for a no-charge BlackBerry IRC client? (or any J2ME device) I was and found jmirc. It is fairly basic and I feel that the interface is sort of clunky but it gets the job done. Current version is 0.96.</p>
<p>One of the nice features is that you can create profiles for various IRC host, channels and/or nicknames.</p>
<blockquote><p>&#8220;This project started as a fork of Sverre Valskrå&#8217;s <a href="http://wirelessirc.sourceforge.net/">WLIrc</a> but eventually led to be a complete rewrite project. Its aim is to be as small and lightweight as possible still trying to maintain the ease of use and all needed features. At the same time it tries to be some kind of hybrid implementing all the most useful features from other clients.&#8221;</p></blockquote>
<p>Main info page:<a href="http://jmirc.sourceforge.net"> jmirc.sourceforge.net</a></p>
<p>Blackberry download: <a href="http://jmirc.sf.net/beta/jmIrc.jad"> jmirc.sf.net/beta/jmIrc.jad</a></p>
<p>- habanero_joe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=449</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Apps You Need</title>
		<link>http://www.righteoushack.net/?p=441</link>
		<comments>http://www.righteoushack.net/?p=441#comments</comments>
		<pubDate>Wed, 03 Feb 2010 22:00:14 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[comics]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[torrents]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=441</guid>
		<description><![CDATA[I am still buzzing with joy over my recent Android phone  purchase. The Android Marketplace has proven very useful, I have found many useful apps and wanted to share a few worth trying out.
1. Listen &#8211; This Google app is a must have if you listen to podcasts. Forget the old days of downloading [...]]]></description>
			<content:encoded><![CDATA[<p>I am still buzzing with joy over my recent Android phone  purchase. The Android Marketplace has proven very useful, I have found many useful apps and wanted to share a few worth trying out.</p>
<p>1. Listen &#8211; This Google app is a must have if you listen to podcasts. Forget the old days of downloading them and syncing them to your mobile/DAP. With Listen, you subscribe, download, and stream right from your phone.</p>
<p>2. Seesmic &#8211; This great little app is for those Twitter users on the go. After installing and logging into my account, I was able to perform all of the tasks that I expect from a Twitter client. Simple and intuitive.</p>
<p>3. NewsRob &#8211; If you are a Google Reader user you probably are familiar with using GR from your mobile browser. It isn&#8217;t any fun. NewsRob is simple, fast, and free. With numerous options for reading and syncing, this app is great.</p>
<p>4. Advanced Task Killer Free &#8211; The name is pretty self explanitory, it kills running processes. This is especially useful on the Android operating system which seems to leave everything running in the background even though you think that you exited.</p>
<p>5. TorrentFu &#8211; This app is excellent for controlling Transmission and other torrent clients. Uploading, starting, pausing, and all the other basic controls are available. A neat feature is the ability to search for torrents right from the phone and submit them to any of your configured profiles for downloading. There is also a built-in barcode scanner which converts barcodes into torrent searches. Perfect for those times in the movie/music aisle.</p>
<p>6. Katawa &#8211; Web comics! If you are a fan of XKCD, Indexed, Dinosaur Comics, and the like, this app is for you. It pulls the latest strip on demand.</p>
<p>There are many others&#8230; far to many to list actually. Anyways, I hope that this short list helps out new Android users.</p>
<p>&#8211;himuraken</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=441</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Pending Deletion in BES/BPS</title>
		<link>http://www.righteoushack.net/?p=429</link>
		<comments>http://www.righteoushack.net/?p=429#comments</comments>
		<pubDate>Fri, 22 Jan 2010 19:11:51 +0000</pubDate>
		<dc:creator>himuraken</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BPS]]></category>
		<category><![CDATA[PDA]]></category>
		<category><![CDATA[phones]]></category>

		<guid isPermaLink="false">http://www.righteoushack.net/?p=429</guid>
		<description><![CDATA[Ran into this one today&#8230; Client&#8217;s BlackBerry Professional server 1 user license and I had to remove the user from the configuration. After several minutes I attempted to add the user back in and was told that I was out of licenses. The status page showed that a total of one user(s) was configured, while [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into this one today&#8230; Client&#8217;s BlackBerry Professional server 1 user license and I had to remove the user from the configuration. After several minutes I attempted to add the user back in and was told that I was out of licenses. The status page showed that a total of one user(s) was configured, while the user page showed zero. I restarted all services and attempted a few other things before running into the following commands which worked immediately.</p>
<p>1. Open a command prompt on the BES/BPS database server and run <strong><code>osql -E</code></strong></p>
<p>2. Next, enter the following commands one line at a time, pressing enter after each command:<br />
-a. <strong><code>use BESMgmt</code></strong><br />
-b. <strong><code>select DisplayName from UserConfig</code></strong><br />
-c. <strong><code>go</code></strong></p>
<p>3. You should get a name(returned) by the database.<br />
-a. <strong><code>use BESMgmt</code></strong><br />
-b. <strong><code>delete from UserConfig where DisplayName="name-to-remove"</code></strong><br />
-c. <strong><code>go</code></strong></p>
<p>You can now open or refresh the BlackBerry Manager and check the number of licensed users which will not be minus one.</p>
<p>&#8211;Himuraken</p>
]]></content:encoded>
			<wfw:commentRss>http://www.righteoushack.net/?feed=rss2&amp;p=429</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
