‘Other Code’ Archive

Android SDK – $25 and an hour later January 1, 2010 1 Comment

If you’ve ever had an inkling to get into mobile software development, now is your time. Google has drastically narrowed the gap for wanna-be mobile developers to get into this arena with their opensource and free Android SDK (Software Development Kit). Exciting new phones such as the, HTC “Google Phone”, Motorola Droid, Motorola [...]

Bash Shell: Find Nano or Pico May 2, 2008 No Comments

It’s amazing how little things make all the difference when doing your day-to-day sysadmin tasks. I tend to use the same .profile on lots of *NIX boxes, but have always found it frustrating to find a sane editor in different environments. My editor of choice in Nano/Pico (I’m not ashamed), but this is [...]

Scripts as Reliable Daemons January 27, 2008 No Comments

Overview

Here is a step-by-step tutorial on one way that I’ve found to deploy simple scripts as reliable daemons using the Daemontools package and Multilog facilities provided by D. J. Bernstein.
If you are familiar with QMail, you are probably familiar with one of the many brilliant applications created by the DJB; Daemontools. In a QMail [...]

Wapache – Win GUI Framework October 29, 2007 No Comments

Here is a project that deserves much more attention: http://wapache.sourceforge.net.
It is a modified Apache installation for Windows that links the power of apache (including PHP/Perl/etc. extensions) with the Windows GUI to create GUI windows applications simply and easily by way of custom apache Directives that link an Internet Explorer instance to the Windows GUI and [...]

SetGID and SetUID Shell Scripts October 22, 2007 No Comments

Under most UNIX implementations, shell scripts cannot be made to setuid. This is both a security precaution and hindrance. For example, let’s say that you have the need to allow your users to RSYNC content from one server (a development server), that they have an account on, to a production server that they [...]

Oracle Tree Relationships August 17, 2007 1 Comment

Working with parent-child relationships between rows in tables can be a headache to deal with, especially if you need to display those relationships graphically. However, Oracle provides some great constructs that make this much easier to deal with. Here are some of the challenges that I ran into and the solutions I came [...]