<?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>usefulgeek &#187; ubuntu</title>
	<atom:link href="http://www.usefulgeek.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usefulgeek.com/blog</link>
	<description>rants, reviews and kind hearted messages from some geeks</description>
	<lastBuildDate>Mon, 19 Jul 2010 16:48:21 +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>Installing Dropbox on Ubuntu (and others)</title>
		<link>http://www.usefulgeek.com/blog/2009/10/installing-dropbox-on-ubuntu-and-others/</link>
		<comments>http://www.usefulgeek.com/blog/2009/10/installing-dropbox-on-ubuntu-and-others/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 13:12:27 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[quickfire]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=148</guid>
		<description><![CDATA[I&#8217;ve been using dropbox to sync and share files between my various computers for quite some time, and overall have been very pleased.  However, one area things are not so great&#8230; documentation for installation on Linux.  After having to reinstall on my notebook, I decided to somewhat document the hidden part of the process.
After downloading [...]


Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2010/01/share-files-list-in-dropbox-public-folder/' rel='bookmark' title='Permanent Link: Share list of files in DropBox Public folder'>Share list of files in DropBox Public folder</a> <small>For Windows DropBox users. Here is a simple way to...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/11/quick-install-of-tomcat5-on-centos/' rel='bookmark' title='Permanent Link: Quick install of Tomcat5 on CentOS'>Quick install of Tomcat5 on CentOS</a> <small>At the office, we&#8217;re in the process of doing some...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/11/launch-google-chrome-and-external-links-with-incognito-mode/' rel='bookmark' title='Permanent Link: Launch Google Chrome and external links with incognito mode.'>Launch Google Chrome and external links with incognito mode.</a> <small>The instructions floating around are to place the --incognito switch...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a title="getdropbox" href="https://www.getdropbox.com/">dropbox</a> to sync and share files between my various computers for quite some time, and overall have been very pleased.  However, one area things are not so great&#8230; documentation for installation on Linux.  After having to reinstall on my notebook, I decided to somewhat document the hidden part of the process.</p>
<p>After downloading the .deb (or other package) and installing, <a href="https://www.getdropbox.com/downloading">dropbox instructions</a> leave you hanging.  There is no dropbox folder, there is no daemon running, nothing.  The next step is simply to run <code>dropbox start -i</code> to install the daemon and launch the process to move forward.  It&#8217;s simple, easy and poorly documented.  Maybe dropbox should add this to the end of their install instructions?</p>


<p>Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2010/01/share-files-list-in-dropbox-public-folder/' rel='bookmark' title='Permanent Link: Share list of files in DropBox Public folder'>Share list of files in DropBox Public folder</a> <small>For Windows DropBox users. Here is a simple way to...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/11/quick-install-of-tomcat5-on-centos/' rel='bookmark' title='Permanent Link: Quick install of Tomcat5 on CentOS'>Quick install of Tomcat5 on CentOS</a> <small>At the office, we&#8217;re in the process of doing some...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/11/launch-google-chrome-and-external-links-with-incognito-mode/' rel='bookmark' title='Permanent Link: Launch Google Chrome and external links with incognito mode.'>Launch Google Chrome and external links with incognito mode.</a> <small>The instructions floating around are to place the --incognito switch...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/10/installing-dropbox-on-ubuntu-and-others/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware ate my CTRL, Shift, and ALT keys :(</title>
		<link>http://www.usefulgeek.com/blog/2008/10/vmware-ate-my-ctrl-shift-and-alt-keys/</link>
		<comments>http://www.usefulgeek.com/blog/2008/10/vmware-ate-my-ctrl-shift-and-alt-keys/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 16:36:53 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=46</guid>
		<description><![CDATA[Working with VMware on Ubuntu 8.04 has proved to be much more trouble then in the past.  It appears, that when using VMware with a Windows guest, the CTRL, ALT and Shift keys no longer work.  It gets better though..
Google Search has offered a few solutions, mostly related to resetting keyboard layouts and such.  However, [...]


Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2009/11/quick-install-of-tomcat5-on-centos/' rel='bookmark' title='Permanent Link: Quick install of Tomcat5 on CentOS'>Quick install of Tomcat5 on CentOS</a> <small>At the office, we&#8217;re in the process of doing some...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Working with VMware on Ubuntu 8.04 has proved to be much more trouble then in the past.  It appears, that when using VMware with a Windows guest, the CTRL, ALT and Shift keys no longer work.  It gets better though..</p>
<p>Google Search has offered a few solutions, mostly related to resetting keyboard layouts and such.  However, when I try and use any other key, take the &#8217;s&#8217; for example, Ubuntu closes the current active window, and opens the file manager.</p>
<p>So far, the only working solution I&#8217;ve found involves two steps.  First, restart the computer then cease using VMware to run Windows guests.</p>
<p>Easy enough, I suppose..</p>
<p>If anyone out there has a fix for this, or knows something I&#8217;m missing, please leave details in the comments.</p>


<p>Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2009/11/quick-install-of-tomcat5-on-centos/' rel='bookmark' title='Permanent Link: Quick install of Tomcat5 on CentOS'>Quick install of Tomcat5 on CentOS</a> <small>At the office, we&#8217;re in the process of doing some...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2008/10/vmware-ate-my-ctrl-shift-and-alt-keys/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
