Chicken Donut

I'll Have An Order Of General Tso's Chicken And Pork Flied Lice

Online Whiteboards / Collaboration Spaces

March 6th, 2009 | by admin | Posted in Yes, I'm a Geek | 1 Comment »

  1. twiddla.com
  2. imaginationcubed.com
  3. scriblink.com
  4. skrbl.com
  5. vyew.com

Bulk rename several files at once on linux

February 7th, 2009 | by admin | Posted in Yes, I'm a Geek | No Comments »

rename -v ’s/\.JPG$/\.jpg/’ *.JPG

Fix for Flickering Fullscreen Application with Compiz

January 13th, 2009 | by admin | Posted in Yes, I'm a Geek | No Comments »

My typewriter application was causing a pretty wicked screen flicker when alt-tabbing between applications.  As always little googling turned up the answer.  It was not a Java redraw or layout problem as I originally suspected but a known Compiz full-screen compositing bug.

http://tombuntu.com/index.php/2008/09/03/fix-for-flickering-fullscreen-application-with-compiz/

Need For Speed – Apache + Tomcat + mod_proxy

January 9th, 2009 | by admin | Posted in Yes, I'm a Geek | No Comments »

I’ve gotten the basic apache/tomcat configuration up and running for sodacrop.com.  As it is on a VPS, the tomcat-velocity dynamically generated UI is less than blazingly fast.  I though about setting up a caching servlet filter, then thought “duha, you are using apache mod_proxy, can’t you get apache to proxy for you?”

More to come…

Installing Tomcat as a Linux Service

January 8th, 2009 | by admin | Posted in Yes, I'm a Geek | No Comments »

Turns out setting Tomcat (6 in this case) up as a service on Ubuntu (Debian) is drop dead simple.  It boils down to just a few commands:

sudo chmod +x /usr/lib/apache-tomcat-6.0.18/bin/catalina.sh
sudo ln -s /usr/lib/apache-tomcat-6.0.18/bin/catalina.sh /etc/init.d/tomcat
sudo update-rc.d tomcat defaults

For more information:

Simulate rsync with ant and mounted sftp folders

December 31st, 2008 | by admin | Posted in Yes, I'm a Geek | No Comments »

I was looking for a better way to publish web app updates to chickendoughnut and though rsync would be an easy way to go.  I didn’t find an ant rsync task but they do have a sync task that can sync two folders.  A few more googles and I found a way to mount an sftp folder on my local file system.  Peeeerfect.

“I’m Linux” Video Contest Will Probably Be a Forking Mess

December 22nd, 2008 | by admin | Posted in Yes, I'm a Geek | No Comments »

This picture cracks my shit up. The stash on the Tron dude seals the deal. The linked post is definitely not the first time I have seen the pic, but I can’t remember where it came from.

http://gizmodo.com/5115140/im-linux-video-contest-will-probably-be-a-forking-mess