[异常解决] How make ubuntu use Google Search

 

1、Download the hosts file from https://laod.cn/hosts/2016-google-hosts.html [1]

2、Write a bash shell as below:

复制代码
#!/bin/bash
DIR_PATH="hosts"
HOSTNAME=$(hostname)

sed -i '/^127.0.0.1/a 127.0.1.1  '$HOSTNAME'' ${DIR_PATH}
sudo cp ${DIR_PATH} /etc/hosts
#sudo apt-get install nscd      #安装name service cache daemon
sudo /etc/init.d/nscd restart
echo -e "\ncomplete!"
echo -e "\nhttps://www.google.com/ncr 方式访问GOOGLE"
复制代码

download it: http://odff1d90v.bkt.clouddn.com/host.sh

3、In the terminal type:

beautifulzzzz@lpc:~/Downloads$ sudo bash host.sh
[sudo] password for beautifulzzzz: 
[ ok ] Restarting nscd (via systemctl): nscd.service.

complete!

https://www.google.com/ncr 方式访问GOOGLE

4、In the first, you should use https://www.google.com/ncr to visit the Google homepage.

 

node:

[1] The host is searched by LAOD , witch will be updated regularly.

 


@beautifulzzzz
智能硬件、物联网,热爱技术,关注产品
博客:http://blog.beautifulzzzz.com
sina:http://weibo.com/beautifulzzzz?is_all=1

 

posted @   beautifulzzzz  阅读(577)  评论(2编辑  收藏  举报
编辑推荐:
· 聊一聊 操作系统蓝屏 c0000102 的故障分析
· SQL Server 内存占用高分析
· .NET Core GC计划阶段(plan_phase)底层原理浅谈
· .NET开发智能桌面机器人:用.NET IoT库编写驱动控制两个屏幕
· 用纯.NET开发并制作一个智能桌面机器人:从.NET IoT入门开始
阅读排行:
· 20250116 支付宝出现重大事故 有感
· 一个基于 Roslyn 和 AvalonEdit 的跨平台 C# 编辑器
· 推荐一款非常好用的在线 SSH 管理工具
· 聊一聊 操作系统蓝屏 c0000102 的故障分析
· .NET周刊【1月第1期 2025-01-05】
历史上的今天:
2014-12-26 [计算机图形学] OpenGL读取obj文件并显示其3D效果
2014-12-26 [图像识别] 1、如何识别一个指针式的时种的时间?
2013-12-26 [ACM_数据结构] 竞赛排名
点击右上角即可分享
微信分享提示