LFD : is the abbreviation of Login Failure Daemon. It is a daemon process running on a server which has CSF for server security. LFD scans the server logs files periodically (every X seconds) for resent login failures and consider…
Author: Arunlal A
CSF commands to allow/deny IP addresses for temporary – Command line option
CSF is one of the best firewall application for your Linux based servers. We have already dicussed a lot about CSF and its command usages. Refer this to Install CSF on your server. We have a lot of options available…
How to install AWS command line interface (awscli) on Linux?
Install awscli Yeah, this should help you to manage many things from your Linux server or local machine. AWS supports command line interface tool. It’s package name is awscli. The package awscli is available in commonly using package manager like…
[Solved] Database Upgrade Required – a detailed view!
WordPress – Database Upgrade Required – a detailed view! It’s getting frustrated 🙁 After the WordPress upgrade I’m not able to login. It’s redirecting me while trying to login. While trying to log into the Dashboard, it’s redirecting to the…
How to open a specific port in APF ?
APF is the abbreviation of Advanced Policy Firewall. It is a policy based firewall system designed to configure firewall (IPTables rules) simply and user friendly. It’s like the firewall manage tool csf. Configuring iptables is slightly hard without the help…
How to enable allow_url_fopen, allow_url_include on a shared server using custom php.ini
How to enable allow_url_fopen, allow_url_include? You can simply enable/disable the php functions allow_url_include and allow_url_fopen by editing the php configuration file. These functions may disabled in the php configuration file of some shared hosting server. You can simply manage these…
Managing MySQL database backup
How to create/restore MySQL databases’ dump/backup of all the databases? Yes!! this is an important section in MySQL administration, and every Linux SysAdmins should know about it. Because, creating backups are such an important task for a SysAdmin. In MySQL, the…