Skip to content

Monthly Archives: November 2008

How To View .chm Files In Ubuntu 8.10

20-Nov-08

Yesterday I ran into a file format I had not seen before.  Microsoft .chm (Compiled HTML).  Turns out there are plenty of solutions for Linux.  I have to admit I really wondered why the publications I found were in .chm and not in a more standard .pdf format.  Really makes me appreciate common standards.  [...]

Hacking Perl

18-Nov-08

As I mentioned in yesterdays post, I have begun studying perl.  I’m actually enjoying it quite a bit, and picking things up fairly quickly I think.  I’m sure my familiarity with bash scripting helps quite a bit.
This morning I hacked together an irssi script for origami users that will let you display your current [...]

Regex Challenge

17-Nov-08

Over the weekend I started studying Perl and quickly realized I was going to be better off if I reviewed regular expressions before I got too far into things.  I went back and found my copy of “Mastering Regular Expressions” and dove right in.  Now, maybe its just me, but I find that I really [...]

Install Skype 2.0 on Ubuntu 8.10 “Intrepid Ibex”

16-Nov-08

The past few days have been all about installing third-party applications.  Yes I know some of these are “non-free”, but it does seem like a lot of these are those apps that many of us just can’t do without.  So, to continue the series here we have Installing Skype 2.0 on Ubuntu 8.10.
Download The Package
The [...]

How Many People Does It Take To Remove A Wireless Network From Windows Vista?

15-Nov-08

So its a little after noon today and I just woke up.  No, I’m not a lazy late sleeper, I got home from work last nite about 4:45am.  We had a huge server room rebuild consolidating ~40 servers, rebuilding two racks, and going to the data center.  Loads of fun, let me tell you.  Anyway, [...]

Install Adobe Reader 8.1.3 on Ubuntu 8.10 “Intrepid Ibex”

15-Nov-08

For those of you that run blogs, are you ever surprised at the content that ends up being the most popular?  I get surprised all the time, particularly that my previous post regarding installation of adobe reader on Ubuntu 8.04 is near the top of the list.
Well, now that 8.10 has been released and Adobe [...]

Install Google Earth on Ubuntu 8.10 “Intrepid Ibex”

14-Nov-08

Recently I blogged about “What Do You Do Post-Install?” to find out what little tweaks everyone applies to their systems on a fresh machine.  It appears that a lot of you enable the Medibuntu repository right away and take advantage of that for media and codecs.  Did you know there are also other applications available, [...]

Monitor System Logs With Logwatch

13-Nov-08

I mentioned in a recent post regarding postfix smtp via Gmail that I use the logwatch utility for monitoring my systems.  Ever since I found this utility I have really enjoyed the daily snapshot that it gives me of each of my systems, whether local or remote.  Everything from package installed and removed, to security [...]

Origami 0.6.9 Released

12-Nov-08

After quite the hiatus from coding I have released Origami 0.6.9.  Thanks go to Martin Zuther for his bug and feature request submissions on Launchpad.  This release should resolve a long standing bug and also added two new features.
Origami now supports definition of BIGPACKETS, which can be very important depending on your hardware.  I’ve also [...]

Wiki Editing With Your Favorite Editor

12-Nov-08

Recently I was tasked with doing a bunch of documentation work here at the office, and I decided to put together a wiki for the job.  After a few hours of editing directly into the browser I was about to blow my brains out.  I quickly decided that if I’m going to be working with [...]