Sshguard and debian
Debian does not rotate its system logs with logrotate but with a script Ian Murdock has written at the beginning of the distribution. This script is run every sunday at 06.47 from system cron.weekly....
View ArticleSSH turvaamista
sudo iptables -N LIMIT_SSH sudo iptables -A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -j LIMIT_SSH sudo iptables -A LIMIT_SSH -m recent --set --name SSH sudo iptables -A LIMIT_SSH -m recent...
View ArticleVirtualBox and vrdp
To get the external authentication to work with vrdp you need to do one symlink: cd /lib sudo ln -sf libpam.so.0 libpam.sosource
View ArticleWill I ever learn
Debian always fails when you need it most: open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or...
View ArticleEnd of the road?
It seems that it has become impossible to run web-services on Debian 64bit platform. The segfaults are now too frequent and repeatable on the same web page. There is something completely broken on...
View Article