Tag Archives: geek

Join the FSF Today

The Free Software Foundation is having a year end fund drive. Go join today. Can you think of a better way to spend $10 per month? Tell them member 7097 sent you.

Posted in General | Tagged , | Leave a comment

Ruby’s not Ready

Was looking for a specific essay about some of the issues with Ruby to point my boss to and stumbled across this instead, still haven’t quite finished reading it yet but good stuff. Increases my desire to further my Python … Continue reading

Posted in General | Tagged , | Leave a comment

Quick & Easy Temperature Logging with the Arduino

Basic Voltage Divider with a Thermistor: Typical voltage divider, matched would have made better sense but the thermistor was a random one salvaged from consumer electronics so I didn’t know the value in advance. Would work just fine like this … Continue reading

Posted in General | Tagged , , , | 2 Comments

multi-multi-multi function office machines

Currently in a waiting room and CNN is on. There was just a commercial for a Sharp deep freezer sized copier/scanner/printer/sink. The business person googled for a restaurant to take a client to on the built in touch screen then … Continue reading

Posted in geek | Tagged , | 1 Comment

No upstart Docs + asshole Canonical Employees = Fail

I was in need of a means to disable upstart scripts in /etc/event.d via some means other than getting rid of the file. Since upstart has no documentation to speak of, I asked my buddy Google. Google pointed me to … Continue reading

Posted in General | Tagged , , , | 4 Comments

The Definitive qmail Patch

I have spent quite some time working on the definitive qmail patch. So as not to keep all this goodness to my self I have decided to make this patch available to all: http://thegrebs.com/~michael/netqmail-1.06.patch.bz2

Posted in General | Tagged , | 1 Comment

Polite Spam

From: “claude je” <redacted> To: <billing@linode.com> Subject: You are about to get fired You are about to get fired http://[redacted]/view.exe It is quite polite of the sender of this piece of mail to warn the recipient that they are about … Continue reading

Posted in General | Tagged , , | Leave a comment

screen copy mode can be used to copy/paste

I’m aware of many people that use GNU Screen’s copy mode to scroll back through terminal history but don’t actually use copy mode for copying text for later pasting. I was one of those people myself for some time. Screen … Continue reading

Posted in General | Tagged , , | 3 Comments

dh-make-perl will rock your socks

dh-make-perl is the most awesome Debian package /ever/. dh-make-perl –cpan Some::Module –build sudo dpkg -i libsome-module-0.1-1_all.deb Done. Dependencies If you have apt-file installed and Some::Module requires Lib::Foo for which a Debian package is available, the dependancy will automatically be created. … Continue reading

Posted in General | Tagged , , , , | 4 Comments

Rotate through Screen Windows

A new command in screen version 4.00 is the idle command. idle time command Executes screen command, command when idle for time seconds. E.g. to rotate through screen windows with a 3 second interval: idle 3 next To cancel, idle … Continue reading

Posted in General | Tagged , , | Leave a comment