<?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>A blog about productivity for the Internet entrepreneur.&#187; Ubuntu</title>
	<atom:link href="http://www.thinkingserious.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkingserious.com</link>
	<description>My goal is to help you focus on your passions by reducing or eliminating the time needed to maintain your life.</description>
	<lastBuildDate>Sun, 08 Jan 2012 22:58:26 +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>Quick Tip: Open Office 2.4 Styles</title>
		<link>http://www.thinkingserious.com/2008/07/21/quick-tip-open-office-24-styles/</link>
		<comments>http://www.thinkingserious.com/2008/07/21/quick-tip-open-office-24-styles/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 00:04:37 +0000</pubDate>
		<dc:creator>Elmer Thomas</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[quicktip]]></category>

		<guid isPermaLink="false">http://www.thinkingserious.com/?p=129</guid>
		<description><![CDATA[Styles are a great way to keep your documents consistent and easier to modify the overall formatting. For some reason, by default all of the styles, including important ones like &#8220;Title&#8221; are not available readily. Here is a quick tip to find those styles. Note: I am running Open Office 2.4 on Ubuntu Hardy 8.04 [...]]]></description>
			<content:encoded><![CDATA[<p>Styles are a great way to keep your documents consistent and easier to modify the overall formatting. For some reason, by default all of the styles, including important ones like &#8220;Title&#8221; are not available readily. Here is a quick tip to find those styles.</p>
<p><span id="more-129"></span></p>
<p>Note: I am running <a href="http://www.openoffice.org" target="_blank">Open Office 2.4</a> on <a href="http://www.ubuntu.com/" target="_blank">Ubuntu Hardy 8.04 64bit</a>.</p>
<p>At the upper left, you will find the drop down which contains a few styles by default.</p>
<p><img class="alignnone size-full wp-image-130" title="open office 2.4 styles menu" src="http://localhost/thinkingserious/wp-content/uploads/2008/07/open-office-24-styles-menu.jpg" alt="" width="322" height="227" /></p>
<p>In this case, the Title style is available because I have already applied it in this document. The problem is that it is not obvious how to find the Title style (and many others).</p>
<p>Click More&#8230; and you will get a pop-up that has a few more styles.</p>
<p><img class="alignnone size-full wp-image-131" title="open office 2.4 styles popup" src="http://localhost/thinkingserious/wp-content/uploads/2008/07/open-office-24-styles-popup.jpg" alt="" width="218" height="324" /></p>
<p>To find the rest of the styles you need to click on any one of the buttons on the top (besides the currently highlighted button, the paragraph symbol) and then click the button that is currently highlighted (the paragraph symbol).</p>
<p>Like digital magic, you now have access to all of the available styles.</p>
<p>Do you have a style tip? Leave it in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkingserious.com/2008/07/21/quick-tip-open-office-24-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Microsoft Office 2007 Under Wine 1.0 in Ubuntu Hardy Heron 8.04</title>
		<link>http://www.thinkingserious.com/2008/07/20/running-microsoft-office-2007-under-wine-10-in-ubuntu-hardy-heron-804/</link>
		<comments>http://www.thinkingserious.com/2008/07/20/running-microsoft-office-2007-under-wine-10-in-ubuntu-hardy-heron-804/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 21:19:36 +0000</pubDate>
		<dc:creator>Elmer Thomas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Sales]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.thinkingserious.com/?p=127</guid>
		<description><![CDATA[This howto should help ease the process of installing Microsoft Office 2007 under Wine 1.0 in Ubuntu 8.04 Hardy Heron. I should note that after all was said and done, I ended up going back to OpenOffice.org and sometimes AbiWord. There were just too many small bugs that made the experience frustrating. If I need [...]]]></description>
			<content:encoded><![CDATA[<p>This howto should help ease the process of installing Microsoft Office 2007 under Wine 1.0 in Ubuntu 8.04 Hardy Heron. I should note that after all was said and done, I ended up going back to OpenOffice.org and sometimes AbiWord. There were just too many small bugs that made the experience frustrating. If I need to run Office 2007, I now do so in either VMWare or Windows XP.</p>
<p><span id="more-127"></span></p>
<p>Get the WineTricks package which will allow you to install needed run times for Microsoft Office 2007.</p>
<p>wget http://www.kegel.com/wine/winetricks</p>
<p>Make the file executable and transfer to your /usr/local/bin directory for easy execution.</p>
<p>chmod a+x winetricks<br />
sudo mv winetricks /usr/local/bin<br />
winecfg</p>
<p>Change the Windows Version to Windows Vista and click Apply.</p>
<p>Go to the libraries tab and add an override for rpcrt4.dll and msxml3.dll, then click OK.</p>
<p>Now you will need to update a needed dll.</p>
<p>mv ~/.wine/drive_c/windows/system32/rpcrt4.dll ~/.wine/drive_c/windows/system32/rpcrt4.bak<br />
wget http://download210.mediafire.com/mvjci9edynsg/njtut9aswdk/rpcrt4.dll<br />
mv rpcrt4.dll ~/.wine/drive_c/windows/system32/<br />
winecfg</p>
<p>mv ~/.wine/drive_c/windows/system32/msxml3.dll msxml3.bak</p>
<p>Run winetricks and install the run times.</p>
<p>winetricks</p>
<p>A popup will appear with a list of run times like below:</p>
<p><a href="http://localhost/thinkingserious/wp-content/uploads/2008/07/winetricks-gui.png"><img class="alignnone size-full wp-image-128" title="WineTricks GUI" src="http://localhost/thinkingserious/wp-content/uploads/2008/07/winetricks-gui.png" alt="" width="500" height="390" /></a></p>
<p>Here are the run times I checked:</p>
<p>MS .NET 2.0<br />
fontfix<br />
gdiplus<br />
msi2<br />
msxml3<br />
allfonts<br />
riched20<br />
riched30<br />
vb3run<br />
vb4run<br />
vb5run<br />
vb6run<br />
vcrun2005sp1<br />
vcrun2008</p>
<p>Grab some tea or coffee, this will take a bit&#8230; You will now go through a bunch of installers.</p>
<p>Grab your Microsoft Office 2007 CD and install the application. Be patient as it may seem like its stalling around 60% through the process.</p>
<p><strong>RESOURCES</strong></p>
<p><a href="http://appdb.winehq.org/appview.php?iVersionId=4992" target="_blank">http://appdb.winehq.org/appview.php?iVersionId=4992</a><br />
<a href="http://wiki.winehq.org/winetricks" target="_blank">http://wiki.winehq.org/winetricks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkingserious.com/2008/07/20/running-microsoft-office-2007-under-wine-10-in-ubuntu-hardy-heron-804/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Are Your FireFox 3 Fonts Ugly in Ubuntu Hardy?</title>
		<link>http://www.thinkingserious.com/2008/06/21/are-your-firefox-3-fonts-ugly-in-ubuntu-hardy/</link>
		<comments>http://www.thinkingserious.com/2008/06/21/are-your-firefox-3-fonts-ugly-in-ubuntu-hardy/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 23:50:56 +0000</pubDate>
		<dc:creator>Elmer Thomas</dc:creator>
				<category><![CDATA[FireFox 3]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.thinkingserious.com/?p=117</guid>
		<description><![CDATA[Mine were! It looked like some kind of serif font was being substituted for fonts that were sans-serif under Windows. We&#8217;ll the fix is very simple. I hope this helps someone. Close your browser. Open a terminal. sudo apt-get install msttcorefonts Open your browser. You should be good to go. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Mine were! It looked like some kind of serif font was being substituted for fonts that were sans-serif under Windows. We&#8217;ll the fix is very simple. I hope this helps someone.</p>
<p><span id="more-117"></span></p>
<ol>
<li>Close your browser.</li>
<li>Open a terminal.</li>
<li>sudo apt-get install msttcorefonts</li>
<li>Open your browser.</li>
<li>You should be good to go. Enjoy!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkingserious.com/2008/06/21/are-your-firefox-3-fonts-ugly-in-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing VMWare Server 2 Beta in Ubuntu Hardy 64bit</title>
		<link>http://www.thinkingserious.com/2008/06/21/installing-vmware-server-2-beta-in-ubuntu-hardy-64bit/</link>
		<comments>http://www.thinkingserious.com/2008/06/21/installing-vmware-server-2-beta-in-ubuntu-hardy-64bit/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 23:18:51 +0000</pubDate>
		<dc:creator>Elmer Thomas</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.thinkingserious.com/?p=115</guid>
		<description><![CDATA[After upgrading to Hardy Heron, I found that my VMWare no longer worked. No good! So being the early adopter that I am, I decide its time to give VMWare Server 2 Beta a spin. Oops&#8230;. just a bit painful. Thankfully, I finally figured it out through the help of several websites. Here is the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://localhost/thinkingserious/wp-content/uploads/2008/06/vmware-logo.jpg"><img class="alignleft size-full wp-image-116" title="vmware-logo" src="http://localhost/thinkingserious/wp-content/uploads/2008/06/vmware-logo.jpg" alt="" width="186" height="54" /></a>After upgrading to Hardy Heron, I found that my <a href="http://www.vmware.com" target="_blank">VMWare</a> no longer worked. No good! So being the early adopter that I am, I decide its time to give VMWare Server 2 Beta a spin. Oops&#8230;. just a bit painful. Thankfully, I finally figured it out through the help of several websites. Here is the step-by-step that should save you a few hours.<br />
<span id="more-115"></span></p>
<h2>Some Background:</h2>
<p>I had VMWare Server 1 (that stopped working upon upgrade) with Windows XP installed previously. I am running a Dell Precision 690 with Ubuntu Hardy Heron 8.04 64bit. My kernel is (output from cat /proc/version) 2.6.24-19-generic (buildd@yellow) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)).</p>
<h2>Current Situation:</h2>
<p>VMWare Server 2 beta is running great with my previous Windows XP virtual machine in tact. The first thing I did was power up the console and install the VMWare tools from the browser; that automatically started the installation from within the VMWare console under XP.</p>
<h2>Step-by-Step:</h2>
<p><strong>Install Preliminary Packages </strong></p>
<p>sudo apt-get install build-essential linux-headers-`uname -r` xinetd<br />
<em><a href="http://ubuntuforums.org/showthread.php?t=779934">source</a></em></p>
<p><strong>Disable ipv6</strong></p>
<p>You need to do this because VMWare Server 2 is not compatible with ipv6 in Ubuntu. Follow the instructions <a href="http://www.ubuntugeek.com/how-to-disable-ipv6-in-ubuntu.html" target="_blank">here</a>.</p>
<p><strong>Update hosts file</strong></p>
<p>Make sure you have an entry in your /etc/hosts file that looks like this:<br />
127.0.0.1 localhost<br />
<em><a href="http://communities.vmware.com/thread/144038" target="_blank">source</a></em></p>
<p><strong>Install VMWare</strong></p>
<p>Download the beta <a href="http://www.vmware.com/beta/server/" target="_blank">here</a>.</p>
<p>I used <a href="https://help.ubuntu.com/community/VMware/Server" target="_blank">this guide</a> to do the install.</p>
<p><strong>Change User Access</strong></p>
<p>&#8220;Because Ubuntu does not use the root user account we also need to setup access for your main user.  Replace <em>root</em> with your username on line 10 of: /etc/vmware/hostd/authorization.xml (ACEDataUser).&#8221;<br />
<em><a href="http://ubuntu-tutorials.com/2007/11/19/install-vmware-server-20-beta-on-ubuntu-710-" target="_blank">source</a></em></p>
<p><strong>Restart Your Machine</strong></p>
<p>I&#8217;m not sure if this is completely necessary, but the tutorial about disabling ipv6 recommended it.</p>
<p><strong>Experience VMWare heaven</strong></p>
<p>Open a terminal and type in vmware. Firefox will open and tell you something is wrong with the certificate. Click ok, then click the link that says &#8220;Or you can add an exception&#8230;&#8221;. Add and confirm the certificate and you should be good to go. Login with your system username and password.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkingserious.com/2008/06/21/installing-vmware-server-2-beta-in-ubuntu-hardy-64bit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Nautilus to Easily Share Linux Folders With Your Network</title>
		<link>http://www.thinkingserious.com/2008/05/03/using-nautilus-to-easily-share-linux-folders-with-your-network/</link>
		<comments>http://www.thinkingserious.com/2008/05/03/using-nautilus-to-easily-share-linux-folders-with-your-network/#comments</comments>
		<pubDate>Sat, 03 May 2008 20:32:33 +0000</pubDate>
		<dc:creator>Elmer Thomas</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.thinkingserious.com/2008/05/03/using-nautilus-to-easily-share-linux-folders-with-your-network/</guid>
		<description><![CDATA[For those who want to get file sharing up and running as fast as possible, Ubuntu&#8217;s (I am using Hardy Heron) Nautilus file manager achieves that goal nicely. Here is a quick howto. Open a terminal. Type: sudo vi /etc/samba/smb.conf Add the line &#8220;usershare owner only = False&#8221;  to the [global] section. Go to Places-&#62;Computer. [...]]]></description>
			<content:encoded><![CDATA[<p>For those who want to get file sharing up and running as fast as possible, Ubuntu&#8217;s (I am using Hardy Heron) Nautilus file manager achieves that goal nicely. Here is a quick howto.<span id="more-83"></span></p>
<ol>
<li>Open a terminal.</li>
<li>Type: sudo vi /etc/samba/smb.conf</li>
<li>Add the line &#8220;usershare owner only = False&#8221;  to the [global] section.</li>
<li>Go to Places-&gt;Computer.</li>
<li>Navigate to the folder that you want to share.</li>
<li>Right click that folder and choose &#8220;Sharing Options&#8221;.</li>
<li>Check the box that says &#8220;Share this folder&#8221;.</li>
<li>Choose your share name and check the box that says &#8220;Allow other people to write in this folder&#8221; if that is your intention.</li>
</ol>
<p>Now you should be able to see and access the shared folder from your network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkingserious.com/2008/05/03/using-nautilus-to-easily-share-linux-folders-with-your-network/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix NVidia Drivers After Hardy Heron RC1 Upgrade</title>
		<link>http://www.thinkingserious.com/2008/04/19/fix-nvidia-drivers-after-hardy-heron-rc1-upgrade/</link>
		<comments>http://www.thinkingserious.com/2008/04/19/fix-nvidia-drivers-after-hardy-heron-rc1-upgrade/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 19:35:02 +0000</pubDate>
		<dc:creator>Elmer Thomas</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.thinkingserious.com/2008/04/19/fix-nvidia-drivers-after-hardy-heron-rc1-upgrade/</guid>
		<description><![CDATA[After installing Hardy Heron RC1, I found that my NVidia driver was no longer working. After hours of pain, I found the following solution to work easily. Go to System -&#62; Administration -&#62; Synaptic Package Manager Search for envyng and select envyng-core and envyng-gtk Apply Close the Package Manager From the command line, run  envyng [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Hardy Heron RC1, I found that my NVidia driver was no longer working. After hours of pain, I found the following solution to work easily.<span id="more-76"></span></p>
<ul>
<li>Go to System -&gt; Administration -&gt; Synaptic Package Manager</li>
<li>Search for envyng and select envyng-core and envyng-gtk</li>
<li>Apply</li>
<li>Close the Package Manager</li>
<li>From the command line, run  envyng -g</li>
<li>Use the auto-detect option</li>
<li>Restart the computer when prompted</li>
<li>If your display is still messed up:
<ul>
<li>Open a Terminal</li>
<li>sudo /usr/bin/nvidia-settings</li>
<li>Click X Server Display Configuration</li>
<li>Save (it will write a new xorg.conf file)</li>
<li>Restert the X Server ( Ctrl-Alt-Backspace )</li>
</ul>
</li>
<li>Experience the joy of a properly working NVidia driver on Ubuntu</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkingserious.com/2008/04/19/fix-nvidia-drivers-after-hardy-heron-rc1-upgrade/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Setting Up Symfony on Ubuntu 7.10 64bit</title>
		<link>http://www.thinkingserious.com/2008/03/12/setting-up-symfony-on-ubuntu-710-64bit/</link>
		<comments>http://www.thinkingserious.com/2008/03/12/setting-up-symfony-on-ubuntu-710-64bit/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 06:39:49 +0000</pubDate>
		<dc:creator>Elmer Thomas</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.thinkingserious.com/2008/03/12/setting-up-symfony-on-ubuntu-710-64bit/</guid>
		<description><![CDATA[So you have your shiny new *buntu installed and now you want to start hacking with your favorite framework, Symfony. This quick guide will have you up and running in a few minutes. I assume you have installed Apache 2, PHP5 and MySQL 5 using the defaults with Synaptic. sudo vi /etc/apt/sources.list Add: deb http://www.symfony-project.org/get [...]]]></description>
			<content:encoded><![CDATA[<p>So you have your shiny new *buntu installed and now you want to start hacking with your favorite framework, <a href="http://www.symfony-project.com" target="_blank">Symfony</a>. This quick guide will have you up and running in a few minutes. I assume you have installed  Apache 2, PHP5 and MySQL 5 using the defaults with Synaptic.<span id="more-57"></span></p>
<pre>sudo vi /etc/apt/sources.list</pre>
<p>Add:</p>
<pre>deb http://www.symfony-project.org/get debian/</pre>
<pre>sudo apt-get update</pre>
<pre>sudo apt-get install php5-symfony</pre>
<pre>mkdir /var/www/test</pre>
<pre>cd /var/www/test</pre>
<pre>symfony init-project mytest</pre>
<pre>symfony init-app myapp</pre>
<pre>sudo vi  /etc/apache2/sites-enabled/000-default</pre>
<p>Add this to the end:</p>
<pre>
&lt;Directory "/usr/share/php5/symfony/data/web/sf"&gt;
  AllowOverride All
  Allow from All
&lt;/Directory&gt;
&lt;VirtualHost *&gt;
  ServerName mytest.thinkingserious.com
  DocumentRoot "/var/www/test/web"
  DirectoryIndex index.php
  Alias /sf /usr/share/php5/symfony/data/web/sf

  &lt;Directory "/var/www/test/web"&gt;
    AllowOverride All
    Allow from All
  &lt;/Directory&gt;
&lt;/VirtualHost&gt;</pre>
<pre>sudo a2enmod rewrite</pre>
<pre>sudo vi /etc/hosts</pre>
<p>Add this:</p>
<pre>127.0.0.1 mytest.thinkingserious.com</pre>
<pre>vi /etc/php5/apache2/php.ini</pre>
<p>Make sure:</p>
<pre>magic_quotes_gpc = Off</pre>
<pre>apache2 restart</pre>
<p>Type http://mytest.thinkingserious.com in your browser.</p>
<p>Done <img src='http://www.thinkingserious.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkingserious.com/2008/03/12/setting-up-symfony-on-ubuntu-710-64bit/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

