How to Secure Linux Servers
Basic Linux Server Security
Install Firewall (APF or CSF Firewall with BFD)
ModSecurity (Web application firewall)
ModEvasive (Prevent DDOS attacks)
Harden SSH server
Fix Open DNS Recursion
Install RKhunter
Install ClamAV (Antivirus)
XInet Servers Hardening (Disable Telnet/Finger or unwanted services)
Securing PHP
PortsEntry (tool to detect portscans)
Harden host.conf (against IP spoofing)
Check User Uploaded files
Secure /tmp Folders (noexec, nosuid)
This tutorial guide covers only basic linux server security tips intended for linux learners. I am writing this guide assuming that you are running Centos 5 or later versions.
Full article: see here
Similar Posts:
- Implementing Secure File Upload in PHP
- Implementing Secure File Upload in PHP
- How to unzip ZIP files with PHP
- Install FTP Server for Centos/RHEL
- How to install Xvfb (X11 Server) in Linux Server
- How to do backups with Network Attached Storage (NAS) in Linux
- Transfer backup files from server to server in command line!
- Install LAMP Server for Centos/RHEL
- Capturing a Screenshot of a Website
- Fix -> Yum install mod_security not working?


December 9, 2008
thanks for such a great guide, its really is helpful
October 10, 2009
for a newbie a its a fantastic guide, many thanks
March 19, 2010
Really appreciate this guide. I just got my first dedicated server and this really helped to secure it. Cheers.