TIPS
Anti-hacking
Protection against fork bomb: Add the following line to /etc/security/limits.conf:
* hard nproc 512
This will hard-limit the maximum number of processes per user, preventing the fork bomb or similar attacks from forking processes until the system is brought to a halt.
TOOLS