<?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>geedew :: Web Design, Programming, Professionalism &#187; linux</title>
	<atom:link href="http://www.geedew.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geedew.com</link>
	<description>Web Design, Web Programming, Programming on Linux, CSS, JavaScript, PHP, HTML5</description>
	<lastBuildDate>Thu, 22 Jul 2010 16:26:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Dropbox on Lucid: Missing GUI? Fix it now!</title>
		<link>http://www.geedew.com/2010/07/15/dropbox-on-lucid-missing-gui-fix-it-now/</link>
		<comments>http://www.geedew.com/2010/07/15/dropbox-on-lucid-missing-gui-fix-it-now/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 16:20:39 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Lucid Lynx]]></category>
		<category><![CDATA[Nautilus]]></category>

		<guid isPermaLink="false">http://www.geedew.com/?p=232</guid>
		<description><![CDATA[Dropbox is great and their support is phenomenal.  Recently I have been having issues after upgrading to Lucid Lynx.  It&#8217;s been a large bother on me because I use Dropbox a ton in my personal use.  On my development server, I&#8217;m running Ubuntu 10.04 64 Desktop version, and I rely on Dropbox to keep my files [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=b02858dd9961de60a8a7d0f9efe9c758&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=20 height=20/><p>Dropbox is great and their support is phenomenal.  Recently I have been having issues after upgrading to Lucid Lynx.  It&#8217;s been a large bother on me because I use Dropbox a ton in my personal use.  On my development server, I&#8217;m running Ubuntu 10.04 64 Desktop version, and I rely on Dropbox to keep my files in sync, including my programs that I write.  However, after upgrading, I noticed that Dropbox was &#8216;missing&#8217;.  It no longer appeared in the notification applet in the menu system.  It was still in the Menu, but when I clicked it &#8216;nothing&#8217; occurred!  Well I solved the issue, with a little help from the Dropbox forums. <span id="more-232"></span></p>
<p>First, I noticed that when I accessed by System Monitor application (Menu-&gt;System-&gt;Administration-&gt;System Monitor), Dropbox was running, and in fact it was running very hard (heating up my machine in the process).  Yet, nothing was visibly happening; no gui, no sync.  Killing the process was the next step, and then running Dropbox again from the menu resulted in the same scenario; nothing visually occurring.</p>
<p>I tried uninstalling, reinstalling via the &#8216;apt&#8217; commands.  Did not help.</p>
<p>I tried uninstalling forcing a complete removal and reinstalling after adding back in the sources.list commands via &#8216;apt&#8217;.  Did not help.</p>
<p>For awhile I considered that the issue was Lucid Lynx, so I sat on it for a week.  After about 4 or 5 updates to the OS, I tried all of the previous steps, still nothing helped.</p>
<p><strong>Finally a Solution!</strong></p>
<p>I searched Google, and came across a very similar situation, occurring months ago on Suse Linux (<a href="http://forums.dropbox.com/topic.php?id=19094&amp;replies=24#post-120769">http://forums.dropbox.com/topic.php?id=19094&amp;replies=24#post-120769</a>).</p>
<p>In this was the key, to do this just follow these steps.</p>
<pre class="brush: plain;">
Open your terminal.
#cd ~
#rm -rf .dropbox* Dropbox
#wget  http://dl-web.dropbox.com/u/17/dropbox-lnx.x86-0.7.110.tar.gz
#tar xzf dropbox-lnx.x86-0.7.110.tar.gz
#.dropbox-dist/dropbox
</pre>
<p>Step by Step:</p>
<p>1. cd ~ : Navigate to your home directory</p>
<p>2. rm -rf .dropbox* Dropbox : Delete all folders starting with .dropbox and also remove the Dropbox folder (Warning, your Dropbox folder may have changes that will be deleted! Rename or make a backup first in this case.)</p>
<p>3. wget http&#8230;. : Download the newest stable version of Dropbox (this is a newer version than what is in the repository!)</p>
<p>4. tar xzf &#8230; : Unzip/Unpack the downloaded file</p>
<p>5. Run Dropbox!</p>
<p>At this point you should find that the Dropbox opens up the installation information.</p>
<p>Follow the Dropbox instructions, and when finished, you will have the Dropbox notification icon in the notification applet in the menu.  Right click on that applet, click on stop Dropbox.  Close your terminal, and then navigate to the Dropbox menu item to start it up again.  That&#8217;s all, it should work great now like it does for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geedew.com/2010/07/15/dropbox-on-lucid-missing-gui-fix-it-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Droid Rooted, here&#8217;s my take.</title>
		<link>http://www.geedew.com/2009/12/08/droid-rooted-heres-my-take/</link>
		<comments>http://www.geedew.com/2009/12/08/droid-rooted-heres-my-take/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 05:42:30 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[2.01]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://www.geedew.com/?p=144</guid>
		<description><![CDATA[Before you root, you should probably upgrade to 2.01, as that will &#8216;break&#8217; your new root access. You can get that download from here, if you have not already received it OTA (Over the Air). You need to follow the directions below, to apply the 2.01. The directions for each download it exactly the same, [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=b02858dd9961de60a8a7d0f9efe9c758&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=20 height=20/><p>Before you root, you should probably upgrade to 2.01, as that will &#8216;break&#8217; your new root access. You can get that download from <a href="https://android.clients.google.com/updates/voles/signed-voles-ESD56-from-ESD20.84263456.zip">here</a>, if you have not already received it OTA (Over the Air). You need to follow the directions below, to apply the 2.01.  The directions for each download it exactly the same, except for the ADB access.</p>
<p>This &#8216;root&#8217; is strictly for developers.  It&#8217;s not going to give you any ability to do anything to your phone yet, unless you really know your *nix commands well enough not to screw something up on your phone.  So continue only if you really want this ability (the ability to really screw up your phone).<br />
<span id="more-144"></span><br />
You can follow the direct postings <a href="http://alldroid.org/viewtopic.php?f=210&#038;t=567">here.</a><br />
I&#8217;ve downloaded the file (best link is <a href="http://alldroid.org/download/file.php?id=643">here</a>).  You should also download this file, as it will be needed.</p>
<blockquote><p>md5sum of the boot partition:<br />
3e49d99b320cf5c20bedf09343c1155c /dev/mtd/mtd2
</p></blockquote>
<p>Here is the `how-to` that <a href="http://alldroid.org/memberlist.php?mode=viewprofile&#038;u=1941">embeem</a> posted, I will add to it where I see fit, just to help some of those out as to what is going on.</p>
<blockquote><p>Download the zip file</p></blockquote>
<p>You can find the link at the top of this post.</p>
<blockquote><p>
Rename to &#8220;update.zip&#8221; and copy to the sdcard</p></blockquote>
<p>It is currently named `droid-root.zip`, `update.zip` is required as that will be used internally by the script in the program.</p>
<blockquote><p>Power off the DROID and power back on while holding the X key<br />
When you see a &#8220;/!\&#8221; symbol, press both vol+ and camera</p></blockquote>
<p>This isn&#8217;t magic, it&#8217;s simply a rescue mode. Slide the keyboard out to start. It&#8217;s very easy to figure out what is going on here.  You have to press and hold the volume Up key then press the camera button. </p>
<blockquote><p>Use the onscreen menu to install update.zip</p></blockquote>
<p>You must use your d-pad to do this.  just choose update.zip from the menu.</p>
<blockquote><p>Once installed you will be able to run &#8220;su&#8221; from your adb shell.</p></blockquote>
<p>This one is the kicker, best explained by <a href="http://alldroid.org/memberlist.php?mode=viewprofile&#038;u=2264">syntrix</a></p>
<blockquote><p>you have to attach your droid in debug mode in eclipse and use adb from the sdk. Again, I&#8217;m holding off on this, it&#8217;s my only phone.</p>
<p>But once you get this access, you can run commands natively, and copy files to the sd and pull them off the droid.</p></blockquote>
<p>ADB is only ran from the SDK developers tools.  In other words, you are running command from your computer, not the phone.</p>
<p>Now, to take this a step further, we can also get a terminal emulator running on the phone with root access according to <a href="http://alldroid.org/memberlist.php?mode=viewprofile&#038;u=2309">mjxg&#8217;s</a> post&#8230;</p>
<blockquote><p>
1) download this: http://www.magicandroidapps.com/su.zip<br />
2) push it to your phone</p>
<p>C:\Android>adb push su /data/local<br />
595 KB/s (76200 bytes in 0.125s)</p>
<p>3) C:\Android>adb shell<br />
$ su<br />
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system<br />
# cd /system/bin<br />
# mv su osu<br />
# cat /data/local/su > su<br />
# chmod 6755 su</p>
<p>4) verify</p>
<p># ls -l *su<br />
-rwsr-sr-x root root 76200 2008-08-01 05:00 osu<br />
-rwsr-sr-x root root 76200 2009-05-30 11:28 su</p>
<p>5) finish</p>
<p># sync<br />
# reboot</p>
<p>6) open up a terminal emulator on the phone and run `su` and enjoy</p></blockquote>
<p>With all this said, this is a remarkable, easy root access. It literally is just adding a file  (&#8216;su&#8217;) that the user has permissions to.  &#8216;SU&#8217; means, switch user, and by default, that user is root.  Giving the user access to this file, means they can run that command, and if that file has the right permissions, which is does in the update, it will run &#8216;as&#8217; root.  And tada, you can now begin to get access to the rest of the system!</p>
<p>Developers will now take over.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geedew.com/2009/12/08/droid-rooted-heres-my-take/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perfecting the Linux User Desktop</title>
		<link>http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/</link>
		<comments>http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 07:46:02 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[desktop]]></category>

		<guid isPermaLink="false">http://geedew.com/?p=31</guid>
		<description><![CDATA[The linux desktop over the years has been a large struggle for many users. I hear many complaints from people that have &#8216;tried&#8217; linux out and they seem to all come to the conclusion that it is difficult or even impossible to use. The unfortunate part about most of these complaints, is that they are [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=b02858dd9961de60a8a7d0f9efe9c758&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=20 height=20/><p>The linux desktop over the years has been a large struggle for many users.  I hear many complaints from people that have &#8216;tried&#8217; linux out and they seem to all come to the conclusion that it is difficult or even impossible to use.  The unfortunate part about most of these complaints, is that they are reiterating something they read 10 years ago, or something their friend who knows computers becaues he is a &#8216;gamer&#8217; told him so.<br />
<span id="more-31"></span></p>
<p>You can also jump right to the <a title="go to the image gallery" href="gallery1">gallery</a> to just view the images.<br />
Personally, I prefer Linux.  In the past few years I have travelled through many different distributions.  Lately (past year or so), I have solely worked with the fastly becoming forerunner, Ubuntu.  Power linux users can complain all that they want about how Ubuntu is fancying the wrong crowd, but the simple fact is that if Ubuntu wasn&#8217;t doing the things they are doing, we wouldn&#8217;t have the incredible developements that Linux distributions now offer.  To put some fuel for the fire about how Linux is not usable, or that it is simply not capable of being the powerhouse that real users know it can be, I wanted to walk through my setup.</p>
<div id="attachment_157" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-157" title="DesktopNormal" src="http://cdn.geedew.com/wp-content/uploads/2010/01/DesktopNormal-300x225.png" alt="When nothing is brought up or running" width="300" height="225" /><p class="wp-caption-text">When nothing is brought up or running</p></div>
<p class="entry-text">This is my Desktop when I have nothing open.  I have 6 virtual desktops&#8230; meaning I can have up to 6 `windows` with stuff in them.  I can switch between them by either dragging something to another page, or by using ctrl+alt+ left|right|up|down. So how is this usable, where&#8217;s the menu?  Well, for one, it&#8217;s a touch screen (yes it works quite well) laptop (x61t) that has a 1024*768 resolution.  So I need realestate, so that is what is the deciding factor in my choices.  The menu is on the left, just moving the mouse to the left side of the screen shows it.</p>
<div id="attachment_156" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-156" title="DesktopMenu" src="http://cdn.geedew.com/wp-content/uploads/2010/01/DesktopMenu-300x225.png" alt="The Ubuntu menu" width="300" height="225" /><p class="wp-caption-text">The Ubuntu menu</p></div>
<p class="entry-text">As you can see it&#8217;s all there.  But I rarely ever use it.  Usually , I just hit command+space which brings up my GnomeDo options.</p>
<div id="attachment_155" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-155" title="DesktopGnomeDo" src="http://cdn.geedew.com/wp-content/uploads/2010/01/DesktopGnomeDo-300x225.png" alt="Gnome Do 's native functionality; searching." width="300" height="225" /><p class="wp-caption-text">Gnome Do &#39;s native functionality; searching.</p></div>
<p class="entry-text">So as I type, it highlight in blue&#8230; and it has some amazing plugins!  Sometimes I need a quick mouse menu&#8230; like when I&#8217;m browsing&#8230; for that moving my mouse to the bottom of the page solves this with GnomeDo&#8217;s Docky feature.</p>
<div id="attachment_154" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-154" title="Docky" src="http://cdn.geedew.com/wp-content/uploads/2010/01/DesktopDocky-300x225.png" alt="This is the settings menu for Docky." width="300" height="225" /><p class="wp-caption-text">This is the settings menu for Docky.</p></div>
<p class="entry-text">So Docky is good&#8230; and looks good, but sometimes I just need some space for things that I generally need from time to time&#8230;. for this I have my screenlets.  A quick press of f9 will bring them up&#8230; sending everything to monochrome behind.</p>
<div id="attachment_167" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-167" title="Screenlets" src="http://cdn.geedew.com/wp-content/uploads/2010/01/Screenlets-300x225.png" alt="A good view of the Screenlets overlay" width="300" height="225" /><p class="wp-caption-text">A good view of the Screenlets overlay</p></div>
<p class="entry-text">Notice&#8230; Pidgin, Terminal, another Funky clock, Date, the Current moon, Uptime, Battery, and Places.  Over time I&#8217;m sure I will add more&#8230; Still looking for a killer calculator. So now that I have my machine on and running, I need some music.</p>
<div id="attachment_169" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-169" title="Songbird" src="http://cdn.geedew.com/wp-content/uploads/2010/01/Songbird-300x225.png" alt="Excellent Linux media player with a great skin." width="300" height="225" /><p class="wp-caption-text">Excellent Linux media player with a great skin.</p></div>
<p class="entry-text">Bring in Songbird.  yes this is an actual screenshot of my current playlist.  It&#8217;s very slick, and easy to use and understand.  Now that I have my music up, lets fire up some programming tool.</p>
<div id="attachment_163" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-163" title="Geany" src="http://cdn.geedew.com/wp-content/uploads/2010/01/Geany-300x225.png" alt="Excellent Ubuntu programming program; Geany" width="300" height="225" /><p class="wp-caption-text">Excellent Ubuntu programming program; Geany</p></div>
<p class="entry-text">I love Geany.  It&#8217;s very easy to use, and it&#8217;s completly packed with autocompletion, etc.  Notice how it handles all the language, and allows me to set a dark theme.  Once again, pay attention to the realestate usage&#8230; I use the entire screen.</p>
<p>Sometimes I have small windows open.  Ubuntu handles this well.. take a look at what happens when I have more than one open, notice how the previous clicked windows fade out for better attention getting.</p>
<div id="attachment_170" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-170" title="ADDFocus" src="http://cdn.geedew.com/wp-content/uploads/2010/01/TrailFocus-300x225.png" alt="Making sure that the other windows fade so that the one you are on gains best focus" width="300" height="225" /><p class="wp-caption-text">Making sure that the other windows fade so that the one you are on gains best focus</p></div>
<p class="entry-text">Sometimes though&#8230; I have things on other virtual displays that I need&#8230; and a simple alt+tab won&#8217;t get to them.  For those I do ctrl+command+space&#8230; and wha-laa</p>
<div id="attachment_166" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-166" title="ScaleView" src="http://cdn.geedew.com/wp-content/uploads/2010/01/ScaleView-300x225.png" alt="Easy window grabbing by putting them all up together." width="300" height="225" /><p class="wp-caption-text">Easy window grabbing by putting them all up together.</p></div>
<p class="entry-text">So what about this Vista I keep seeing&#8230; you mean this vista?</p>
<div id="attachment_172" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-172" title="VistaMenuItems" src="http://cdn.geedew.com/wp-content/uploads/2010/01/VistaMenuItems-300x225.png" alt="The start menu when running Vista in seamless mode." width="300" height="225" /><p class="wp-caption-text">The start menu when running Vista in seamless mode.</p></div>
<p class="entry-text">That can run all these `Windows` *ick* programs on my desktop?</p>
<div id="attachment_173" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-173" title="VistaPrograms" src="http://cdn.geedew.com/wp-content/uploads/2010/01/VistaPrograms-300x225.png" alt="Vista programs running on the Ubuntu desktop; via Virtualbox" width="300" height="225" /><p class="wp-caption-text">Vista programs running on the Ubuntu desktop; via Virtualbox</p></div>
<p class="entry-text">There is a lot to offer in such a free package of software eh.  It seems that it handles quite alot of &#8216;usable&#8217; features.  Things people never imaged they could have for just a download.</p>
<p>Things like pen recognition and pressure recognition&#8230;</p>
<div id="attachment_174" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-174" title="Xournal" src="http://cdn.geedew.com/wp-content/uploads/2010/01/Xournal-300x225.png" alt="Pen input, pressure sensitivity, shape recognizer" width="300" height="225" /><p class="wp-caption-text">Pen input, pressure sensitivity, shape recognizer</p></div>
<p class="entry-text">And it&#8217;s amazing what firefox can look like&#8230;</p>
<div id="attachment_162" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-162" title="FullScreeFirefox" src="http://cdn.geedew.com/wp-content/uploads/2010/01/FullScreeFirefox-300x225.png" alt="Saving real estate by going full screen with firefox" width="300" height="225" /><p class="wp-caption-text">Saving real estate by going full screen with firefox</p></div>
<p class="entry-text">I think I&#8217;ve shown my point, that linux doesn&#8217;t have to be all drab, it can be pretty slick too.</p>
<p>and I will leave you with my idle screen&#8230; Rain <img src='http://cdn.geedew.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div id="attachment_165" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-165" title="Raining" src="http://cdn.geedew.com/wp-content/uploads/2010/01/Raining-300x225.png" alt="Neat desktop effects, this is the raining effect." width="300" height="225" /><p class="wp-caption-text">Neat desktop effects, this is the raining effect.</p></div>
<h4>Image Gallery</h4>

<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/desktopdocky/' title='Docky'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/DesktopDocky-150x150.png" class="attachment-thumbnail" alt="This is the settings menu for Docky." title="Docky" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/desktopgnomedo/' title='DesktopGnomeDo'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/DesktopGnomeDo-150x150.png" class="attachment-thumbnail" alt="Gnome Do &#039;s native functionality; searching." title="DesktopGnomeDo" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/desktopmenu/' title='DesktopMenu'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/DesktopMenu-150x150.png" class="attachment-thumbnail" alt="The Ubuntu menu" title="DesktopMenu" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/desktopnormal/' title='DesktopNormal'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/DesktopNormal-150x150.png" class="attachment-thumbnail" alt="When nothing is brought up or running" title="DesktopNormal" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/fullscreefirefox/' title='FullScreeFirefox'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/FullScreeFirefox-150x150.png" class="attachment-thumbnail" alt="Saving real estate by going full screen with firefox" title="FullScreeFirefox" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/geany/' title='Geany'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/Geany-150x150.png" class="attachment-thumbnail" alt="Excellent Ubuntu programming program; Geany" title="Geany" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/raining/' title='Raining'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/Raining-150x150.png" class="attachment-thumbnail" alt="Neat desktop effects, this is the raining effect." title="Raining" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/scaleview/' title='ScaleView'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/ScaleView-150x150.png" class="attachment-thumbnail" alt="Easy window grabbing by putting them all up together." title="ScaleView" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/screenlets/' title='Screenlets'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/Screenlets-150x150.png" class="attachment-thumbnail" alt="A good view of the Screenlets overlay" title="Screenlets" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/songbird/' title='Songbird'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/Songbird-150x150.png" class="attachment-thumbnail" alt="Excellent Linux media player with a great skin." title="Songbird" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/trailfocus/' title='ADDFocus'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/TrailFocus-150x150.png" class="attachment-thumbnail" alt="Making sure that the other windows fade so that the one you are on gains best focus" title="ADDFocus" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/vistamenuitems/' title='VistaMenuItems'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/VistaMenuItems-150x150.png" class="attachment-thumbnail" alt="The start menu when running Vista in seamless mode." title="VistaMenuItems" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/vistaprograms/' title='VistaPrograms'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/VistaPrograms-150x150.png" class="attachment-thumbnail" alt="Vista programs running on the Ubuntu desktop; via Virtualbox" title="VistaPrograms" /></a>
<a href='http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/xournal/' title='Xournal'><img width="75" height="75" src="http://cdn.geedew.com/wp-content/uploads/2010/01/Xournal-150x150.png" class="attachment-thumbnail" alt="Pen input, pressure sensitivity, shape recognizer" title="Xournal" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.geedew.com/2009/03/08/perfecting-the-linux-user-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving Battery on your Lenovo X61 in Linux</title>
		<link>http://www.geedew.com/2008/12/06/saving-battery-on-you-lenovo-x61-in-linux/</link>
		<comments>http://www.geedew.com/2008/12/06/saving-battery-on-you-lenovo-x61-in-linux/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 04:52:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://geedew.com/?p=24</guid>
		<description><![CDATA[here are some issues with the power manager in ubuntu and tablet.  There was  alarge discussion you can find here. But basically to save power and time you should run without atime by following these commands Make sure you have vim-full installed sudo apt-get install vim-full This is a powerful editor, the lite edition is [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=b02858dd9961de60a8a7d0f9efe9c758&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=20 height=20/><h3><a name="disk"></a></h3>
<p>here are some issues with the power manager in ubuntu and tablet.  There was  alarge discussion you can find <a href="https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695" target="_blank">here</a>.</p>
<p><a href="https://wiki.ubuntu.com/DanielHahler/Bug59695"></a></p>
<p>But basically to save power and time you should run without atime by following these commands</p>
<p>Make sure you have vim-full installed</p>
<pre>sudo apt-get install vim-full</pre>
<p>This is a powerful editor, the lite edition is confusing to some, ignore this if you would like to use gedit (think graphical editor) just replace `vi` with `gedit` in the commands</p>
<p>Next,</p>
<pre>sudo vi /etc/fstab</pre>
<p>Find the line that looks like this,</p>
<p><em> UUID=65d4f3af-6###-4767-b###-4aa28b61b### / ext3 defaults,errors=remount-ro 0 1 </em></p>
<p>Do not copy my line, your likely to have issues if you do so.</p>
<p>Make the line look like this by pressing `insert` and moving the pointer to the place and typing in the text, hit &#8216;esc&#8217; and then &#8216;shift + v&#8217;  twice</p>
<p><em> UUID=65d4f3af-6###-4767-b###-4aa28b61b### / ext3 defaults,errors=remount-ro,<strong>noatime</strong> 0 1 </em></p>
<p>Restart your system or run this command</p>
<pre>        sudo mount -o remount /</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.geedew.com/2008/12/06/saving-battery-on-you-lenovo-x61-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updating Ubuntu to Newest Wacom</title>
		<link>http://www.geedew.com/2008/12/06/updating-ubuntu-to-newest-wacom/</link>
		<comments>http://www.geedew.com/2008/12/06/updating-ubuntu-to-newest-wacom/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 04:33:49 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[x61]]></category>

		<guid isPermaLink="false">http://geedew.com/?p=23</guid>
		<description><![CDATA[Most users of linux need not be concerned with updating Wacom.  But there are many out there that should be.  Namely, those that are using tablets or have a tablet PC.  Wacom is probably the number one driver manager for tablet hardware in linux.  Unfortunately, it&#8217;s a driver that too often gets fuddled with and [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=b02858dd9961de60a8a7d0f9efe9c758&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=20 height=20/><p>Most users of linux need not be concerned with updating Wacom.  But there are many out there that should be.  Namely, those that are using tablets or have a tablet PC.  Wacom is probably the number one driver manager for tablet hardware in linux.  Unfortunately, it&#8217;s a driver that too often gets fuddled with and not upgraded.</p>
<p style="padding-left: 60px;"><span style="color: #888888;">You can check your current version by running this command in a terminal (Applications-&gt;Accessories-&gt;Terminal)</span></p>
<pre style="padding-left: 60px;"><span style="color: #888888;">dpkg -p wacom-tools  | grep Version</span></pre>
<p style="padding-left: 60px;"><span style="color: #888888;">You should get an output of something like this</span></p>
<pre style="padding-left: 60px;"><span style="color: #888888;">Version 1:08.1.4-0ubuntu3</span></pre>
<p style="padding-left: 60px;"><span style="color: #888888;">If that has 08.2 instead of 08.1.##, then you can disregard updating (Understand that this post is from Dec 08, a new version can be found <a href="http://linuxwacom.sourceforge.net/" target="_blank">here</a> when they come out).</span></p>
<p>To solve this, you should always keep your wacom updated to the newest version.  As with this post, the newest version is  0.8.2 (<a title="Linux Wacom Project" href="http://linuxwacom.sourceforge.net/" target="_blank">The Linux Wacom Project</a>).  Intrepid Ibex, the current release of Ubuntu, ships with .8.1-4.  .8.2 adds some new features, like better touch support.  Users with an X61T like me would LOVE to have this back after frying Vista.</p>
<p>First thing you should do it download the newest version here &#8211; <a title="Download 0.8.2" href="http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.2.tar.bz2">0.8.2</a></p>
<p>**This is a pre-built binary.  If this doesn&#8217;t work for you, you should read below.</p>
<p>Download the file to your Desktop and unpack it using the archive manager. You can delete these files when your finished.</p>
<p>Run these commands</p>
<pre>cd Desktop/linuxwacom-0.8.1-6/prebuilt</pre>
<pre>sudo ./uninstall</pre>
<pre>sudo ./install</pre>
<p>The last step is to press &#8216;ctrl + alt + backspace&#8217; to restart your X11.  This will log you out of X11, so make sure to save anything you have open.</p>
<p>For those users that are unable to follow these steps because of errors. You may need to compile the drivers on your own.  You can find out the information on how to do that <a href="https://help.ubuntu.com/community/Wacom/LatestDriver" target="_self">here</a>.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geedew.com/2008/12/06/updating-ubuntu-to-newest-wacom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Server Accessible Locally, Not from the Internet</title>
		<link>http://www.geedew.com/2008/05/22/server-accessible-locally-not-from-the-internet/</link>
		<comments>http://www.geedew.com/2008/05/22/server-accessible-locally-not-from-the-internet/#comments</comments>
		<pubDate>Thu, 22 May 2008 12:32:11 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://geedew.com/?p=18</guid>
		<description><![CDATA[You can learn something everyday it seems. Yesterday, I had some issues that I hadn&#8217;t planned on ever occurring with my local development server. Basically, the issue was discovered when my server suddenly did not have ANY access from the internet. Now, it DID have access to the internet, oddly enough, and I could reach [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=b02858dd9961de60a8a7d0f9efe9c758&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=20 height=20/><p>You can learn something everyday it seems.</p>
<p>Yesterday, I had some issues that I hadn&#8217;t planned on ever occurring with my local development server.  Basically, the issue was discovered when my server suddenly did not have ANY access from the internet.  Now, it DID have access to the internet, oddly enough, and I could reach it via hostname through my local network.  The first issue I figured it would have been was a router problem.  Namely port forwarding was getting messed up.  My server is set statically on my network, so the port forwarding should be fine, and Remote Desktop to my XP machine works fine from the outside world.  So the router is NOT the issue.  Next step was DNS.  Maybe my dns is messed up?  I checked out my /etc/resolv.conf</p>
<blockquote><p>&gt; vi /etc/resolv.conf</p>
<blockquote><p>nameserver 192.168.1.149<br />
nameserver ###.###.###.###</p></blockquote>
</blockquote>
<p>I blocked out the ### because this is uneeded information about my ISP.  Normally you want your name servers to be a nameserver, or your access to a name server.  The first shows my router, from the inner network, which is what can be here.  This explains why my hostname works via my network.  But it is not the solution to my issue.  So I dugg a bit deeper.  What was that I said earlier?  Ah yes, my server has a STATIC ip.  Which means I should have a static route.</p>
<blockquote><p>&gt; ip route</p></blockquote>
<blockquote><p>192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.129<br />
default via 192.168.1.1 dev eth0  metric 100</p></blockquote>
<p>OK! There is my issue! My static route is pointing by default to 192.168.1.1 which is NOT my router (192.168.1.149).  So a quick update to that and that should fix it!</p>
<blockquote><p>&gt; vi /etc/network/interfaces</p></blockquote>
<blockquote><p># This file describes the network interfaces available on your system<br />
# and how to activate them. For more information, see interfaces(5).</p>
<p># The loopback network interface<br />
auto lo<br />
iface lo inet loopback</p>
<p># The primary network interface<br />
auto eth0<br />
iface eth0 inet static<br />
address  192.168.1.129<br />
netmask 255.255.255.0<br />
network 192.168.1.0<br />
<strong> gateway 192.168.1.149</strong></p></blockquote>
<p>I edited the line in bold.  This was 192.168.1.1 and now it is 192.168.1.149</p>
<blockquote><p>&gt; /etc/init.d/networking restart</p></blockquote>
<p>Now the networking is reset!</p>
<blockquote><p>&gt; ip route<br />
192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.129<br />
default via 192.168.1.149 dev eth0  metric 100<br />
default via 192.168.1.1 dev eth0  metric 100</p></blockquote>
<p>And Wa-Laa!  All done.  Now I can access my server via the internet from anywhere as it should be always.</p>
<p>Lesson learned I guess. Hope this helps some others stump issues they are having with static networking on linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geedew.com/2008/05/22/server-accessible-locally-not-from-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
