Some Good Tips to Secure Linux
I came across this while browsing, has some pretty solid stuff, goes deeper than most basic Linux security guides.
It has some good sections like this on protection against fork bombs:
Fork bombs are programs that keep creating child processes until system resources are all used, they actually aren’t remote exploits because they require a local user [...]


