Hostripples Featured

Find out the reseller name with domains

How to find out the reseller name with domains? Ans : If you want to list all cPanel accounts under…

10 years ago

Restart Ruby and Rails application

How to Restart  Ruby and Rails application by using ssh ? Ans : You can restart your ruby and rails application…

10 years ago

Restart Ruby On Rails application

If you want to restart Ruby On Rails application for a particular domain or Application then follow the steps : …

10 years ago

Delete php.ini file from all directories

Command for to Delete php.ini file from all directories find -name php.ini -exec rm -f {} \;

10 years ago

How 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…

10 years ago

How to Zip and Unzip files in UNIX

Here is how to Zip and Unzip files in UNIX unzip myFile.zip – This command will uncompress compressed files with…

10 years ago

Remove IP from Brute Force Protection

How to remove Ip from the Brute Force Protection by using SSH  ? When WHM locks out an user account, especially…

10 years ago

Make your shell colorful

You can easily changed your black ssh screen to colorful screen by using following steps. 1) Login to the server…

10 years ago

Email when access the server

Email when access the server It’s always a good practice & from the security point of view to get notified…

10 years ago

AWK Linux command

why awk? awk is small, fast, and simple, unlike, say, perl. awk also has a clean comprehensible C-like input language,…

10 years ago