Linux google host配置

a686432發表於2017-04-10

學會了只需要三步:網上找到host檔案,替換host檔案,重新整理DNS配置和重連網路,下面一步步講解。
找到host檔案
https://github.com/racaljk/hosts

替換host檔案
sudo gedit /etc/hosts+ 複製貼上

重新整理DNS配置和重連網路

sudo apt-get install nscd
sudo /etc/init.d/nscd restart
sudo service network-manager restart

簡單方便

相關文章