December 2016

PowerShell: Stop command at certain date/time

Sometimes it can be handy to automatically stop a process at a certain time. I did this using the following powershell script. The script will first ask at what time it needs to be stopped. You can specify seconds if…

Read More

Fail2ban: show active jails

Fail2ban is a daemon that can be used to monitor the logs of services and ban clients that based on incorrect behaviour. A must have on your Linux system. But sometimes you can forget enabling the correct jails, therefore always…

Read More