ABTME

My own website

Find whats using swap

If you need to find which process is using swap, as root on your command line run. for file in /proc/*/status ; do awk ‘/VmSwap|Name/{printf $2 ” ” $3}END{ print…

SYN Flood attack

If you are being hit by a SYN FLOOD attack you can mitigate it by doing the following. 1. Disable conntrack for SYN packets (note: example below is untested, general…

Cpanel – AutoBackup before terminate

You need to install this – so that when you terminate an account it will back it up first https://github.com/bennyvasquez/prekillacct