Ubuntu cheap Google

[1] Enter the Ubuntu desktop, press the Ctrl + Alt + t keyboard combination to start the terminal

[2] In the terminal, enter the following command:
sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
Add the download source to the system's source list; the feedback result of the command is shown in the figure.
If information such as "Address Resolution Error" is returned, you can search for other sources that provide Chrome downloads on Baidu, and replace the address in the command with its address.

[3] In the terminal, enter the following command:
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
import the public key of Google software for the following steps to verify the downloaded software.
If successful, the command will return "OK"

[4] In the terminal, enter the following command:
sudo apt-get update
is used to update the list of available updates for the current system. This is also something that many Linux distributions often need to do to get the latest software version information at all times.

[5] In the terminal, enter the following command:
sudo apt-get install google-chrome-stable
Execute the installation of Google Chrome browser (stable version).

[6] Finally, if all goes well, execute the following command in the terminal:
/usr/bin/google-chrome-stable
The Google Chrome browser will be launched, its icon will appear on the Launcher on the left side of the screen, right-click on the icon - "Lock to Launcher" and you can simply click to launch later.
                                                                   (2)
      Of course, if you download google, you can also directly search for the chrome browser, select your own system version in it, and download it.
                                                  [Configure hosts]
After that, find the latest HOSTS in the old D blog, and download it, then open the terminal and
enter the command:
  sudo gedit /etc/hosts  
and press Enter.
After that, a local host will pop up, select all the previously downloaded hosts to overwrite the local hosts, and then click Save to be ok.

After saving, restart the network
sudo /etc/init.d/networking restart

and then you can enter www.google.com

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326993449&siteId=291194637