<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>RSS feed for InstantSpot site Blog of Dave</title><link>http://daveshuck.instantspot.com</link><description>Dave Shuck&apos;s ramblings on - ColdFusion, Flex, and Java, and life.</description><language>en-us</language><copyright>This work is Copyright &#xA9; 2009 by Blog of Dave</copyright><generator>RSSVille ColdFusion FeedMaker, version 1.0</generator><pubDate>Sat, 21 Nov 2009 09:44:18 GMT</pubDate><item><title>How to set JAVA_HOME environment variable in Ubuntu </title><link>http://daveshuck.instantspot.com/blog/2009/03/20/How-to-set-JAVAHOME-environment-variable-in-Ubuntu-</link><description>&lt;p&gt;I am actually creating this blog entry as a bookmark for myself, but since I know that I never remember how to do it, others might benefit as well!&lt;/p&gt; &lt;p&gt;One way that you can set your JAVA_HOME variable and add to your PATH, is be doing the folowing.&amp;nbsp; As &apos;sudo&apos; open up &lt;strong&gt;/etc/bash.bashrc&lt;/strong&gt; and add the following to the end of the file.&amp;nbsp; NOTE: Set the java path to whatever the actual path is on your environment if it does not match &lt;strong&gt;/usr/lib/jvm/java&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;JAVA_HOME=/usr/lib/jvm/java export JAVA_HOME PATH=$PATH:$JAVA_HOME/bin export PATH&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt; &lt;p&gt;When you reboot, try running the following:&lt;/p&gt; &lt;p&gt;&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;$ echo $JAVA_HOME /usr/lib/jvm/java  echo $PATH [probably lots of paths]:/usr/lib/jvm/java/bin  &lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;</description><pubDate>Sat, 21 Mar 2009 01:02:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2009/03/20/How-to-set-JAVAHOME-environment-variable-in-Ubuntu-</guid><category>Ubuntu,Tips and Tricks</category></item><item><title>How to install KDE 4.1 on Ubuntu Hardy 8.01 and my impressions of it</title><link>http://daveshuck.instantspot.com/blog/2008/07/30/How-to-install-KDE-41-on-Ubuntu-Hardy-801-and-my-impressions-of-it</link><description>&lt;p&gt;With yesterday&apos;s announcement of the 4.1.0 release of KDE, my willpower did not allow me to go another day without giving KDE4 another shot.  For a bit of history, I have been using Gnome for several years.  In the past 3 months or so I began using KDE 3.5.9 long enough that I began to enjoy it and realize that it is a nice desktop environment as well.  At this point I really have no favorite between the two and like different things about both of them.&lt;/p&gt; &lt;p&gt;When the first releases of KDE 4 started showing up several months ago, I gave it a shot but was extremely underwhelmed.  While it came with all the warnings from the community that the 4.0 release was nothing more than the introduction of a new platform which developers would expand, some of the basic pieces of it just felt wrong.  I can clearly say that after spending most of an afternoon using it, running my development environment, and doing basic daily functions, 4.1 is light years beyond the first peak I had of it.  I am *really* enjoying it so far and I have a feeling it will be my desktop of choice for the immediate future.&lt;/p&gt; &lt;p&gt;One thing that seems to not be common knowledge to some people is that you can just install it and try it out without affecting your existing desktop environments, be it KDE 3.5.x or Gnome.  For example, my current installation started out as Kubuntu 8.04 Hardy Heron.  Shortly after installing I added Gnome by running:&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;sudo apt-get install ubuntu-desktop&lt;/pre&gt;&lt;/div&gt;  Then in the GDM or KDM login window, I had options for either logging in using Gnome or the default KDE.  Thankfully the two coexist without bothering each other, and I can switch back and forth at will.  I took the same approach today when installing KDE 4.1, planning to keep both Gnome and KDE 3.5 as fallback positions or simply to use when I am in the mood.&lt;/p&gt; &lt;p&gt;If this type of setup sounds like something you want to try out, do the following.  First, add the following repo into your /etc/apt/sources.list file:&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main&lt;/pre&gt;&lt;/div&gt;  After adding that you will want to update your repos by running:&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;sudo apt-get update&lt;/pre&gt;&lt;/div&gt;  Then to install KDE 4.1 you will run the following: &lt;div class=&quot;code&quot; &gt;&lt;pre&gt;sudo apt-get install kubuntu-kde4-desktop kdeplasma-addons amarok-kde4 and kontact-kde4 kate-kde4 kmail-kde4 &lt;/pre&gt;&lt;/div&gt;  Notice that I am also updating several applications, such as kate, amaroK, kmail, and kontact.  Kdeplasma-addons also brings you some extra goodies beyond the base install.  During that installation you will be prompted to choose your login manager.  KDE4 brings you yet another option beyond GDM and KDM.  I chose it and it is a really nice clean look.  I recommend giving it a look.  Once the installation completes, restart X or reboot and have fun!&lt;/p&gt;</description><pubDate>Thu, 31 Jul 2008 03:02:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2008/07/30/How-to-install-KDE-41-on-Ubuntu-Hardy-801-and-my-impressions-of-it</guid><category>Ubuntu,Linux</category></item><item><title>Firebug with Firefox 3 in Ubuntu Hardy Heron</title><link>http://daveshuck.instantspot.com/blog/2008/05/06/Firebug-with-Firefox-3-in-Ubuntu-Hardy-Heron</link><description>Several months ago when I first tried out Firefox 3, I found that I couldn&apos;t get Firebug to work.  At that time, I was still on 7.10 (Gutsy) and just rolled back to Firefox 2 and carried on about my business.  Once I upgraded to 8.04 (Hardy), where its default Firefox is FF3, I tried again.  I still had failures and no matter which &quot;fix&quot; I came across, I still was never able to open Firebug in a panel, but only in a separate window.  &lt;br /&gt;&lt;br /&gt;That all changed this morning!  I was looking through packages and discovered that there is a Firebug package in the Ubuntu repos.  I promptly uninstalled Firebug from the extensions settings in the Firefox and closed my browser.  I went to terminal and typed:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;$ sudo apt-get install firebug&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;... I then opened up Firefox 3 and BAM!  It works exactly like it should.  I have no idea what the difference is in this version of Firebug, but for whatever reason, my problems are solved.</description><pubDate>Tue, 06 May 2008 14:42:06 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2008/05/06/Firebug-with-Firefox-3-in-Ubuntu-Hardy-Heron</guid><category>Browsers,Ubuntu</category></item><item><title>CF8 error after upgrading to Ubuntu 8.10 Hardy Heron -   libstdc++.so.5</title><link>http://daveshuck.instantspot.com/blog/2008/05/01/CF8-error-after-upgrading-to-Ubuntu-810-Hardy-Heron----libstdcso5</link><description>This afternoon I did an upgrade from Gutsy to Hardy on my main development environment.  I experienced *almost* no disruption to my system, with one exception (so far!).  When I instantiated a ColdFusion 8 application which instantiates a webservice onApplicationStart, I received the following exception:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;                                  jikes: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory&lt;/b&gt;      &lt;br /&gt;&lt;br /&gt;Jikes!  Well fortunately the fix is quite simple.  Go to a terminal and install libstdc++5 like so:&lt;br /&gt;&lt;code&gt;$ sudo apt-get install libstdc++5&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Restart your application and carry on!  I am not sure what changed between the distros, but apparently the libraries that ColdFusion uses for invoking webservices depend on this package.&lt;br /&gt;</description><pubDate>Thu, 01 May 2008 23:07:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2008/05/01/CF8-error-after-upgrading-to-Ubuntu-810-Hardy-Heron----libstdcso5</guid><category>ColdFusion,Ubuntu,Linux</category></item><item><title>Adding spell checking to Evolution mail client</title><link>http://daveshuck.instantspot.com/blog/2008/04/01/Adding-spell-checking-to-Evolution-mail-client</link><description>&lt;p&gt;I am not sure why I have never pusued this until today, but I for some reason have never spent the time to figure out why I didn&apos;t have spell checking in my Evolution mail client. I knew that Evolution used the packages aspell and gnome-spell, which I already had installed, so why wasn&apos;t it working?&lt;/p&gt; &lt;p&gt;When I went into my composer settings in the Evolution preferences, I saw a big empty box that was the list of dictionaries that Evolution was using.&amp;nbsp; You would think there would be some method of adding them from there, but unfortunately it isn&apos;t quite that obvious. To add the English dictionary I had to install the package aspell-en. Once I added this I reopened Evolution and Bamn!&lt;/p&gt; &lt;p&gt;There it is. For the copy/paste inclined, try the following:&lt;/p&gt; &lt;p&gt;&lt;code&gt;#sudo apt-get install aspell gnome-spell aspell-en&lt;/code&gt;&lt;/p&gt;</description><pubDate>Tue, 01 Apr 2008 13:41:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2008/04/01/Adding-spell-checking-to-Evolution-mail-client</guid><category>Ubuntu,Tips and Tricks</category></item><item><title>Playing with my new webcam under Linux  - watch me work!</title><link>http://daveshuck.instantspot.com/blog/2008/02/25/Playing-with-my-new-webcam-under-Linux---watch-me-work</link><description>&lt;p&gt;I made an impulse buy this past week ordering a Tripp-Lite clip-on webcam for my laptop.  My wife and I are leaving next weekend to go on a week-long cruise without our kids, and I thought it might be fun to post some video blog entries for them while we are gone so they (and ultimately you as well) can see what we are up to.&lt;br /&gt; &lt;br /&gt; I chose the Tripp-Lite camera due to pretty consistently positive cost/value reviews, although I was a bit worried that I couldn&apos;t find a single instance of anyone on the internet actually using one under Linux.  Why should that stop me, huh?   When it arrived I plugged it in and... nada... nothing!   Although my laptop could see the device, I couldn&apos;t seem to get the drivers to work.  After doing some digging around I found that it uses the Z-Star Microelectronics Corp. ZC0301 WebCam chipset, which seems to be very common in the cheapo-Chinese-made webcam space.   There is an &lt;a href=&quot;http://mxhaard.free.fr/download.html&quot;&gt;unbelievably awesome project&lt;/a&gt; out there where a guy named Michel Xhaard has written drivers for tons of webcam chipsets, and although mine was included I just couldn&apos;t seem to get it to work, no matter what I did.  &lt;br /&gt; &lt;br /&gt; Eventually it hit me that since I am using an Alpha version of Ubuntu (Hardy Heron), perhaps I should roll to a release version and see what happens.  Given how easy it is to swap distros in Linux, I decided to roll back to a 7.04 (Feisty) remaster disc that was laying around.  Upon plugging in my camera on the new distro it just worked natively!  YAY.&lt;br /&gt; &lt;br /&gt; So, now I am playing with the apps a bit.  I found Camorama which does video captures and can FTP them to a server at regular intervals.  I thought it might be fun to create a custom pod on my blog that shows a current picture of me working - or zoning out... picking my nose... whatever.  So, the pic of me you see on the left is the most recent of those.  The timestamp text is a little small when I resize the pic, but if you view it in full size (or pull out your magnifying glass), you can see the date. &lt;br /&gt; &lt;br /&gt; As for recording video in Linux, I created a launcher that allows me to record AVI files with audio using mencoder.  For those interested in doing that, you will first need to install mencoder:&lt;br /&gt; &lt;code&gt;$ sudo apt-get install mencoder&lt;/code&gt;&lt;br /&gt; &lt;br /&gt; I then created a shortcut icon that starts the recording:&lt;br /&gt; &lt;code&gt;mencoder tv:// -tv driver=v4l:width=320:height=240:device=/dev/video0:forceaudio:adevice=/dev/dsp -ovc lavc -oac mp3lame -lameopts cbr:br=64:mode=3 -o /home/dshuck/Desktop/webcam.avi&lt;/code&gt;&lt;br /&gt; &lt;br /&gt; Then I have another shortcut icon to stop the video:&lt;br /&gt; &lt;code&gt;killall mencoder&lt;/code&gt;&lt;br /&gt; &lt;br /&gt; Look for pointless videos in the near future...&lt;/p&gt;</description><pubDate>Mon, 25 Feb 2008 16:10:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2008/02/25/Playing-with-my-new-webcam-under-Linux---watch-me-work</guid><category>Ubuntu,Fun,Linux</category></item><item><title>`c-&gt;xlib.lock&apos; failed error on Java applications</title><link>http://daveshuck.instantspot.com/blog/2008/01/29/cxliblock-failed-error-on-Java-applications</link><description>&lt;p&gt;I am currently using the Alpha 3 release of Ubuntu 8.04 Hardy Heron.&amp;nbsp; Considering the fact that it is an alpha release, I tend to not get worked up over little errors that might occur.&amp;nbsp; However, I have found one that I just couldn&apos;t get around.&amp;nbsp; I use Aqua Data Studio for my database client and since loading Hardy Heron, I have been unable to run it.&lt;br /&gt; &lt;br /&gt; When I would start it from a terminal, I would get a dump that looked like this:&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;#0 /usr/lib/libxcb-xlib.so.0 [0x90d00767] #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0x90d008b1] #2 /usr/lib/libX11.so.6(_XReply+0xfd) [0x9039429d] #3 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so [0x9063e8ce] #4 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so [0x9061b067] #5 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so [0x9061b318] #6 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x2f) [0x9061b61f] #7 [0xb4cff3aa] #8 [0xb4cf7f0d] #9 [0xb4cf7f0d] #10 [0xb4cf5249] #11 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/server/libjvm.so [0x637338d] #12 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/server/libjvm.so [0x64fd168] #13 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/server/libjvm.so [0x6373220] #14 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/server/libjvm.so(JVM_DoPrivileged+0x363) [0x63c90d3] #15 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/libjava.so(Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d) [0xb7d1096d] #16 [0xb4cff3aa] #17 [0xb4cf7da7] #18 [0xb4cf5249] #19 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/server/libjvm.so [0x637338d] java: xcb_xlib.c:82: xcb_xlib_unlock: Assertion &apos;c-&amp;gt;xlib.lock&apos; failed. Aborted (core dumped)&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt; &lt;br /&gt; Considering the fact that I used the Ubuntu sun-java6-jdk package from the Ubuntu repository, I decided that I would try the self-extracting bin that is available on &lt;a href=&quot;http://java.sun.com&quot;&gt;http://java.sun.com&lt;/a&gt;.&amp;nbsp; After swapping to that JVM, I still received the same dump and abort.&amp;nbsp; After doing a bit of searching, I came across a patch in one of the bug reporting forums that effectively patches your JVM and prevents this error from occurring.&amp;nbsp; I ran the patch and now everything works as it should. &amp;nbsp; If you are receiving this error, create a shell script with the following content and run it.&amp;nbsp; Assuming that it runs successfully, you should then be able to open the Java application that was failing.&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;#!/bin/sh # S. Correia # 2007 11 21 # A simple script to patch the java library in order # to solve the problem with &amp;quot;Assertion &apos;c-&amp;gt;xlib.lock&apos; failed.&amp;quot; # see bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373 LIB_TO_PATCH=libmawt.so for f in &apos;find /usr/lib/jvm -name &amp;quot;$LIB_TO_PATCH&amp;quot;&apos; do echo &amp;quot;Patching library $f&amp;quot; sudo sed -i &apos;s/XINERAMA/FAKEEXTN/g&apos; &amp;quot;$f&amp;quot; done&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt; &lt;br /&gt; Big thanks to &amp;quot;S. Correia&amp;quot; for getting me back on my feet!&lt;/p&gt;</description><pubDate>Tue, 29 Jan 2008 21:16:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2008/01/29/cxliblock-failed-error-on-Java-applications</guid><category>Ubuntu,Java</category></item><item><title>Installing the JRE plugin in Firefox on Ubuntu</title><link>http://daveshuck.instantspot.com/blog/2008/01/18/Installing-the-JRE-plugin-in-Firefox-on-Ubuntu</link><description>&lt;p&gt;I have now been using Ubuntu for about 2 years, and oddly enough one thing that has always evaded me is how to properly set up the JRE plugin in Firefox.  It *seems* like that ought to be an easy process, but it is one of those annoying little things that just hasn&apos;t worked for me, although it has never been important enough for me to chase down.&lt;/p&gt; &lt;p&gt;Yesterday I had to do a Webex presentation that required the JRE plugin, so I decided it was time to hack my way through it.   One thing that I was thinking my be a factor is that I use Swiftfox instead of Firefox.  I decided to take that out of the equation just to make sure, so I went ahead and removed it.  When running Firefox and hitting &lt;strong&gt;about:plugins&lt;/strong&gt; in the address bar, I could clearly see that the Java plugin was not in the list.  I looked in ~/.mozilla/plugins, and saw a libjavaplugin.so in there, but it was obviously not doing its job.&lt;/p&gt; &lt;p&gt;So, after a lot of floundering, here are the basic steps I took that got me going...&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;First, I completely uninstalled Firefox:&lt;br /&gt;     &lt;strong&gt;$ sudo apt-get --purge remove firefox&lt;br /&gt;     &lt;/strong&gt;&lt;/li&gt;     &lt;li&gt;I then reinstalled it:&lt;strong&gt;&lt;br /&gt;     $ sudo apt-get install firefox&lt;br /&gt;     &lt;/strong&gt;&lt;/li&gt;     &lt;li&gt;Next, I had previously installed the sun-java2-bin package, so I wanted to wipe all evidence of that and reinstall it.  I did the following:&lt;br /&gt;     &lt;strong&gt;$ sudo apt-get --purge remove sun-java6-bin sun-java6-jre  sun-java6-plugin&lt;br /&gt;     &lt;/strong&gt;&lt;/li&gt;     &lt;li&gt;To reinistall it I did:&lt;br /&gt;     &lt;strong&gt;$ sudo apt-get install sun-java6-bin sun-java6-jre  sun-java6-plugin&lt;br /&gt;     &lt;/strong&gt;&lt;/li&gt;     &lt;li&gt;After doing this I opened Firefox and put &lt;strong&gt;about:plugins&lt;/strong&gt; and still didn&apos;t see the Java stuff.  At this point, I went into my ~/.mozilla/plugins directory.  From earlier attempts I had some libjavaplugin.so and libjavaplugin-[something I don&apos;t remember].so.  I decided to kill those off:&lt;br /&gt;     &lt;strong&gt;$ sudo rm libjavaplugin*&lt;br /&gt;     &lt;/strong&gt;&lt;/li&gt;     &lt;li&gt;At this point looking around I found a file  &lt;strong&gt;/etc/alternatives/firefox-javaplugin.so&lt;/strong&gt; that seemed like a decent candidate, so I did a symlink like this:&lt;br /&gt;     &lt;strong&gt;$ ln -s /etc/alternatives/firefox-javaplugin.so ./libjavaplugin.so&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;At this point I restarted the browser, hit &lt;strong&gt;about:plugins&lt;/strong&gt; and was thrilled to see an entirely new section for Java!&lt;/p&gt; &lt;p&gt;Now, take the steps above with a grain of salt.  I certainly don&apos;t want to infer that this is by any means the right way to get it working, but it is the series of steps that finally got it working for me.  Hopefully someone else might get something out of it as well.&lt;/p&gt;</description><pubDate>Fri, 18 Jan 2008 13:59:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2008/01/18/Installing-the-JRE-plugin-in-Firefox-on-Ubuntu</guid><category>Ubuntu,Linux,Java</category></item><item><title>Fix for Evolution email client error: Summary and folder mismatch, even after a sync</title><link>http://daveshuck.instantspot.com/blog/2008/01/16/Fix-for-Evolution-email-client-error-Summary-and-folder-mismatch-even-after-a-sync</link><description>&lt;p&gt;This afternoon, my Evolution email client started popping up an error message &amp;quot;Summary and folder mismatch, even after a sync&amp;quot; as I would enter the various folders.  I finally figured out a fix and everything is back to normal.  If you ever get this error, the following steps solved my problem.  First, close Evolution.  Then run the following:&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;$ cd ~/.evolution/mail $ cp -r local local.BAK $ cd local $ rm Inbox.ibex.index Inbox.ibex.index.data&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt; &lt;p&gt;Now reopen Evolution and you should be good.  I imagine it&apos;s safe to delete the .BAK file, but I am holding onto it for a day or so. :)&lt;/p&gt;</description><pubDate>Thu, 17 Jan 2008 03:10:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2008/01/16/Fix-for-Evolution-email-client-error-Summary-and-folder-mismatch-even-after-a-sync</guid><category>Ubuntu,Linux</category></item><item><title>Confessions of a Linux noob:  killall command</title><link>http://daveshuck.instantspot.com/blog/2006/12/04/Confessions-of-a-Linux-noob--killall-command</link><description>&lt;p&gt;  I am usually one for taking the hard approach to solving a problem, and then realizing there is a far easier way to approach it afterwards... sometimes *long* afterwards.&amp;nbsp; I almost hate posting this one considering I have now been using Ubuntu about 6 months, but perhaps I am not the only one out there that didn&amp;#39;t know this. &amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  Typically when I have to kill a process in Linux, I type in:  &lt;/p&gt;  &lt;p&gt;  &lt;strong&gt;&amp;gt;sudo ps -A&lt;/strong&gt;  &lt;/p&gt;  &lt;p&gt;  This returns a list of all running processes with their process IDs next to them.&amp;nbsp; I then find the process I am looking for and type:  &lt;/p&gt;  &lt;p&gt;  &lt;strong&gt;&amp;gt;sudo kill [&lt;em&gt;whatever process ID&lt;/em&gt;]&lt;/strong&gt;  &lt;/p&gt;  &lt;p&gt;  This works just fine, but there is a far quicker way.&amp;nbsp; All you need to do is:  &lt;/p&gt;  &lt;p&gt;  &lt;strong&gt;&amp;gt;sudo killall [&lt;em&gt;process name&lt;/em&gt;]&lt;/strong&gt;  &lt;/p&gt;  &lt;p&gt;  This takes care of the problem in a single step.&amp;nbsp;&amp;nbsp; Go ahead...&amp;nbsp; laugh it up Linux guys.   &lt;/p&gt;  </description><pubDate>Mon, 04 Dec 2006 18:45:06 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2006/12/04/Confessions-of-a-Linux-noob--killall-command</guid><category>Ubuntu</category></item><item><title>Windows Vista is fast... just trust Microsoft.  </title><link>http://daveshuck.instantspot.com/blog/2006/11/01/Windows-Vista-is-fast-just-trust-Microsoft--</link><description>&lt;p&gt;  Wow... just wow!  &lt;/p&gt;  &lt;p&gt;  from this article:  &lt;/p&gt;  &lt;p&gt;  &lt;a href=&quot;http://www.pcworld.idg.com.au/index.php/id;212422788&quot;&gt;&lt;strong&gt;Vista licensing also limits benchmarking&lt;/strong&gt;&lt;/a&gt; &amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  &amp;quot;According to the Vista EULA, because the OS contains &amp;quot;one or more  components&amp;quot; of the .Net Framework 3.0, users can conduct internal  benchmarking of those components, but can&amp;#39;t disclose the results of  those benchmarks -- or measurements to compare rival products -- unless  they comply with conditions found at &lt;a href=&quot;http://go.microsoft.com/fwlink/?LinkID=66406&quot; target=&quot;_blank&quot;&gt;a Microsoft Web site&lt;/a&gt;&amp;quot;  &lt;/p&gt;  &lt;p&gt;  The article mentions how the restrictions are very vague and confusing, and moreover since they are based on the company website, they could be changed at any time.  &lt;/p&gt;  &lt;p&gt;  Maybe I have just gotten too accustomed to the open source community and how freely that kind of information flows, but this just seems silly to me.&amp;nbsp; If you put out a product, you should be proud to match it up against your competitors. &amp;nbsp;&amp;nbsp;  &lt;/p&gt;  </description><pubDate>Wed, 01 Nov 2006 17:03:41 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2006/11/01/Windows-Vista-is-fast-just-trust-Microsoft--</guid><category>Ubuntu</category></item><item><title>Warning to early adopters... Ubuntu Edgy Eft vs. ColdFusion Installer</title><link>http://daveshuck.instantspot.com/blog/2006/10/26/Warning-to-early-adopters-Ubuntu-Edgy-Eft-vs-ColdFusion-Installer</link><description>&lt;p&gt;  &lt;font color=&quot;#ff0000&quot;&gt;&lt;strong&gt;***UPDATE***&lt;/strong&gt;&lt;strong&gt; the fix is contained within the comments of this entry.&amp;nbsp; Make sure you read below the blog entry!&lt;/strong&gt;&lt;/font&gt;&amp;nbsp; &lt;br /&gt;  &lt;/p&gt;  &lt;p&gt;  As some of you Linux fans may be aware, Edgy is being released this week.  I did a dist upgrade to Edgy earlier this week, but rather than just upgrading I actually wiped clean and started with a blank slate.  Everything about Edgy is awesome so far, except that there appears to be bug (for now) related to libc6.    &lt;/p&gt;  &lt;p&gt;  When trying to install ColdFusion per &lt;a href=&quot;http://www.daveshuck.com/blog/index.cfm/2006/6/12/Installing-CFMX7--Apache222-on-Ubuntu-606&quot;&gt;my instructions in an earlier blog post&lt;/a&gt; , I receive the following errors:&lt;br /&gt;  &lt;/p&gt;  &lt;div class=&quot;note&quot;&gt;  &lt;font color=&quot;#660000&quot;&gt;  &lt;font face=&quot;courier new,courier&quot;&gt;dshuck@dshuck-laptop:~/software$ sudo ./coldfusion-702-lin.bin &lt;br /&gt;  Password:&lt;br /&gt;  Preparing to install...&lt;br /&gt;  Extracting the JRE from the installer archive...&lt;br /&gt;  Unpacking the JRE...&lt;br /&gt;  Extracting the installation resources from the installer archive...&lt;br /&gt;  Configuring the installer for this system&amp;#39;s environment...&lt;br /&gt;  nawk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory&lt;br /&gt;  dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory&lt;br /&gt;  /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory&lt;br /&gt;  basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory&lt;br /&gt;  dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory&lt;br /&gt;  basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory&lt;br /&gt;  &lt;br /&gt;  Launching installer...&lt;br /&gt;  &lt;br /&gt;  grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory&lt;br /&gt;  /tmp/install.dir.31599/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory&lt;/font&gt;&lt;br /&gt;  &lt;/font&gt;&lt;br /&gt;  &lt;/div&gt;  After doing some quick research it appears that there is a bug remaining in Edgy related to libc6 and I have yet to find a workaround.  I would imagine that if I had installed ColdFusion on Dapper and they done the dist upgrade, it would be fine.  The problem seems to be simply related to building it.  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  If anyone has any suggestions, I am all ears.   &lt;/p&gt;  </description><pubDate>Thu, 26 Oct 2006 14:33:48 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2006/10/26/Warning-to-early-adopters-Ubuntu-Edgy-Eft-vs-ColdFusion-Installer</guid><category>Ubuntu</category></item><item><title>It&apos;s like Christmas in October!!! </title><link>http://daveshuck.instantspot.com/blog/2006/10/18/Its-like-Christmas-in-October-</link><description>&lt;p&gt;  I thought this day would never come...  I would like to offer a very sincere &amp;quot;THANK YOU!&amp;quot; to the Adobe Flash team for all their hard work on getting the Linux version into Beta!  &lt;/p&gt;  &lt;p&gt;  &lt;img src=&quot;http://img223.imageshack.us/img223/3189/screenshotxg4.jpg&quot; alt=&quot; &quot; /&gt; &lt;br /&gt;  &lt;/p&gt;  </description><pubDate>Thu, 19 Oct 2006 04:46:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2006/10/18/Its-like-Christmas-in-October-</guid><category>Ubuntu</category></item><item><title>FileZilla for Linux and Mac</title><link>http://daveshuck.instantspot.com/blog/2006/10/10/FileZilla-for-Linux-and-Mac</link><description>&lt;p&gt;  One of the very few programs that I missed moving from Windows to &lt;a href=&quot;http://www.ubuntu.com/&quot;&gt;Ubuntu&lt;/a&gt;  last spring was Filezilla.  There are some FTP clients available, but I haven&amp;#39;t found any that I liked quite as much.  If you look on their &lt;a href=&quot;http://sourceforge.net/projects/filezilla/&quot;&gt;project page&lt;/a&gt; on &lt;a href=&quot;http://www.sf.net&quot;&gt;SourceForge&lt;/a&gt;, it states &amp;quot;FileZilla is a fast FTP and SFTP client for Windows with a lot of features&amp;quot;. Well here is a cool little find:  &lt;/p&gt;  &lt;p&gt;  &lt;a href=&quot;http://filezilla-project.org/nightly.php&quot;&gt;Filezilla Devlopment Server Nightly Builds&lt;/a&gt;!  &lt;/p&gt;  &lt;p&gt;  There are distributions for Linux, Mac and BSD.   &lt;/p&gt;  &lt;p&gt;  It is clearly not a supported product and not yet out of development, but I have found it to be remarkably stable.  &lt;/p&gt;  &lt;p&gt;  Enjoy!   &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  &lt;a href=&quot;http://sourceforge.net/projects/filezilla/&quot;&gt;&lt;/a&gt;  </description><pubDate>Tue, 10 Oct 2006 15:59:02 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2006/10/10/FileZilla-for-Linux-and-Mac</guid><category>Ubuntu</category></item><item><title>Grand Canyon... It&apos;s on!</title><link>http://daveshuck.instantspot.com/blog/2005/07/11/Grand-Canyon-Its-on</link><description>My father and I decided that this was the year that we would hike the North Rim to the South Rim of the Grand Canyon.   I know this seems crazy, but it is actually a paperwork challenge to be able to hike the Grand Canyon.  There is an application process in which you have to fax your request in the 1st day of the month 6 months before the intended date of your trip with a detailed itinerary, including where you will be sleeping and when.  We sent faxed our paperwork in and held our breath on the 1st of April, 6 months before we hoped to go in September.  After no word for a month we finally contacted them, only to find out that we had been rejected.  Discouraged, but not beaten, we laid out the calendar to see if there was another time that would work.  We decided that November would be acceptable, albeit a little colder.  It should be in the 60s in the bottom of the canyon though where we will spend the majority of our time.  Once again, we laid out our itinerary and faxed in on July 1.  My dad received a letter today dated July 6, 2005 telling him that they were sorry, but they were unable to accept out application.  He spent a good hour walking around the house cussing and feeling terribly disappointed.  A bit later my mom noticed there was another letter from the Grand Canyon dated July 7, 2005.  &lt;br /&gt;  &lt;br /&gt;  &lt;div class=&quot;note&quot;&gt;  Dear Mr. Shuck, we have accepted your request to hike the Grand Canyon on the dates of November 1, 2 and 3, 2005.  Enlcosed are your passes, which you will need to affix to your backpack and carry with you in the canyon.  There is no need to stop by the back country headquarters before departing on the trail.  &lt;/div&gt;  So in 3.5 months, I will be taking this in....&lt;br /&gt;  &lt;div style=&quot;text-align: center&quot;&gt;  &lt;img src=&quot;/images/GrandCanyon.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;  &lt;/div&gt;      </description><pubDate>Mon, 11 Jul 2005 05:00:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2005/07/11/Grand-Canyon-Its-on</guid><category>Outdoors</category></item></channel></rss>