PI and dc(1)
Thursday, 10. 20. 2005 – Category: vague
echo ‘99[lslc+vsslp2*ls/splslk+lc>a]sadk_1*sk10lk^sk0ss2dscsplaxlppq’ | dc
As an introduction to C programming and unix, my first tech boss asked me to write a dc(1) clone. I really doubt it could have handled this (somewhere there’s a 3.5″ floppy with my code on, no doubt). I went on to write a lexer with awk(1), the less said about that [...]
I’m basically a fan of rotatelogs(1) for Apache logging: no need to gracefully restart, easy filenames to script with, encourages log ageing.
I do however find myself forever doing stuff like
$ ls -tr /a/log/dir | tail
error_log.1129593600
error_log.1129680000
error_log.1129766400
$ tail -f error_log.1129766400 to diagnose a problem.
What would be cool was if rotatelogs linked, say, error_log.current to the, er, current [...]
PHP, IE and file downloads
Thursday, 10. 20. 2005 – Category: web
PHP defaults to sending nocache headers, and this makes IE aggressively zap any temporary files that arise, even if they’re destined to be passed to another app locally.
Recent articles
- MySQL replication health
(Tuesday, 09. 30. 2008 – No Comments) - Firewalls
(Friday, 09. 5. 2008 – No Comments) - Using Single Sign-On To Integrate Ning With An External Site
(Wednesday, 08. 20. 2008 – No Comments) - High Availability Rails Cluster
(Tuesday, 08. 19. 2008 – No Comments)