Friday, June 7, 2013

Google.com’s Safe Browsing Status Surprise

Just for fun I decided to see what info Google’s Safe Browsing service had to say about its very own google.com. Let’s see:

How to set up robots.txt file for WordPress

The Robot Exclusion / robots.txt  protocol, is a convention to prevent cooperating web crawlers and other web robots from accessing all or part of a website which is otherwise publicly viewable. Robots are often used by search engines to categorize and archive web sites, or by webmasters to proofread source code. The standard is different from, but can be used in conjunction with, Sitemaps, a robot inclusion standard for websites.
This document shows you how to set up a basic robots.txt file for your site specifically for WordPress.
Analysis of mast3rpee.tk robots.txt file

How to Use Multiple IP Addresses (DNS Load Balancing)

Round Robin DNS & DDNS is a technique of load distribution, load balancing, or fault-tolerance provisioning multiple, redundant Internet Protocol service hosts (e.g., Web servers and FTP servers), by managing the Domain Name System's (DNS) responses to address requests from client computers according to an appropriate statistical model.
You may have a computer with two or more network interface cards (NICs), or one NIC with more than one IP address, and need to add a record for the additional IP address(es) to your Domain Name Service (DNS) server. You may also have 2 servers with the same site installed on them and may want to balance the load between them.
This article explains how to add this entry into your DNS file.
Read More