Solve the problem of slow access to the official ansible website.
Recently, I have been familiar with ansile many times, so I need to read the official website from time to time. However, the loading speed is really tough and super slow.
1. Open the chrome developer Tool
It is found that this url needs to be stuck when it is obtained.
Request URL: http://www.google.com/cse/brand? Form = search-form-id & inputbox = search-box-id
In fact, google cannot be loaded because it is damaged by the wall. You need to manually stop loading the ecs, or it will be slow.
In fact, the solution is also very simple, and the dns resolution is changed directly, so that he does not need panding.
2. Modify the host file and change resolution.
Under mac, sudo vim/etc/hosts
127.0.0.1 www.google.com
You can.
Loading in seconds
From then on, visit the official website quickly.
This method can solve the problem of slow loading of foreign websites.
Ansible, who knows the O & M tool.
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.