news, diary, journal,
whatever
FAQ
- May I use/redistribute/change/etc. the software on your
website?
Since all my software is released under the terms of the GNU General Public
License, you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your
option) any later version. A more detailed description can be found
on the linked page.
- Directory listing is enabled...why?
It's easier for you, than guessing past version numbers, isn't it
;)
- I don't like your page/programs/whatever!
Ideas for improvement are always welcome, so please contact me.
- How do I run scripts for irssi?
Put them in ~/.irssi/scripts/ and do a /script load
file.pl in irssi.
- How do I run scripts automatically at startup?
Create a symlink in your autorun directory: cd
~/.irssi/scripts/autorun ; ln -s ../script.pl .
- How do I run a perl/shell script?
RTF...
Ok, save it to your home (or any other) directory and do a
chmod u+x
file. After this, execute the script on the command line:
/path/to/file
- How do I compile your other programs?
Use the Makefile, if available. Otherwise a gcc -o program
source.c should do the job.
- What does PdeS stand for?
It's an abbreviation for Profis der ersten
Stunde.