Jahr: 2002
-
Samba Virtual File System
It’s really possible – but maybe one should wait for Samba 3.0? The „examples“ directory in the Samba sources contains a „VFS“ directory. Have a look at that README file – they’ve got a ready-made audit module, logging all Samba accesses using syslog… And here someone built a Virtual File System based on MySQL tables:…
-
German Christian songs on the Internet
http://www.neues-geistliches-lied.de/ http://www.feuerflamme.de/Musik/Lobpreis/ http://lobpreisteam.de/info.html http://www.pfarrer-pc.de/ (And my own project, currently in the works: http://www.liederdatenbank.de/)
-
Software Release Practice HOWTO
Eric Steven Raymond: http://www.tldp.org/HOWTO/Software-Release-Practice-HOWTO/index.html
-
Running Apache + PHP + MySQL from CD
http://www.broadowlersystems.co.uk/democd/: „What is it? It is a set of tools and technigues for Apache / PHP / MySQL developers to create their own demo CD’s. All required sources are made available for free.“
-
Apache 1.3.27 and PHP Accelerator
Installed Apache 1.3.27 and PHP Accelerator. No noticeable speedup. Hmm.
-
PHP Accelerator and DSO
More compilation tasks: Compile Apache with DSO support! And install the PHP Accelerator: http://www.php-accelerator.co.uk/
-
swish-e 2.2
A new swish-e version has arrived which they say is faster. Indexing really looks faster, if I can trust my eyes?
-
ServerTokens Prod
The current Apache OpenSSL worm („Linux Slapper Worm“) checks the webserver version by reading the HTTP header before it attacks. Added „ServerTokens Prod“ to httpd.conf – now it says „Server: Apache“, was „Server: Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6“ before. (See the Apache documentation and FAQ.)
-
Creating PDF files
Downloaded the Adobe Generic Postscript printer driver as I thought I should be able to convert the .ps files into .pdf using ps2pdf under Linux. But the resulting PDF is absolutely ugly – images are missing, fonts don’t scale… Acrobat is expensive (> 300 €), Jaws PDF Creator is more than 100 € as well…