Here is an original composition I wrote, called Grace, for flute, clarinet (in Bb) and piano, based somewhat on the hymn “Amazing Grace”. I’m providing it for free, under copyright, but if you decide to perform it, I would appreciate it if you would let me know!
Grace (PDF)
Here is the updated version of my [previous authenticating/forwarding Squid 3 config](http://nongraphical.com/2008/09/squid-3-proxy-chaining/). It adds some things and fixes some things. In particular, the peer exclusion rules from the previous config were not working - this one should correctly *not use* the parent proxies when querying “local addresses”. As before, the configuration file contains two proxy servers for load balancing; it can be extended easily to include more. Read more…
Filed under:
Projectsfyhuang @ September 25, 2008 1:04 pm
I have been having, to put it lightly, some problems with VMware server and an Ubuntu guest. My guess as to why is this: VMware server is, in my eyes, built for production-level server virtualization. It’s not really built for on-the-side home server virtualization, like the kind that I’m doing, and on fairly desktop-oriented hardware to boot. Basically, my Ubuntu install often has trouble with disk access, and sometimes network access as well. (I’m running a Vista Home Premium host with an Ubuntu Server 8.04 guest.)
Read more…
Filed under:
Projectsfyhuang @ August 13, 2008 4:10 pm
[Download `crarchive` version 0.1.][crdl]
[crdl]: http://nongraphical.com/media/uploads/crarchive-0.1.tar.gz
Here’s a little program I wrote to solve a small problem I’ve been having with cron. Say one has in one’s crontab the following line:
0 0 * * * /usr/bin/rsync -avz dir1/ /backup/dir1/
This backs up `dir1` to a backup directory. `rsync`, however, creates a lot of output (especially with the `-v` switch)… and cron sends that output to your email, so every day, you’ll be getting an email message from cron with the results of the backup. To avoid this, most people simply redirect the output to `/dev/null`. What if I do actually want to see the output though, just not in my inbox?
Read more…
Tags: