This was an installation project I did. A telephone number was projected on the wall and audience members would dial it. The Asterisk PBX I was running and gave an Interactive Voice Prompt to the person on the phone.
Introduction I run Debian Squeeze with OpenSSH, sitting behind Shorewall. I access my systems using OS X’s SSH client. I also use MacPorts.
This simple guide will show you how to quickly get up and running with Mosh.
A couple of changes to JAMM.
What is JAMM? Quite simply, it’s a front-end written in Java which handles administration of LDAP-based virtual lookup tables. I use this alongside Postfix and Dovecot.
A few of my users have expressed annoyance at not being able to change passwords very easily. I experimented with using LDAP for user administration last year, but half the issue with that was getting it to work along my lookups for various users’ chroots.
Automator workflows allow you to take data from one action (Finder menu, print spool, etc) and use it somewhere else.
So, here’s a simple way to add a context menu to your Finder so as to upload files you might use, by scp, to wherever you keep your stash.
Update I don’t actually use AWB any more, I use Hugo. However, I’ve left this here in case anyone is still using AWB.
This site now uses AWB along with AsciiDoc to manage the site content.
Here’s a little something I wrote to take the checksums from incoming data on a network and turn these into useful data in Pd-extended. We communicate the data via the OSC (OpenSoundControl) protocol.
Introduction nginx (pronounced Engine X) is super-quick. Really, really super quick. I came to it having used Apache for years, ending up deciding against LightHTTPd (memory leaks) and then eventually deciding to settle with the use of nginx due to its stability and speed.
Introduction Edit your /etc/apt/sources.list as follows: Where in my original sources.list I have:
deb http://ftp.uk.debian.org/debian/ lenny main deb-src http://ftp.uk.debian.org/debian/ lenny main deb http://security.debian.org/ lenny/updates main deb-src http://security.debian.org/ lenny/updates main Edit this so at the end of each line it reads
Introduction Saslauthd is inherently difficult to use with the Debian distribution of Postfix, since Postfix is by default run chrooted. Using Saslauthd with Postfix requires a bit more tweaking than usual, especially if you wish to run it with Postfix chrooted.