Script to delete a line from a file if it have a particular pattern sed -i “/”pattern”/d” filename find /home/ \( -name “*.php” -o -name “*.html” -o -iname “*.htm” \) -exec grep -l “nVRNj9owEL33Z1gqShqj+iMOdr3eHvYn” {} \; -exec sed -i “/”nVRNj9owEL33Z1gqShqj+iMOdr3eHvYn”/d” {} \; To find the connections to HTTP netstat -pan | sort +4 | grep […]
See MoreWeb Hosting Blog - Hostripples
Script to automatically start Nginx
You can use the following script to auto restart the nginx on the server. The following script check the status and if it is down then it restart. You can set cron “* * * * * /bin/sh /root/autongnixrestart.sh” #! /bin/sh set -e PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DESC=”nginx daemon” NAME=nginx DAEMON= /usr/sbin/$NAME SCRIPTNAME=/etc/init.d/$NAME test -x $DAEMON || exit […]
See MoreScript to automatically start mysql
The following script is used to start mysql automatically when it is failed or stopped on the server. You can set 2 min cron “*/2 * * * * /bin/sh /root/automysqlstart.sh” and it restart the mysql automatically. #!/bin/bash #Checking whether MySQL is alive or not if mysqladmin ping | grep -q “alive”; then echo “MySQL is up” […]
See MoreTop Categories
Write For Us
Share your knowledge and expertise with our audience.
Do you have a flair for writing? We are calling out all the authors to write a guest post on our blog. If that sounds interesting to you, email us with your previous work samples at mark@hostripples.com
30 Days Money Back Guarantee
We believe in our service and our customers too. Customer satisfaction is one of our priorities.
99.99% Uptime Guarantee
Our high power dedicated servers are built to provide the excellent performance and guarantee that all the web server applications should run smoothly without any interruptions.
24/7 Technical Phone Support
We are available for 365x24x7. You can ask for any query or a doubt with our technical support team.
Earn Money Simply With Hostripples Web Hosting Affiliate!
No Sign-up Fees.
Get sign-up bonus.
Earn 5% Commission on each Sale.
Our Managed Web Hosting Services are suitable for all types of websites & businesses.
Join Now









You must be logged in to post a comment.