Home Blog Page 183

Enabling Iptables modules in VPS

0
It is easy to enable iptables modules in VPS node. Please follow these steps. 1 . Before enabling the modules to a VPS , make...

More Security for bin Files & Apche & php.ini

0
STEP 1 – APACHE You need to rebuild apache, and in one of the apache steps you need to chose the “File Security” this addon...

HOW TO Install ModSecurity

0
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...

How to Check VPS Memory/RAM Usage with SSH

0
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...

How to Optimize MySQL with MySQLTuner

0
MySQLTuner is a script that will assess MySQL performance and recommend steps to maximize performance. To install and run MySQLTuner, log in to your...

Change The Port for SSH

0
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 "#"....

How to List All Open/Listening Ports

0
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...

How to Clear cPanel/WHM Brute Force Log from SSH

0
If you find that you have accidentally been locked out of your WHM/cPanel server by Brute Force Detection, you can log in to your...

How to Import/Export MySQL Databases with SSH

0
To Import without errors . To export a MySQL database, access your VPS via SSH and run: Code: mysqldump -u username -p database_name > dumpfile.sql To import...

How to Install Deluge Seedbox VPS on Ubuntu

0
Though it is one of the newest seedbox Web UIs, Deluge has proven to be a tested favorite among seeders. Deluge offers one of the...