<?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>FettesPS &#187; Desktop</title>
	<atom:link href="http://www.fettesps.com/category/linux/desktop-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fettesps.com</link>
	<description>Fettes Programming Solutions</description>
	<lastBuildDate>Sun, 22 Jan 2012 18:21:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing Archey on Ubuntu</title>
		<link>http://www.fettesps.com/installing-archey-on-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-archey-on-ubuntu</link>
		<comments>http://www.fettesps.com/installing-archey-on-ubuntu/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 12:58:43 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[archey]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=1022</guid>
		<description><![CDATA[Ever since the first time I saw Arch Linux in action I&#8217;ve been in love with Archey.  For those of you who don&#8217;t know, Archey is just a little script that gets your current system information and displays it in the terminal with some ascii art. My initial search for Archey on the Debian platform [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since the first time I saw Arch Linux in action I&#8217;ve been in love with Archey.  For those of you who don&#8217;t know, Archey is just a little script that gets your current system information and displays it in the terminal with some ascii art.  My initial search for Archey on the Debian platform</p>
<pre class="brush: plain; title: ; notranslate">
sudo apt-get install lsb-release scrot
wget http://github.com/downloads/djmelik/archey/archey-0.2.8.deb
sudo dpkg -i archey-0.2.8.deb
</pre>
<p>If you&#8217;re running Crunchbang, which at the time of writing this article is using Ubuntu 9.04 as it&#8217;s base, you&#8217;ll need to get a more up-to-date version of coreutils or else Archey will give you the following error:</p>
<pre class="brush: plain; title: ; notranslate">
user@crunchbang:/usr/bin$ archey
df: unrecognised option '--total'
Try `df --help' for more information.
Traceback (most recent call last):
  File &quot;/usr/bin/archey&quot;, line 304, in &lt;module&gt;
    func()
  File &quot;/usr/bin/archey&quot;, line 285, in disk_display
    total = p1.splitlines()[-1]
IndexError: list index out of range
</pre>
<p>Naturally, I&#8217;d assume that anyone running a version of Ubuntu that&#8217;s 9.04 or older will encounter the same issue.  I did not run into it on my Linux Mint 8 box or my Ubuntu 10.10 box.  By typing <i>df &#8211;version</i> you&#8217;ll see that it only has 6.10 included. You&#8217;ll want at least version 7 or else your <i>df</i> command will not support the <i>&#8211;total</i> flag.  So go ahead and download the package and install it:</p>
<pre class="brush: plain; title: ; notranslate">
wget http://ftp.us.debian.org/debian/pool/main/c/coreutils/coreutils_8.5-1_i386.deb
sudo dpkg -i coreutils_8.5-1_i386.deb
</pre>
<p>Now when you run Archey it should run as expected, without any errors.  Your next step is then to add it to your .bashrc so that it executes each time you open a terminal.  Open it up with your favourite text editor and add <b>archey</b> to the end of it an dhten save it.  Now every time you open a terminal or SSH into your box you should be presented with something like this:</p>
<pre class="brush: bash; title: ; notranslate">
                          .oyhhs:   User: fettesps
                 ..--.., shhhhhh-   Hostname: fettesps-crunchbang
               -+++++++++`:yyhhyo`  OS: Ubuntu 9.04 i686
          .--  -++++++++/-.-::-`    Kernel: 2.6.28-13-generic
        .::::-   :-----:/+++/++/.   Uptime: 2 days, 4:44
       -:::::-.          .:++++++:  Window Manager: Openbox
  ,,, .:::::-`             .++++++- Shell: Bash
./+++/-`-::-                ./////: Terminal: Xterm
+++++++ .::-                        Packages: 1036
./+++/-`-::-                :yyyyyo CPU: Pentium(R) Dual-Core CPU E6300 @ 2.80GHz
  ``` `-::::-`             :yhhhhh: RAM: 266 MB / 497 MB
       -:::::-.         `-ohhhhhh+  Disk: 2.2G / 49G
        .::::-` -o+///+oyhhyyyhy:
         `.--  /yhhhhhhhy+,....
               /hhhhhhhhh-.-:::;
               `.:://::- -:::::;
                         `.-:-'
</pre>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/installing-archey-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino Prototyping with Fritzing</title>
		<link>http://www.fettesps.com/arduino-prototyping-with-fritzing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arduino-prototyping-with-fritzing</link>
		<comments>http://www.fettesps.com/arduino-prototyping-with-fritzing/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 12:36:04 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ATMega328]]></category>
		<category><![CDATA[fritzing]]></category>
		<category><![CDATA[picaxe]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=1090</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve written about Arduinos so I thought I&#8217;d share a project that I&#8217;m working on right now. It&#8217;s somewhat similar to the Reverse Geocache box that everyone was going nuts over a while back but yet very different. I must point out that I had already started developing it before [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve written about Arduinos so I thought I&#8217;d share a project that I&#8217;m working on right now.  It&#8217;s somewhat similar to the Reverse Geocache box that everyone was going nuts over a while back but yet very different. I must point out that I had already started developing it before I found the Reverse Geocache box, I&#8217;m not sure how I missed it when everyone was going nuts about it but I was glad to find it because I got some good ideas from it and some of the copy cat builds out there.  </p>
<p>This project is also a lockbox, but it does not have a GPS for it to unlock at certain locations, rather it unlocks at certain time periods. The project will be housed in an old cash box I&#8217;ve had since I was a kid, and will make use of a DS1302 clock chip to track the time, a servo to unlock the box, a button to query the system to unlock, and a simple piezo buzzer for audio feedback.  At this point I am undecided on adding an LCD panel, but I do have an old Nokia screen that I pulled out of my first cell phone.  I also need to set up some sort of charging port or just drill a hole for the power adapter to plug into the side of the Arduino, but I&#8217;ll worry about that later.</p>
<p>Even though the Protoshield makes things quick and easy I still wanted to draw it out first as up until now the most I&#8217;d ever done was create simple circuits with one component at a time.  I decided to try out <a href="http://www.fritzing.org">Fritzing</a> as it was free and worked in Linux, though I didn&#8217;t expect much with it being in Alpha.  Turns out it&#8217;s a really solid program that makes designing circuits a breeze.  </p>
<p>Here&#8217;s a sketch I made of the Arudino + Protoshield, a buzzer, servo, DS1302 clock chip and a crystal.  I was quite surprised it had all of the components I needed, with the exception of the clock battery and holder which were strangely absent and the crystal was of a different design than what I had to work with.</p>
<p><a href="http://www.fettesps.com/wp-content/uploads/2010/12/fritzing04.png"><img src="http://www.fettesps.com/wp-content/uploads/2010/12/fritzing04-300x120.png" alt="" title="fritzing 04" width="300" height="120" class="aligncenter size-medium wp-image-1094" /></a></p>
<p>I had been playing with it for a couple of nights before I even started playing with the Schematic and PCB screens but couldn&#8217;t stop playing with them once I noticed the Autoroute button.  The designs aren&#8217;t always 100% aesthetically pleasing but it does an impressive job and I love how you watch it figure it out step by step.  The Schematic screen will be especially handy later on down the road when I finalize the design and build a bare bones Arduino with just the necessary components.</p>
<p><a href="http://www.fettesps.com/wp-content/uploads/2010/12/fritzing05.png"><img src="http://www.fettesps.com/wp-content/uploads/2010/12/fritzing05-300x120.png" alt="" title="fritzing 05" width="300" height="120" class="aligncenter size-medium wp-image-1095" /></a></p>
<p>In the past I&#8217;ve tried a few other programs such as Eagle and found myself lost.  I&#8217;m overwhelmed with options and for someone who&#8217;s new to the electrical engineering side of things it&#8217;s quite scary.  <a href="http://www.fritzing.org">Fritzing</a> manages to keep it simple while giving you the power to do what you need to do without all that other crap interfering.  <a href="http://www.fritzing.org">Fritzing</a> is an absolute must have if you are doing any sort of work with either the Arduino or Picaxe platform.</p>
<p><object width="640" height="390"><param name="movie" value="http://www.youtube.com/v/Hxhd4HKrWpg&#038;hl=en_US&#038;feature=player_embedded&#038;version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/Hxhd4HKrWpg&#038;hl=en_US&#038;feature=player_embedded&#038;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/arduino-prototyping-with-fritzing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.10 &#8211; Is Maverick Meerkat Marvelous?</title>
		<link>http://www.fettesps.com/ubuntu-10-10-is-maverick-meerkat-marvelous/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntu-10-10-is-maverick-meerkat-marvelous</link>
		<comments>http://www.fettesps.com/ubuntu-10-10-is-maverick-meerkat-marvelous/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 23:56:59 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[maverick meerkat]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>
		<category><![CDATA[ubuntu linux]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=1007</guid>
		<description><![CDATA[It wasn&#8217;t long ago that Ubuntu rocked the open source scene as a Debian variant that provided standard end users the ability to use Linux on their own terms. Rather than being forced to compile every piece of software from source, users could suddenly utilize Linux for various office applications, instant messaging, social networking, and [...]]]></description>
			<content:encoded><![CDATA[<p>It wasn&#8217;t long ago that Ubuntu rocked the open source scene as a Debian variant that provided standard end users the ability to use Linux on their own terms. Rather than being forced to compile every piece of software from source, users could suddenly utilize Linux for various office applications, instant messaging, social networking, and all of this could be accomplished on a beautiful front end that was most similar to Mac OSX.</p>
<p>This weekend brought to us a new release, a release known as Ubuntu 10.10 or Maverick Meerkat. Ubuntu has always gone of the &#8216;ease of use&#8217; route, and as a result 10.10 is improving the desktop environment even further, highly optimizing it for both desktops and netbooks. Something important to note is that IBM released at $190 netbook near the time that Ubuntu Netbook Edition was officially announced. This leads many to believe that manufacturers are planning to release Linux optimized netbooks. This is not a new concept, but Ubuntu has done a great job of revolutionizing the Linux market over the past few years. That being said, it&#8217;s time to move on to the new features!</p>
<h3>Media Player Support</h3>
<p>The first thing to take note of is that the previous Release &#8216;Lucid Lynx&#8217; focused more on the stabilization of an already great Linux Distribution. 10.10 focuses on the improvement of the Gnome Desktop Environment,  making it much easier to use. One massive improvement is the Rythmbox media player which can now be minimized to the taskbar. Unlike other media players of it&#8217;s type (even in Windows 7), the volume and the current track can be changed through a dropdown window on the taskbar. This means full control over your music without an open window.</p>
<h3>Software Center</h3>
<p>The improvements to Rythmbox are great, but they pale in comparison to the Ubuntu Software Center. The software center is an extension of the Ubuntu Repositories in which you can download vital software, video games, and various pieces of productivity software. The Software Center has always utilized a Graphical User Interface, but as of 10.04, it has become more user friendly, taking on a more Windows Vista/7  like appearance.</p>
<h3>Ubuntu Unity</h3>
<p>In the effort to render Ubuntu netbook friendly, the Ubuntu Unity Desktop can be utilized regardless of your screen size. This desktop environment is intended for latops with much smaller screens, and it has received rave reviews from every critic out there.</p>
<h3>Shotwell</h3>
<p>Shotwell, the followup to F-Spot is capable of importing photos rather easily, and can actually provide an aesthetically pleasing presentation. When you launch Shotwell for the first time you will have the option of importing all of your photos, and while this may take some time, it is certainly worth it.</p>
<h3>Painless Installation</h3>
<p>As ususal you do have the option to run Linux on Windows if you so desire, which is to say that Linux would occupy the same space as the Windows OS. Though many do not relish the idea of running a *nix OS within an NTFS partition, it is certainly an option for those who would rather try Linux out first without actually creating a partition.</p>
<p>Note that for those who currently have Lucid Lynx installed, 10.10 can be installed as a software update. This can be achieved with the terminal command: sudo update-manager -d. The update will be seamless, and once finished you will have access to all of the existing 10.10 features.</p>
<p>It&#8217;s pretty clear that Ubuntu 10.10 will be dominating the open source market, becoming the preferred choice for not only geeks, but basic home users, law enforcement agencies, schools, and even large business entities. It won&#8217;t topple the Microsoft Monopoly just yet, but with every release, the day draws near.</p>
<p>Where were you when Ubuntu 10.10 was released?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/ubuntu-10-10-is-maverick-meerkat-marvelous/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux Mint Debian Is A Piece of Shit</title>
		<link>http://www.fettesps.com/is-linux-mint-debian-edition-all-its-cracked-up-to-be/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=is-linux-mint-debian-edition-all-its-cracked-up-to-be</link>
		<comments>http://www.fettesps.com/is-linux-mint-debian-edition-all-its-cracked-up-to-be/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 01:43:02 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debianesque]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lmde]]></category>
		<category><![CDATA[rolling release]]></category>
		<category><![CDATA[ubuntu alternative]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=996</guid>
		<description><![CDATA[There are a number of different operating systems today based on the latest Linux kernel, and because Linux itself happens to be open source, anyone can monopolize on the concept and create their own Linux distribution, Ubuntu being one of the distros that rose from the dust of the once great Debian. Debian was an [...]]]></description>
			<content:encoded><![CDATA[<p>There are a number of different operating systems today based on the latest Linux kernel, and because Linux itself happens to be open source, anyone can monopolize on the concept and create their own Linux distribution, Ubuntu being one of the distros that rose from the dust of the once great Debian. Debian was an excellent distribution in it&#8217;s day, but it fell out of favor for a number of reasons:</p>
<p>Lack of interest from the development team: Debian was an excellent server operating system and could even be modified at a desktop solution for those who were truly dedicated, but the development team eventually failed to release any new packages. This update failure would go on to effect updates to the X11 window system and even reduce filesystem support. One great example would be the lack of support for EXT3 which is now the standard for nearly all Linux distributions.</p>
<p>Along with being irritating, this left Debian quite vulnerable to hackers or other individuals that wished to circumvent its once robust infrastructure. This of course was not the only thing that led to the downfall of Debian. Next we will explore the complicated installation process.</p>
<p><span style="margin: 5px 10px 5px 0px"><a href="http://www.fettesps.com/wp-content/uploads/2010/09/debian.png"><img src="http://www.fettesps.com/wp-content/uploads/2010/09/debian-300x225.png" alt="" title="Linux Mint : Debian Edition!" width="300" height="225" class="alignleft size-medium wp-image-998" /></a></span></p>
<p>Complicated Installation: The installation for Debian has always been text based, and as a result many could not quite figure out how it worked. In addition to that some of the options were downright confusing, ultimately leading to what appeared to be a Russian Roulette type install where success was hit or miss. For power users this was generally no problem, but for those unfamiliar with the operating system or Linux in general, it could be a nightmare.</p>
<p>Luckily there was a revival for the Debian operating system and it came in the form of Ubuntu. This new operating system provided a simple, graphical driven installation that allowed users to easily partition their hard drive (a nightmare in the old days). Though Ubuntu was and is still a fairly amazing operating system, and there are still quite a few arguments regarding Debian vs Ubuntu, there are a few derivatives, one of which is Linux Mint.</p>
<p>But what is Linux Mint? Other than being a clone of Ubuntu and a bit green, what are its features? The most noteable feature is that it IS green and it does provide a very nice aesthetic alternative to Ubuntu. The other thing to take note if is that as of 2008 Linux Mint began to share the same development and release cycle as Ubuntu, which is to say that it adopted the same version numbers (month and year) as Ubuntu.</p>
<p>At this point you might be wondering just what the difference is, and there is one difference that tends to sway many people from the thought of actually using Linux Mint. That difference of course is that Linux Mint does not use the same repositories as Ubuntu. This seems like an inconvenience when you consider that the majority of Debian based distros use the same packages.</p>
<p>To put it quite simply, Linux Mint is Ubuntu for the Linux Purist. That is to say that the repositories are filled with open source software. <span style="float:right;padding: 10px 0px 10px 10px"><script type="text/javascript"><!--
google_ad_client = "pub-5626577267457549";
/* FPS - 300x250, created 9/29/10 */
google_ad_slot = "9978971278";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></span><br />
There was a time when Linux was quite literally nothing but open source, but as more and more developers took an interest in the open source scene, proprietary software began to pop up, the first of which was Cedega (WINE with DirectX). Later on other developers such as Adobe would follow, and their involvement in the open source scene would cause arguments, debates, and even turmoil due to individuals who believed the open source community should remain open source.</p>
<p>Like its Ubuntu sibling, this Debian variation focuses largely on user friendliness. It allows a user to test out the operating system with the Live CD first, and if it seems suitable it can be installed via a shortcut on the desktop. The installer will deal with hard drive partitioning, going so far as to clearly mark any partitions you may wish to avoid.</p>
<p>There are a few pieces of software that were developed specifically by Linux Mint for it&#8217;s users. For instance you have the software manager which will permit you to run .mint files which are exclusive to the Linux Mint operating system. Though it could probably be an easy workaround, .mint compatibility is a serious argument in the Linux mint vs Ubuntu argument.</p>
<p>That being said, this distro is useful for just about anyone from the power user to the standard everyday office user. There are other alternatives to Linux Mint however, some of which are not based on Debian at all. Naturally you will have the Fedora alternative, and you will undoubtedly have the option of using something like Slackware if you happen to be a power user. That being said there are a number of different distributions for you to check out, and there is without a doubt one out there that will give you the satisfaction you crave in open source software. Only time will tell which operating system you choose to utilize, just know that Linux Mint is without a doubt one of the better choices for everyone. </p>
<p><a href="http://www.linuxmint.com/edition.php?id=66">Download Linux Mint: Debian Edition</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/is-linux-mint-debian-edition-all-its-cracked-up-to-be/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ubuntu Goes &#8220;Light&#8221;</title>
		<link>http://www.fettesps.com/ubuntu-goes-light/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntu-goes-light</link>
		<comments>http://www.fettesps.com/ubuntu-goes-light/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 03:02:28 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=922</guid>
		<description><![CDATA[A new diet soda? Not quite. Canonical has developed Ubuntu Light featuring a new user interface called Unity, which will be used in the upcoming Ubuntu 10.10. Ubuntu&#8217;s new &#8220;Light&#8221; versions will allow &#8220;instant-on&#8221; dual booting. Which, for the user, translates into the ability to access the Web in less than 10 seconds; 7 seconds [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://netbook-showdown.com/wp-content/uploads/2010/06/Ubuntu_Wallpaper.jpg"><img src="http://netbook-showdown.com/wp-content/uploads/2010/06/Ubuntu_Wallpaper-150x150.jpg" alt="" title="Ubuntu Wallpaper" width="150" height="150" class="alignleft size-thumbnail wp-image-6" style="float:left; margin: 25px 25px 25px 0px;" /></a><br />
A new diet soda? Not quite. Canonical has developed Ubuntu Light featuring a new user interface called Unity, which will be used in the upcoming Ubuntu 10.10. Ubuntu&#8217;s new &#8220;Light&#8221; versions will allow &#8220;instant-on&#8221; dual booting. Which, for the user, translates into the ability to access the Web in less than 10 seconds; 7 seconds to be precise.</p>
<p>Ubuntu is already known for being a fast-booting Linux-based operating system, but its developers have taken it to a whole new level. According to founder Mark Shuttleworth&#8217;s most recent blog post, the new &#8220;desktop experience codebase&#8221; called Unity will give all future versions of Ubuntu greater speed  and a fresh new look in terms of desktop configuration. The goal is to give users access to the apps they like to run more often. In Monday&#8217;s blog post, Shuttleworth says, &#8220;the web is the key, and there may be a few complementary capabilities like media playback, messaging, games, and the ability to connect to local devices like printers and cameras and pluggable media.&#8221;</p>
<p><a href="http://netbook-showdown.com/ubuntu-goes-light/">Continue Reading&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/ubuntu-goes-light/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu&#8217;s Latest Release: Lucid Lynx</title>
		<link>http://www.fettesps.com/ubuntus-latest-release-lucid-lynx/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntus-latest-release-lucid-lynx</link>
		<comments>http://www.fettesps.com/ubuntus-latest-release-lucid-lynx/#comments</comments>
		<pubDate>Mon, 10 May 2010 13:46:38 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[lucid lynx alternate install]]></category>
		<category><![CDATA[lucid lynx buttons on the left side]]></category>
		<category><![CDATA[lucid lynx iphone]]></category>
		<category><![CDATA[lucid lynx upgrade problems]]></category>
		<category><![CDATA[lucid lynx vs karmic]]></category>
		<category><![CDATA[ubuntu iphone]]></category>
		<category><![CDATA[ubuntu lucid lynx]]></category>
		<category><![CDATA[what versions of software will lucid lynx include]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=878</guid>
		<description><![CDATA[Last week saw the release of version 10.04 of Ubuntu Linux, also known as &#8220;Lucid Lynx&#8221;. This latest version of Canonical&#8217;s popular Linux distribution includes a number of improvements over this already incredibly user friendly operating system. Ubuntu has a well-deserved reputation as being one of the easiest Linux distributions to install, if not necessarily [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fettesps.com/wp-content/uploads/2010/05/ubuntu-logo.jpg"><img src="http://www.fettesps.com/wp-content/uploads/2010/05/ubuntu-logo-150x150.jpg" alt="Ubuntu Linux" title="Ubuntu Linux" width="150" height="150" class="alignright size-thumbnail wp-image-880" style="margin: 10px 0px 5px 10px" /></a></p>
<p>Last week saw the release of version 10.04 of Ubuntu Linux, also known as &#8220;Lucid Lynx&#8221;. This latest version of Canonical&#8217;s popular Linux distribution includes a number of improvements over this already incredibly user friendly operating system.  Ubuntu has a well-deserved reputation as being one of the easiest Linux distributions to install, if not necessarily the easiest to configure, at least for Linux newcomers. However, there are plenty of new features included in Lucid Lynx which will help attract new users and enhancements which will appeal to long time Linux users and win some converts from other popular distributions like Mandriva, Mint and SuSe.</p>
<h3>So What&#8217;s New In Lucid Lynx?</h3>
<p><a href="http://www.fettesps.com/wp-content/uploads/2010/05/SS_Selection_007.png"><img src="http://www.fettesps.com/wp-content/uploads/2010/05/SS_Selection_007-150x150.png" alt="Ubuntu Screenshot" title="Ubuntu Screenshot" width="150" height="150" style="margin: 5px 5px 5px 0px;" class="alignleft size-thumbnail wp-image-884" /></a></p>
<p>One thing which some users have noticed about the latest release of Ubuntu is that supports many iPhone devices out of the box &#8211; while this feature hasn&#8217;t been heavily promoted by Canonical, it seems that at least for the moment, iPhone users will be able to transfer files to and from their phone and PC with ease. However, this could change with the next iPhone firmware upgrade, so if you&#8217;re truly committed to your iPhone you may eventually need to install some other (free) software to manage this mobile device with Ubuntu Linux.</p>
<p>The new version uses the 2.6.33 version of the Linux kernel, meaning that most onboard and peripheral hardware devices should be supported from the get-go; this is a distribution known for good hardware support out of the box, saving newcomers a lot of frustration trying to get soundcards and video to work properly, something which any old hands at Linux systems reading this will know about all too well. However, for the vast majority of users, the hardware support will be completely transparent &#8211; all you&#8217;ll likely notice is how quickly the base system installs (around 25 minutes on most machines) and how quickly the system boots up, even compared to Ubuntu&#8217;s already exemplary performance in that department.</p>
<p>Features which are more likely to interest the average PC user include Lucid Lynx&#8217;s easy integration with Twitter, Facebook and other social media and social networking platforms, with a &#8220;MeMenu&#8221; built into Ubuntu&#8217;s Gnome 2.30 desktop. As usual with Ubuntu, Gnome is the default desktop manager with this version, though users who prefer KDE, FVWM, IceWM or any other desktop can download and install these options through Ubuntu&#8217;s user-friendly software management tool.</p>
<p>The software manager is in fact one area where Ubuntu 10.04 really shines. Ubuntu&#8217;s software installation and removal tool is much easier to use than many competing distributions, largely due to its Debian-based heritage. If you&#8217;ve ever spent an afternoon cursing the developer of RPM software packages, you&#8217;ll definitely enjoy the way that Ubuntu handles package dependencies for the user, downloading additional software as needed. Updates are also a snap, as users have come to expect of this newbie friendly distribution &#8211; and there is an enormous variety of free software available for this system, ranging from office productivity packages to games, multimedia players and editors and much more besides.</p>
<p>So is Ubuntu 10.04 worth a try? If you&#8217;re a fan of Debian based systems or already use Ubuntu, absolutely &#8211; and unless you&#8217;re tied to Windows due to work or proprietary software, it&#8217;s well worth checking out; a live CD is available for free, so you can give the system a try and install it if you find Lucid Lynx to be a good match for the way you use your PC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/ubuntus-latest-release-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Removing the Desktop Icons from Linux Mint</title>
		<link>http://www.fettesps.com/removing-the-desktop-icons-from-linux-mint/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=removing-the-desktop-icons-from-linux-mint</link>
		<comments>http://www.fettesps.com/removing-the-desktop-icons-from-linux-mint/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 05:22:49 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linuxmint]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=776</guid>
		<description><![CDATA[After upgrading the hard drive on my desktop Linux box I decided that I would install the newest version of Linux Mint on it. Although I love Ubuntu I find Mint to be quite refreshing and less time consuming to get all set up, as a result my 3 most used linux boxes are now [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading the hard drive on my desktop Linux box I decided that I would install the newest version of Linux Mint on it.  Although I love Ubuntu I find Mint to be quite refreshing and less time consuming to get all set up, as a result my 3 most used linux boxes are now all running Mint.  Despite how well configured Mint is &#8220;out of the box&#8221; I do find myself tweaking it extensively just as I would any OS.  After installing it I promptly moved the main panel to the top and removed the MintMenu, as I am not a fan of it, and decided that this time instead of my usual setup I would try using Docky for Gnome-Do as my application launcher.</p>
<p>I am one of those people who loves a clean desktop, I hate it when files and up scattered upon it and do not like how some icons are &#8220;glued&#8221; to the desktop by default in every operating system.  So when I went to remove these icons from my desktop I found that I couldn&#8217;t just delete them as I had expected.  I even tried doing it through the terminal, expecting to find symlinks in the ~/Desktop/ directory but it was empty.  At that point I figured I&#8217;d have to bust out the gconf-editor, having done so in the past to remove the mounted drives from the desktop.  It turns out there is a more simple solution in Linux Mint.</p>
<p><a href="http://www.fettesps.com/wp-content/uploads/2010/01/Screenshot-Desktop-Configuration-Tool.png"><img src="http://www.fettesps.com/wp-content/uploads/2010/01/Screenshot-Desktop-Configuration-Tool.png" alt="Screenshot-Desktop Configuration Tool" title="Screenshot-Desktop Configuration Tool" width="262" height="188" class="alignnone size-full wp-image-780" style='float:right; margin: 5px 0px 5px 15px' /></a></p>
<p>After digging around I found the Desktop Configuration Tool. If you are using the MintMenu then you can find it under </p>
<ul>
<li>MintMenu</li>
<li>Preferences</li>
<li>Desktop Configuration Tool</li>
</ul>
<p>Once it is loaded you will see that it is a very simple utility, on your first tab all you have to do is uncheck Computer, Home, and Mounted Volumes.  From there just click Apply and close the window, and you&#8217;re done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/removing-the-desktop-icons-from-linux-mint/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Disable the Trackpad in Ubuntu</title>
		<link>http://www.fettesps.com/how-to-disable-the-trackpad-in-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-disable-the-trackpad-in-ubuntu</link>
		<comments>http://www.fettesps.com/how-to-disable-the-trackpad-in-ubuntu/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 08:07:43 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=765</guid>
		<description><![CDATA[Every laptop user has experience this, you&#8217;re typing away and without noticing you graze over the trackpad and your cursor jumps to the middle of the first paragraph. By the time you notice you&#8217;ve injected half of the third paragraph into the first. After correcting that typo you find yourself doing the same thing only [...]]]></description>
			<content:encoded><![CDATA[<p>Every laptop user has experience this, you&#8217;re typing away and without noticing you graze over the trackpad and your cursor jumps to the middle of the first paragraph.  By the time you notice you&#8217;ve injected half of the third paragraph into the first.  After correcting that typo you find yourself doing the same thing only moments later.  Fear not, there is a solution to this madness.</p>
<p>The first thing you&#8217;ll need to do is tweak your xorg.conf file, before doing that you should backup your existing configuration. In the event that you make a mistake you can restore it by restoring it in your terminal.</p>
<pre class="brush: bash; title: ; notranslate">sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak</pre>
<p>Now that you&#8217;ve created a backup, open xorg.conf in your favourite text editor.</p>
<pre class="brush: bash; title: ; notranslate">sudo pico /etc/X11/xorg.conf</pre>
<p>Look for a section named &#8220;InputDevice&#8221; or create it if it does not exist.</p>
<pre class="brush: bash; title: ; notranslate">Section &quot;InputDevice&quot;
    Identifier &quot;Synaptics Touchpad&quot;
    Driver &quot;synaptics&quot;
    Option &quot;SendCoreEvents&quot; &quot;true&quot;
    Option &quot;Device&quot; &quot;/dev/psaux&quot;
    Option &quot;Protocol&quot; &quot;auto-dev&quot;
    Option &quot;HorizScrollDelta&quot; &quot;0&quot;
    Option &quot;SHMConfig&quot; &quot;on&quot;
EndSection</pre>
<p>The line you want to pay attention to here is the one regarding SHMConfig, this will disable the trackpad while typing.  But you&#8217;re not quite done yet.  Next hit Alt+F2 which will give you the Run Application dialog. Enter the following command and hit Run:</p>
<pre class="brush: bash; title: ; notranslate">/usr/bin/syndaemon -d -t -i 2</pre>
<p>Afterwards, restart your display manager by holding Alt and hitting Backspace.  Your keypad is now disabled!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/how-to-disable-the-trackpad-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Opera in Ubuntu Linux</title>
		<link>http://www.fettesps.com/installing-opera-in-ubuntu-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-opera-in-ubuntu-linux</link>
		<comments>http://www.fettesps.com/installing-opera-in-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 02:03:08 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Browser Wars]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=704</guid>
		<description><![CDATA[There are a few ways to get Opera installed in Ubuntu, but with any Debian based distro you&#8217;re best bet is through apt-get. Unfortunately the default sources in Ubuntu do not include Opera, so you&#8217;ll have to jump through a few hoops to get it up and running. First open up your sources file in [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few ways to get Opera installed in Ubuntu, but with any Debian based distro you&#8217;re best bet is through apt-get.  Unfortunately the default sources in Ubuntu do not include Opera, so you&#8217;ll have to jump through a few hoops to get it up and running.</p>
<p>First open up your sources file in your favourite editor:</p>
<pre class="brush: bash; title: ; notranslate">sudo pico /etc/apt/sources.list</pre>
<p>Then add the following source:</p>
<pre class="brush: plain; title: ; notranslate">deb http://deb.opera.com/opera/ stable non-free</pre>
<p>Next you&#8217;ll need to add the GPG Key:</p>
<pre class="brush: bash; title: ; notranslate">wget -O - http://deb.opera.com/archive.key
sudo apt-key add -</pre>
<p>Now you can install Opera using apt:</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-get update
sudo apt-get install opera</pre>
<p>In the event that you get <i>The following packages cannot be authenticated</i> as a warning, you will also need to run this command:</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-get install debian-archive-keyring</pre>
<p>From there just run the install command again, and you should have Opera up and running in a few minutes.</p>
<p>If you run into any issues, or need help installing any plugins, I would recommend checking out the <a href="https://help.ubuntu.com/community/OperaBrowser">Community Documentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/installing-opera-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

