解决google We're sorry...
... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.
我是用的linode的vps,新装的系统用不了多久就会被报错。
我的解决办法是禁用 服务器的ipv6
复制下面的代码执行就可以了
echo "NETWORKING_IPV6=no" >> /etc/sysconfig/network
echo "alias net-pf-10 off
alias ipv6 off" >> /etc/modprobe.d/dist.conf
echo "net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1" >> /etc/sysctl.conf
sysctl -p
service network restart