Here’s a quickie for printing the full relative path for all files in the current directory find . -type f -exec ls {} \; | cut -d’/’ -f2- Here’s an example of the output that you can expect: [code] [root@server … Read more »
Posted on : June 19, 2014 | Category :
Apache Webserver | Tags :
ahrefsbot,
apache,
bad bot,
baidu,
bot,
linkdex,
modsec,
modsec2,
robot,
webcrawler
Some webcrawlers (i.e., Bots) are important to the well-being of your website. Some of these include GoogleBot, msnbot, Yahoo! Slurp, etc. There are also a lot of bots out there that do nothing to help you, and actually can harm … Read more »
Are you tired of spambots submitting your “Contact Us” forms? Tired of spambots using your forms to “Tell a friend” with a spam link? Use Google’s reCAPTCHA service! It’s really easy to implement. Visit the google reCAPTCHA website to sign … Read more »