…your phone’s startup screen display’s OOP code in it… Powered by Ruby Phone.startup.show_splash Eric
Category: Articles
eXPlainPMT Guest Patch v0.0.0.0.1/2
I just finished working on a patch for Railfrog‘s eXPlainPMT so we can have a read only guest access. It took me a bit of time but it is done…. by done I mean I have stopped to work on it today. It is rather hackish and has 0 tests added but it provides the …
Server Status Plugin
I just got a new sidebar plugin developed for Typo here. It shows the uptime and load average of the server it is running on. It should work on any server that allows the “uptime” command to work. I have tested it on OSX(Darwin) and Debian 3.1 so far and it works on both. I …
Running Shell Commands in Ruby
One of the major benefits of unix is the quantity of many simple programs that one thing great. As a developer for unix, you must learn how to leverage these commands into your own scripts. Here is how to do this in Ruby. Say you script wants to call on the unix command to view …
Back on Typo
Well I am back on Typo after going to WordPress for a bit. The reason I left was because after about 12 hours of being up my website would stop responding. Lighttpd was the only thing that logged it but it was a weird log message 2005-09-20 11:59:12: (server.c.937) connection closed - write-request-timeout: 9 And …