
Is Linux secure? The question is much less useful, than 'Is Linux "securable"?' The answer to the latter is a definite yes.
Being securable means that Linux can be made more secure (to whatever degree necessary) by applying a clearly defined sequence
of steps that always produces the same result, and that can be automated and applied to systems that have been in operation for
a long time. It would be ideal to be able to make securing systems understandable by regular system administrators who don’t
have formal security training. However, the last requirement might be pushing it a bit, since security will likely always
require expertise.
Linux can be made more secure by hardening the system.
=================
| 1) Intruduction |
===================
I wrote a step by step paper how to secure linux server with cP/WHM and
Apache installed. By default, linux is not secured enough but you have
to understand there is no such thing as "totally secured server/system".
The purpose of this paper is to understand how to at least provide some
kind of security to the server. I prefer lsws web-server without anyRead more..