<?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>CodeJoust Blog &#187; ubuntu</title>
	<atom:link href="http://iain.codejoust.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://iain.codejoust.com</link>
	<description>Iain's thoughts, ideas, interests from CodeJoust</description>
	<lastBuildDate>Wed, 07 Jul 2010 21:05:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Tips and Tricks</title>
		<link>http://iain.codejoust.com/2009/10/ubuntu-tips-and-tricks/</link>
		<comments>http://iain.codejoust.com/2009/10/ubuntu-tips-and-tricks/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 19:34:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[top ten]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://iain.codejoust.com/?p=270</guid>
		<description><![CDATA[
In this tutorial of Learning Linux, we will be going over the top ten tips and tricks that helped me have a enjoyable experience with Ubuntu.
1. Install Gnome themes. If you haven&#8217;t heard of this you are really missing out. The themes provided with Ubuntu are fine for the normal user but for geeks like [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } --></p>
<p style="margin-bottom: 0in;">In this tutorial of Learning Linux, we will be going over the top ten tips and tricks that helped me have a enjoyable experience with Ubuntu.</p>
<p style="margin-bottom: 0in;"><strong>1</strong>. <span style="text-decoration: none;"><strong>Install Gnome themes.</strong></span> If you haven&#8217;t heard of this you are really missing out. The themes provided with Ubuntu are fine for the normal user but for geeks like us you may want something more suited to your taste. To begin point your browser to <a href="http://gnome-look.org/"><span style="text-decoration: underline;">http://www.gnome-look.org/</span></a><span style="text-decoration: none;">.</span> Here you can find complete themes, icons, login screens, etc&#8230; In the left sidebar look for the topic you want and then scroll down (or search) until you find something you like. To install something (for example a theme-which is what you will be doing most of the time,) download it, open System/ Preferences/ Appearance, go to the “Theme” tab and click “install”. Then locate and select the file to activate it. To install a login screen go to System/Administration&gt;Login Window and it&#8217;s basically the same from there.</p>
<p style="margin-bottom: 0in;">If you find yourself reinstalling a theme you may see a message saying, &#8220;can&#8217;t move directory over directory.&#8221; This happens when you delete a theme then try to reinstall it. This is however very easy to fix. Just go to your home folder, and push CTRL+H to show hidden files. Navigate to the folder named .themes and delete the folder with the name of the previously deleted theme. You should now be able to reinstall the theme without any problem.</p>
<p style="margin-bottom: 0in;">My favorite themes packages are the Moomex desktop theme with the new “Breathe” icons. (The icons come separately.)</p>
<p style="margin-bottom: 0in;"><strong>2. Install those essential packages. </strong>Another essential thing to do upon installing Ubuntu is to install some essential packages. Open the the &#8220;Add/Remove&#8221; window. Make sure that &#8220;show all available programs&#8221; is selected from the dropdown list. First do a search for &#8220;java&#8221;. The average user will need, &#8220;Sun Java Runtime,&#8221; OpenJDK Java Webstart and Runtime&#8221; and Sun Java Plugin.&#8221; Some more packages I find essential are, &#8220;Ubuntu Restricted Extras,&#8221; and the Gstreamer Plugins which lloqa you play restricted file types such as MP3&#8217;s and others.</p>
<p style="margin-bottom: 0in;"><strong>3.</strong> <strong>Edit what runs at Startup.</strong> Go to System&gt;Preferences&gt;Startup Applications. From here you can add your own program to run at startup or disable the splash screen (which I do not recommend for beginner and intermediate Ubuntu users.) Ubuntu also lets you chose whether to remember open applications from the last shutdown.</p>
<p style="margin-bottom: 0in;"><strong>4. Install some cool fonts. </strong>To install fonts in Ubuntu, just go to Computer/Filesystem/usr/share/fonts/truetype/. (Most fonts if not all fonts you will be installing in Ubuntu will be in the TrueType format.) Then create a folder for your fonts to go into. I created a folder named “Personal” so I can remember which fonts I installed in case I need to transfer them to another computer.</p>
<p style="margin-bottom: 0in;"><strong>5.</strong> <strong>Install restricted drivers.</strong> One of the first things you need to do after installing Ubuntu is check out if you need any restricted drivers. Go to System&gt;Administration&gt;Hardware Drivers to see if you do. You may not need them or you may as in my case where I didn&#8217;t have the driver for my wireless card.</p>
<p style="margin-bottom: 0in;"><strong>6. Edit root files. </strong>Every once in a while you will need to edit some files in a root directory such as the “folder” talked about above. If you try to copy and paste a file into those folders, you will be denied permission. Do bypass this open a terminal and type “gksu nautilus”. After  entering your password a window will open with root permissions to the folder. Just copy and paste through that window and it will not deny you access.</p>
<p style="margin-bottom: 0in;"><strong>7</strong>. <strong>Install Gnome Deskbar Applet. </strong><span style="font-weight: normal;">This handy application sits in your panel and acts as an instant file searcher and it can open web pages. You can also set it to be used as a Dictionary. To install it open the Terminal and type, “sudo apt-get install deskbar-applet”. Then right click a panel, click “add to panel” and scroll down to the Deskbar Applet. From there you can set your preferences to your heart&#8217;s delight.</span></p>
<p style="margin-bottom: 0in;"><strong>8. Make use of Workspaces! </strong><span style="font-weight: normal;">This is one thing in Ubuntu that once you use it you will never know how you lived without it. Add to panel and scroll down to Workspaces. (You may already have it on a panel.) Workspaces are basically multiple desktops. You click the little boxes in the Workspace Switcher and the Desktop slides to a new desktop that has no applications in the taskbar (is that the right name for it?) The programs are still running, just in the other workspace. This is really helpful is you have a lot of programs open at one time.</span></p>
<p style="margin-bottom: 0in;"><strong> 9. Enable visual effects. </strong><span style="font-weight: normal;">Go to System/Preferences/Appearance, Visual Effects tab. From there you can change the level of eye candy Ubuntu uses. </span></p>
<p style="margin-bottom: 0in;"><strong> 10. Linux has an active community that wants to help you! </strong>Finally, remember there is a great community of Ubuntu users who are willing to help you with your problems. Go to <span style="color: #000080;"><span lang="zxx"><span style="text-decoration: underline;"><a href="http://www.ubuntuforums.org/">http://www.ubuntuforums.org</a></span></span></span> to get started.</p>
<p style="margin-bottom: 0in;">~ Theo</p>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/10/ubuntu-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Ubuntu to 9.04</title>
		<link>http://iain.codejoust.com/2009/06/upgrading-ubuntu-to-9-04/</link>
		<comments>http://iain.codejoust.com/2009/06/upgrading-ubuntu-to-9-04/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 02:07:18 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[theo]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://iain.codejoust.com/2009/06/upgrading-ubuntu-to-9-04/</guid>
		<description><![CDATA[Hello everyone and welcome back to the Learning Linux series Part 2. In this tutorial we will be upgrading our Ubuntu systems to the latest version, 9.04. Now if your like me you’ll want to have the lasted (and greatest) version of Ubuntu. Now unlike Windows, upgrading to the latest version of Ubuntu is quite [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone and welcome back to the Learning Linux series Part 2. In this tutorial we will be upgrading our Ubuntu systems to the latest version, 9.04. Now if your like me you’ll want to have the lasted (and greatest) version of Ubuntu. Now unlike Windows, upgrading to the latest version of Ubuntu is quite easy (and free!). To upgrade, go to System>Administration>Update Manager. Click Upgrade and read through the resulting windows that open. The installation can take from 1 hour (on a very fast connection to a couple years if you have dial up. If you do have dial up then you can order a CD of Ubuntu by going to https://shipit.ubuntu.com/ However, if you are like most users, you will probably download it from your  own connection. Just make sure you have a couple of  free hours when you will not need to use the internet as it will bog down your connection. After the installing has finished its stuff, restart your computer. </p>
<p>	Some of the first things you will notice upon starting up your computer is the new loading screen. I don’t know why they changed this part, personally I liked the old loading screen better. There are also some new skins for the log in screen including the new default screen, a slightly transparent dark theme. The desktop has also had some slight changes. The shut down options have been moved from the main menu to a little bar with your name at the top right of the screen. There are also several changes to the Administration and Preferences Menu’s.</p>
<p> In terms of programs, there is one notable addition. OpenOffice 3 is here! This is the latest update to this great program. The most obvious thing that this update includes is new fresh looking icons. Also included is the ability to open the new Microsoft Office .docx, .xlsx, .pptx, etc… format, new chart components and better PDF support. </p>
<p>               &#8211; Theo</p>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/06/upgrading-ubuntu-to-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu</title>
		<link>http://iain.codejoust.com/2009/05/installing-ubuntu/</link>
		<comments>http://iain.codejoust.com/2009/05/installing-ubuntu/#comments</comments>
		<pubDate>Tue, 26 May 2009 17:05:58 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://iain.codejoust.com/2009/05/installing-ubuntu/</guid>
		<description><![CDATA[Just this week I install the Linux distribution Ubuntu so I decided to write about my experiences with it.
I pushed the power button and push F10 multiple times during startup to access the BIOS (Basic Input/Output System). (The key differs with many computers.)
 I told the computer to start off the CD drive. I then [...]]]></description>
			<content:encoded><![CDATA[<p>Just this week I install the Linux distribution Ubuntu so I decided to write about my experiences with it.</p>
<p>I pushed the power button and push F10 multiple times during startup to access the BIOS (Basic Input/Output System). (The key differs with many computers.)</p>
<p> I told the computer to start off the CD drive. I then popped the Ubuntu install CD in and restarted the Ubuntu on the hard drive, run off the live CD and several other options, which we will not cover in this article.</p>
<p> I clicked install Ubuntu on the hard drive and it opened a window asking me the language I wanted to install it in. After selecting my region, I clicked forward. It then asked me what keyboard layout I wanted. I selected the default and clicked forward.</p>
<p> This time it asked me how I wanted to partition the hard drive. Since I was install this over the previous Operating System, I clicked “Guided-Use entire disk” and went to the next window.</p>
<p> I then waited while it set up the hard drive. (This can take some time so don’t worry if it takes a long time. It took about 25 minutes on my 80GB hard drive.)</p>
<p> It then asked me for my name, a password and what I wanted to name the computer. The next window presented me with some handy options. It asked me if I wanted to import accounts from my last installation of Ubuntu (I was reinstalling Ubuntu).</p>
<p> The next window gave me a summary of my selections. I then clicked install. I recommend getting a snack at this point as this will take quite a while. There is a handy progress bar that tells you what is going on and the percentage left if you are bored and have nothing to do. This installation is much simpler than any Windows installation you will do.</p>
<p> Also, it only requires you to reboot once, and that is after the installation is finished. When you restart your computer don’t forgot to go into the BIOS and set the computer to boot from the hard drive.</p>
<p> I <strong>forgot</strong> to do that and had a shock when upon starting the computer it said there was an error and couldn’t start!</p>
<h5><em>from Guest Writer, Theo</em></h5>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/05/installing-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Bookmark Managament</title>
		<link>http://iain.codejoust.com/2009/05/bookmark-managament/</link>
		<comments>http://iain.codejoust.com/2009/05/bookmark-managament/#comments</comments>
		<pubDate>Thu, 07 May 2009 03:14:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://iain.codejoust.com/?p=102</guid>
		<description><![CDATA[Until Recently, I haven&#8217;t really used bookmarks as much. I used to just remember how I get to a certain page and try to backtrack there because I haven&#8217;t bothered to mark them.
That took much of my time, so now I have discovered the power and helpfulness of bookmarks. It helps considerably when I need [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-103" title="out-1" src="http://iain.codejoust.com/wp-content/uploads/2009/05/out-1.jpg" alt="out-1" width="310" height="586" />Until Recently, I haven&#8217;t really used bookmarks as much. I used to just remember how I get to a certain page and try to backtrack there because I haven&#8217;t bothered to mark them.</p>
<p>That took much of my time, so now I have discovered the power and helpfulness of bookmarks. It helps considerably when I need to find an obscure article again (relevant to stuff I do/like), or if I need to go back to a great-looking site for inspiration in design or code.</p>
<p>Another thing, is that I am using x-Marks for bookmark synchronization between firefox and online, so when I&#8217;m using someone else&#8217;s computer, I can still  get all my bookmarks. I find the awesome bar in firefox very awesome, but I wish it had better integration with bookmarks.</p>
<p>Just speaking of organization, I really enjoy folders, drilling down right to what I need. It&#8217;s really hard for me to sort through fifty or so files in a folder, all unrelated, so I typically partion out what and where I need so I can find stuff again in the tree of my mind.</p>
<p>Using linux has been nice for this becuase Natilus is excellent, and one of my favorite features in it is the ability to quick-find and drill-down through folders using the first few letters of a file or folder, instead of one letter, which is hard if you have a lot of stuff in the folder.</p>
<p>My Screen-shot review of Nautilus, Gnome&#8217;s Desktop File Manager :</p>
<div id="attachment_104" class="wp-caption alignright" style="width: 487px"><a href="http://iain.codejoust.com/wp-content/uploads/2009/05/gnomereview.jpg"><img class="size-full wp-image-104 " title="Natilus Screenshot" src="http://iain.codejoust.com/wp-content/uploads/2009/05/gnomereview.jpg" alt="Gnome Filemanager Screenshot - Natilus Review" width="477" height="472" /></a><p class="wp-caption-text">Gnome Filemanager Screenshot - Natilus Review</p></div>
]]></content:encoded>
			<wfw:commentRss>http://iain.codejoust.com/2009/05/bookmark-managament/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

