Management and Security of servers
Management and Security of servers
More Security for bin Files & Apche & php.ini
STEP 1 – APACHE You need to rebuild apache, and in one of the apache steps you need to chose the “File Security” this addon...
Management and Security of servers
HOW TO : ModSecurity
Install or Update to version 1.9.3 all same
Hello,
Open Source Web Application Firewall
ModSecurity at work ModSecurity is an open source intrusion detection and...
linux
How to Check VPS Memory/RAM Usage with SSH
There are a few tools built-in to most Linux distros for gauging and fine-tuning your server's RAM (memory) usage.
The first is a command called...
Management and Security of servers
How to Optimize MySQL with MySQLTuner
MySQLTuner is a script that will assess MySQL performance and recommend steps to maximize performance. To install and run MySQLTuner, log in to your...
Management and Security of servers
To Change The Port for SSH by easy way Code:
pico etc/ssh/sshd_config Press " Ctrl+W " Code:
#Port 22 Change it to any number you want and delet "#"....
Management and Security of servers
How to List All Open/Listening Ports
If you find yourself needing to check all open/listening ports that your server is using (a good idea for security), run the follow command...