Welcome to my Homepage
Here I will collect the things I know or find out.
I'll write about Ubuntu/Arch Linux, Windows, Bash and Perl Scripting, Virtualisation and whatever else that could be interesting.
All I'm going to write here is tested by myself. I don't give a warranty of the functionality on other systems.
If there are questions, suggestions or something else feel free to send me an mail.
I'm also a hobby photographer, for those interested here is a link.
Recent Blog Posts
Seiichiros mail-setup adapted for Ubuntu: Postfix + Dspam/ClamAV + Dovecot2
To use Seiichiros mail-setup with Ubuntu 10.04 I have to make a couple of changes. I will describe here only these changes. The complete setup can be found on Seiichiros Website.
The Ubuntu 10.04 standard repository doesn't offer a package for dovecot2. Dovecot1 doesn't support lmtp and the antispam plugin has a bug. With use of an additional repository the configurations can be made as described by Seiichiro. I had to made a few adjustments and I integrated support for ClamAV.
Rootkit Hunter
- As the name implies, its a tool to detect rootkits.
- I will describe installation and configuration for arch and ubuntu
Calculate in bash
- If you want to calculate with an integer it's possible without using other programs.
Check for empty variables
- If you want to check for a empty bash variable you can do this like given here: