<?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>Always Get Better &#187; Windows Vista</title>
	<atom:link href="http://www.alwaysgetbetter.com/blog/category/operating-systems/windows-vista-operating-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alwaysgetbetter.com/blog</link>
	<description>Never stop looking for ways to improve</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:00:17 +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>Life in Linux</title>
		<link>http://www.alwaysgetbetter.com/blog/2010/08/06/life/</link>
		<comments>http://www.alwaysgetbetter.com/blog/2010/08/06/life/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 00:50:36 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.alwaysgetbetter.com/blog/?p=326</guid>
		<description><![CDATA[So I wiped my hard drive and installed Ubuntu. After struggling with the decision to switch from Windows for some time, I finally resolved to move. So far the results have been very good. My system boots up and is ready to use in less than a minute, there is no lag loading and switching [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>So I wiped my hard drive and installed Ubuntu. After <a href="http://www.alwaysgetbetter.com/blog/2010/08/02/thinking-switching-ubuntu/">struggling with the decision to switch from Windows</a> for some time, I finally resolved to move.</p>
<p>So far the results have been very good. My system boots up and is ready to use in less than a minute, there is no lag loading and switching programs, and everything I need for my day-to-day programming is available much more readily than it was with the other operating system.</p>
<p>The most striking difference to me is the amount of disk space I now have available to me. With all of my software, work projects, and operating system overhead, Windows left 80Gb free from my 285Gb drive. With all of my projects, code libraries, files and operating system installed, Ubuntu uses <em>just 6.7Gb</em>, leaving 97% of the drive available for my use. I am blown away by how much less clutter I have now.</p>
<p>I haven&#8217;t tried to do very much with Mono yet; we&#8217;ll see how it works when I try making improvements to my <a href="http://www.alwaysgetbetter.com/blog/category/siteassistant/">SiteAssistant</a> project. I&#8217;ve been reading about <a href="http://www.mono-project.com/Winforms">Mono&#8217;s Winforms</a> capabilities and so far am impressed by the possibilities. We&#8217;ll see how well it works with my fairly simple project; with any luck I may have found a cross-platform .NET solution with this one. Maybe the Winforms explorations will be a good topic for a future post.</p>
<p>Not missing Office yet, either. My Quicken financial software has been running perfectly under Wine, and all of my files appear to have made the move intact. I still own licenses to all my software, so on those rare instances if I really need it I can install Windows with <a href="http://www.virtualbox.org/">VirtualBox</a> and fill up some of that hard drive space I&#8217;ve earned.</p>
<div style="width:468px;margin:0 auto">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-0410364841759590";
/* Homepage, 468x60 ads, After posts, created 12/19/08 */
google_ad_slot = "4210204644";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.alwaysgetbetter.com/blog/2010/08/06/life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wamp Server Crashes Installing X-Cart</title>
		<link>http://www.alwaysgetbetter.com/blog/2010/01/24/wamp-server-crashes-installing-xcart/</link>
		<comments>http://www.alwaysgetbetter.com/blog/2010/01/24/wamp-server-crashes-installing-xcart/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 02:38:32 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[x-cart]]></category>

		<guid isPermaLink="false">http://www.alwaysgetbetter.com/blog/?p=294</guid>
		<description><![CDATA[When running a default installation, WAMP Server&#8217;s Apache crashes when installing X-Cart. The error happens immediately after setting up the MySQL tables and is caused by the curl extension in PHP. To resolve, click on the WAMP Server icon in the task tray, go to Apache -> Version -> Get More. Download one of the [...]
Related posts:<ol>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/26/protect-ssh-server-rsa-keys/' rel='bookmark' title='Protect Your SSH Server with RSA Keys'>Protect Your SSH Server with RSA Keys</a></li>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/09/memcached-session-handler/' rel='bookmark' title='Memcached as Session Handler'>Memcached as Session Handler</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When running a default installation, WAMP Server&#8217;s Apache crashes when installing X-Cart. The error happens immediately after setting up the MySQL tables and is caused by the curl extension in PHP.</p>
<p>To resolve, click on the WAMP Server icon in the task tray, go to Apache -> Version -> Get More. Download one of the 2.0 series Apache servers and install it.</p>
<p>Repeat the process for PHP; download one of the 5.0 series PHP versions and install it.</p>
<p>Switch WAMP Server to the new versions and run the install again &#8211; it should work with no problems.</p>
<p>Related posts:<ol>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/26/protect-ssh-server-rsa-keys/' rel='bookmark' title='Protect Your SSH Server with RSA Keys'>Protect Your SSH Server with RSA Keys</a></li>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/09/memcached-session-handler/' rel='bookmark' title='Memcached as Session Handler'>Memcached as Session Handler</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.alwaysgetbetter.com/blog/2010/01/24/wamp-server-crashes-installing-xcart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VISTA: How to fix SQL Server Express Error &#8211; CREATE DATABASE permission denied in database &#8216;master&#8217;</title>
		<link>http://www.alwaysgetbetter.com/blog/2009/11/05/vista-fix-sql-server-express-error-create-database-permission-denied-database-master/</link>
		<comments>http://www.alwaysgetbetter.com/blog/2009/11/05/vista-fix-sql-server-express-error-create-database-permission-denied-database-master/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:22:16 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[General Programming]]></category>

		<guid isPermaLink="false">http://www.alwaysgetbetter.com/blog/?p=265</guid>
		<description><![CDATA[If you&#8217;re using SQL Server Management Studio Express under Windows Vista and see either of these errors: CREATE DATABASE permission denied in database 'master' or The database [Name] is not accessible. (Microsoft.SqlServer.Express.ObjectExplorer) Here&#8217;s the fix: Close SQL Server Management Studio Express Open your start menu and locate that program. Right-click on the Management Studio and [...]
Related posts:<ol>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/20/database-migrations/' rel='bookmark' title='Database Migrations'>Database Migrations</a></li>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/26/protect-ssh-server-rsa-keys/' rel='bookmark' title='Protect Your SSH Server with RSA Keys'>Protect Your SSH Server with RSA Keys</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using SQL Server Management Studio Express under Windows Vista and see either of these errors:</p>
<p><code>CREATE DATABASE permission denied in database 'master'</code></p>
<p>or</p>
<p><code>The database [Name] is not accessible. (Microsoft.SqlServer.Express.ObjectExplorer)</code></p>
<p>Here&#8217;s the fix:</p>
<ol>
<li>Close SQL Server Management Studio Express</li>
<li>Open your start menu and locate that program.</li>
<li>Right-click on the Management Studio and choose &#8216;Run as Administrator&#8217;</li>
<li>Fixed!</li>
</ol>
<p>I swear the simplest solutions can be the hardest to find &#8211; hopefully this saves someone (or my forgetful self!) some aggravation.</p>
<p>Related posts:<ol>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/20/database-migrations/' rel='bookmark' title='Database Migrations'>Database Migrations</a></li>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/26/protect-ssh-server-rsa-keys/' rel='bookmark' title='Protect Your SSH Server with RSA Keys'>Protect Your SSH Server with RSA Keys</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.alwaysgetbetter.com/blog/2009/11/05/vista-fix-sql-server-express-error-create-database-permission-denied-database-master/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Real Power in Vista</title>
		<link>http://www.alwaysgetbetter.com/blog/2008/07/01/getting-real-power-in-vista/</link>
		<comments>http://www.alwaysgetbetter.com/blog/2008/07/01/getting-real-power-in-vista/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 03:06:12 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.alwaysgetbetter.com/blog/?p=36</guid>
		<description><![CDATA[Windows Vista hides the administrator user. In order to access it, open a command prompt and issue the command: net user administrator /active:yes password Password can be anything you want, and will set up the administrator user. Although you can access much of your system&#8217;s setting under the default super user account, Vista implements a [...]
Related posts:<ol>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/26/protect-ssh-server-rsa-keys/' rel='bookmark' title='Protect Your SSH Server with RSA Keys'>Protect Your SSH Server with RSA Keys</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Windows Vista hides the <strong>administrator</strong> user.  In order to access it, open a command prompt and issue the command:</p>
<p>net user administrator /active:yes password</p>
<p>Password can be anything you want, and will set up the administrator user.</p>
<p>Although you can access much of your system&#8217;s setting under the default super user account, Vista implements a User Access Control System that effectively makes <strong>administrator</strong> the only <em>real</em> super user.  In particular, the &#8220;Local Users and Groups&#8221; interface is normally hidden from you.</p>
<p>One more note &#8211; the command listed above can&#8217;t be run from a regular shell &#8211; you must open the shell as administrator.</p>
<p>Related posts:<ol>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/26/protect-ssh-server-rsa-keys/' rel='bookmark' title='Protect Your SSH Server with RSA Keys'>Protect Your SSH Server with RSA Keys</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.alwaysgetbetter.com/blog/2008/07/01/getting-real-power-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: alwaysgetbetter.com @ 2012-02-08 07:42:26 -->
