If you want to restart Ruby On Rails application for a particular domain or Application then follow the steps : root@server[#] cd /home/username root@server[#] cd rails_apps root@server[#] cd demo (Application name) root@server[#] mongrel_rails mongrel::restart Note: Replace the “username” equal to original cPanel username
See MoreCategory: Hostripples Featured
Delete php.ini file from all directories
Command for to Delete php.ini file from all directories find -name php.ini -exec rm -f {} \;
See MoreHow to stop syn attack on linux server
The SYN (TCP connection request) attack is a common denial of service (DoS) technique. A SYN flood is a form of denial-of-service attack in which an attacker sends a succession ofSYN requests to a target’s system When a client attempts to start a TCP connection to a server, the client and server exchange a series […]
See More