Block FTP access using the IPtables(Default system firewall) 1) If you want to completely disable the FTP access on the…
How to Restart Ruby and Rails application by using ssh ? Ans : You can restart your ruby and rails application…
Command for to Delete php.ini file from all directories find -name php.ini -exec rm -f {} \;