Archive for the 'Uncategorized' Category

glTail for monitoring log files

Monday, September 1st, 2008

glTail is a pretty neat little script (make sure you check out the video on the homepage.. static image doesn’t do it justice). It’s a ruby script that creates a visual representation of log files.
Install (if you have rubygems) is as easy as:
gem install gl_tail
It requires an older version of net-ssh that you can [...]

Monitor individual process traffic on Linux with NetHogs

Wednesday, August 27th, 2008

NetHogs is like top with networking stats. You can view bandwidth usage by each process.

Drobo performance through DroboShare (with graph)

Wednesday, August 13th, 2008

Updated: A new drobo firmware release now gives me ~7.5MBps on both download and upload through droboshare. Others have experienced problems with this release though so it should probably not be installed until these issues are resolved
I’ve seen very little posted online about Drobo’s (first version Drobo) performance so I decided I’d post [...]

Favorite Apps Updated!

Monday, August 11th, 2008

My favorite apps is updated. After three years I’ve found quite a few more apps to use on Windows and I wanted to share them. Feel free to add your own favorites to the comments.

Fix for: The device ‘Generic volume’ cannot be stopped

Friday, August 8th, 2008

Here’s a program to fix that:
Unlocker: http://ccollomb.free.fr/unlocker/
I’ve used this one and it’s very easy. Secondary click on your drive in explorer and hit “Unlocker” from the in context menu. It’ll tell you what processes are using it and even has a button to kill them.
I’ve heard this one mentioned as well, but [...]

Opera keyboard shortcut for “Reload from cache”

Tuesday, July 29th, 2008

Alt+F3 in Opera by default opens an internal source editor. If you edit the source you can hit the reload button at the top (or hit Ctrl+R) and it will reload that page straight from the source.
If you want to use an external editor (Preferences>Advanced>Programs> at the bottom) Ctrl+R doesn’t work and the name [...]

Hello from London!

Tuesday, July 8th, 2008

London photos!
I’m in London! Gonna be here for about a week. I’m here for a Vignette customer project. This is my first time over the Atlantic and first time anywhere in Europe.
So far the trip has been rather successful. I was up for about 36hrs straight yesterday to try and cope [...]

Censorship in America 1930-1970 - Comics and Movies

Thursday, June 26th, 2008

I’ve learned of some very interesting things that happened in this country recently as a result of researching about The Dark Knight and the very different character of the Joker (Heath Ledger) in this film than the previous Joker played by Jack Nicholson.
Comics Code Authority
The Comics Code Authority (CCA) is part of the Comics Magazine [...]

Month name helper passing month number for Rails

Wednesday, June 18th, 2008

I couldn’t find a helper in the API to just display months if you’re storing them as numbers (1-12) so I made one.
Add this helper code to your application_helper.rb or other appropriate *_helper.rb file.

def monthname(monthnumber)
if monthnumber
Date::MONTHNAMES[monthnumber]
end
end

Use it in your view like this:

< %=h monthname(item.month) %>

Watching Rails logs realtime on Windows

Sunday, April 20th, 2008

There’s no good tail -f equivalent for commandline in Windows. I’ve tried the following with success. All are free:

Lightweight and my favorite for now, pretty easy to customize: BareTail
Very lightweight: Tail for Win32
Somewhat more heavyweight and customizable. Easy to change highlight colors: MakeLogic Tail

All of these have tabbed/multi-buffer interfaces.
Just download one [...]


I've left the country and this site is just an archive! Check out my trip blog!