<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ubuntuproductivity.com - Ubuntu Productivity</title>
<meta name="keywords" content="ubuntu, linux, software" />
<meta name="description" content="Are you looking for a good alternative to the Windows operating system? You may want to consider Ubuntu Linux. Based on Debian GNU / Linux operating system distribution that is distributed as free. This means that you do not have to pay large sums for the purchase of an operating system like Windows." />
<style type="text/css"> 
<!-- 
a {	
	color: #3366CC;	
	text-decoration: none
}
body {	
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 2em;	
	color: #336699;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}
h2 {
	color: #CCCCCC
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #006666;  	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}
table {
	color: #FFFFFF
	}
td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333333
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
.BulletBackgroundColor {
	color: #FFFFFF
	}
.DataColor {
	color: #DEDECA
	}
.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
	color: #333333;
	background-color: #CCCCCC
	}
.FormBackgroundColor {
	color: #CCCCCC
	}
.ImageTitleColor {
	color: #CCCCCC
	}
.LabelColor {
	color: #CCCCCC
	}
.ListColorEven {
	color: #CCCCCC
	}
.ListFooterColor {
	color: #333333
	}
.ListHeaderColor {
	color: #333333
	}
.ListColorOdd {
	color: #DEDECA
	}
.ListTitleColor {
	color: #CCCCCC
	}
.NavigationBackgroundColor {
	color: #666666
	}
.NavigationColor {
	color: #CCCCCC
	}
.NewsDataColor {
	color: #DEDECA
	}
.StoryTitle {
	color: #000000;
	font-weight: bold
	}
.StoryContentColor {
	color: #000000
	}
.TitleColor {
	color: #000000
	}
a:hover {	
	text-decoration: underline
	}
tr.ListHeaderColor th {
	text-align: left;
	}.small {
	font-size: 85%;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust these divs based on your final font sizing.
*/
.twoColElsLt #container { 
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLt #sidebar1 p" rule.
*/
.twoColElsLt #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLt #mainContent {
 	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLt #sidebar1 { padding-top: 30px; }
.twoColElsLt #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]--></head>

<body class="twoColElsLt">

<div id="container">
  <div id="sidebar1">
    <h3><a href="http://www.ubuntuproductivity.com/">Ubuntu Software</a></h3>
	
	<p style="font-size:20px;"><a href="ubuntu.html">Ubuntu articles</a></p>
	<ul>
		<li><a href="article1.html">Integrate Picasa with Ubuntu</a></li>
		<li><a href="article2.html">Switch to Ubuntu Linux not Apple Mac OS</a></li>
		<li><a href="article3.html">Nautilus as Picasa’s default file manager</a></li>
		<li><a href="article4.html">eMail in Ubuntu Linux</a></li>
	</ul>
	
	<p style="font-size:20px;"><a href="software.html">Software</a></p>
	<ul>
		<li><a href="article5.html">Finding Macintosh Software</a></li>
		<li><a href="article12.html">Numerology software for home use</a></li>
	</ul>
	
	<p style="font-size:20px;"><a href="hardware.html">Harware</a></p>
	<ul>
		<li><a href="htc-titan.html">HTC Titan III leaked and expected to be cutting-edge Windows Phone 8</a></li>
		<li><a href="samsung.html">Samsung Galaxy Note</a></li>
	</ul>		
    <!-- end #sidebar1 --></div>
  <div id="mainContent">
    <h1>Ubuntu Productivity</h1>
    <p>An OS X user experimenting with Ubuntu Linux</p>
    <p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-1456174519929681";
google_ad_slot = "4199387260";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
    <p>&nbsp;</p>
	
	
	
<h2>Ubuntu Linux – the best Operating System for your computer</h2>
<p><img src="images/ubuntu.gif" align="right" style="margin-left:10px;" alt="ubuntu" width="200" />Are you looking for a good alternative to the Windows operating system? You may want to consider Ubuntu Linux. Based on Debian GNU / Linux operating system distribution that is distributed as free. This means that you do not have to pay large sums for the purchase of an operating system like Windows.</p>
<p><a href="article6.html">Read more...</a></p>

<p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-1456174519929681";
google_ad_slot = "5946484946";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>

<h2>Ubuntu 11.04 review</h2>
<p>Ubuntu 11.04 was released  and continues to be the most popular desktop Linux distribution today. In non-technical every day users, let's find out what makes this distribution differs from the rest of the previously released versions of Ubuntu or even as it would be fair to Windows 7, in terms of usability.</p>
<p><a href="article7.html">Read more...</a></p>

<p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-1456174519929681";
google_ad_slot = "7096765144";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>

<h2>How to begin switching to Ubuntu</h2>
<p>If you want to switch to Ubuntu, the worst reaction you may have to remove the hard drive and install Ubuntu. This can lead to bad experiences. The easiest way to always carry at all times operate on an entirely new operating system like Ubuntu.</p>
<p><a href="article8.html">Read more...</a></p>
<p>&nbsp;</p>


<h2>Ubuntu VPN server</h2>
<p>There are many different Ubuntu VPN server packages available on the Internet today. At first glance, this might actually sounds like a positive thing. With lots of different programs to choose from, one might think that it makes creating your own VPN is much simpler and better.</p>
<p><a href="article9.html">Read more...</a></p>
<p>&nbsp;</p>


<h2>How to install Ubuntu on PS3</h2>
<p>The fact where many people go wrong is that they are afraid to install it on their console as they are afraid that they might be banned or something like that.</p>
<p><a href="article10.html">Read more...</a></p>
<p>&nbsp;</p>


<h2>How does Ubuntu look like Xp</h2>
<p>There is now a version of Ubuntu, which looks just like Windows XP. The graphical user interface has been modified so that the user think that they use the operating system and running on the Ubuntu platform.</p>
<p><a href="article11.html">Read more...</a></p>
<p>&nbsp;</p>
	
	
	
	
	
    <h2>Meld on OS X</h2>
    <p>So far the best diff viewer I have used is Meld, which up to now I could only use on my Ubuntu Linux partition. But now, thanks to Macports, I got it running on OS X. Yeah!</p>
    <p>I wrote this article about a year ago. As usual, technology advances, and this time it is in our favor. The hack for the .xinitrc is no longer necessary. On my machine I can install Meld straight from MacPorts and it runs straight away.</p>
    <p>This took a bit of work, but I finally got Meld to run on OS X. The installation is very easy…just tell Macports to install Meld. In your terminal type:</p>
    <p>Getting Meld to run on OS X was a bit trickier.....</p>
    <p>&nbsp;</p>
    <h2>Best of both worlds :)</h2>
    <p>One of the great benefits of Linux is the wealth of great opensource software. Prior to this experiment I thought all this software could only run on Linux, but recently I discovered that this is not true. Much of my favorite software on Ubuntu Linux can be run on OS X</p>
    <p>&nbsp;</p>
    <h2>Upgrading Ubuntu 8.04 to 8.10</h2>
    <p>I upgraded my 13″ MacBook and 24″ iMac from Ubuntu 8.04 to Ubuntu 8.10 (still in beta) this past week. My favorite part of Ubuntu 8.10: the tabbed file browser! The upgrade to 8.10 is remarkably simple  just open your terminal and type:</p>
    <p>There should now be an “Upgrade” button in the Update Manager window. Press it and let it run…the process was long, but painless.</p>
    <p>On my 13″ MacBook everything upgraded well and it works better than before. On my 24″ iMac I was pleasantly surprised to find its wireless internet now works (it never did in Ubuntu 8.04). But the sound is now off and I cannot figure out how to get it working again.</p>
    <p>I like dark themes, so I tried the new dark theme that came with 8.10. It works well, but I am really liking the Intrepid Ibex theme based on Willwill’s mockup. Here is a screenshot of my 24″ iMac and 23″ Cinema Display running Ubuntu 8.10 and willwill’s dark theme.</p>
    <p>Ubuntu 8.10 Intrepid Ibex with willwill100's custom theme running on a dual-head 24&quot; iMac and 23&quot; Cinema Display.</p>
    <p>&nbsp;</p>
	
	
    <p><br class="clearfloat" />
      <!-- end #container -->
    </p>
  </div>
	</div>
</body>
</html>