Hostripples Featured

Mass ownership and permission change – Linux – Find command

How to change the permission of files and folders? Use chmod along with -exec to change the permissions. # find…

11 years ago

Su: Cannot set user id: Resource temporarily unavailable

Error details:    # su - Password: su: cannot set user id: Resource temporarily unavailable Solution: Edit (add) or change…

11 years ago

Perl error while running weblogs on the server

Error : error: List::Util object version 1.14 does not match bootstrap parameter 1.18 at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/XSLoader.pm line 92 Solution: If you…

11 years ago

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…

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

11 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 : …

11 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 {} \;

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

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

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

11 years ago