Chromium Address bar Search appears "You are not going to visit http://xxxxxxxxxxxx" prompt, workaround

Source: Internet
Author: User
Tags nameserver

This problem occurs in ubuntu12.04, which is resolved as follows:

1. switch from user to root: sudo su

2. Execute the following command in the terminal:

Dpkg-l | grep resolv//Search Resolv

Apt-get Remove resolvconf//delete resolvconf

Reboot//Restart your computer

3. to change the Ubuntu DNS, you must edit the file "/etc/resolv.conf" and enter the following command in the terminal:sudo nano/etc/resolv.conf

4. Commented out "#nameserver 192.168.1.1" for Old DNS records, after adding good Google DNS records (nameserver 8.8.8.8 and nameserver 8.8.4.4), use the shortcut key "CTRL + X" to save the file

5. Some files will automatically modify the DNS server, we lock these files: chattr +i/etc/resolv.conf (if you need to unlock, use the following code: sudo chattr-i/etc/resolv.conf)

Problem solving.

Chromium Address bar search for "You are not going to visit http://xxxxxxxxxxxx" prompt, workaround

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.