zoukankan      html  css  js  c++  java
  • 解决谷歌网站Your connection is not private问题

    google 网站打不开,总是提示

    Your connection is not private

    等信息,针对chrome可以通过以下方式解决:

    打开链接chrome://flags.

    找到quic相关的两项,设置为启动,即可。

    2、针对ubuntu下谷歌浏览器flash plugin安装

    现在adobe flash plugin已经不支持chromium浏览器。

    可以使用pepperflashplugin-nonfree替代。

    To install Pepper Flash Player in Ubuntu 14.04, open a terminal and use the following commands:

    sudo apt-get install pepperflashplugin-nonfree
    sudo update-pepperflashplugin-nonfree --install

    For more info:
    http://itsfoss.com/fix-flash-player-issue-chromium-in-ubuntu-14-04/

    在使用ubuntu的时候,第一次编辑了/etc/network/interfaces文件,添加了static的ip配置,后来就有通过桌面网络设置,设置了ip。

    在再次启动ubuntu的时候,出现网络启动失败。将interfaces内容删除后,恢复正常。

  • 相关阅读:
    两种&
    安装版Windows是必须的
    检验CSS3.0兼容性的有趣东东
    Quadro和Geforce系列的区别
    ECMAScript
    多拉A梦的CSS(6) :not
    多拉A梦的CSS(1) Transform
    表单
    关于a元素的伪类
    多拉A梦的CSS(4) gradient
  • 原文地址:https://www.cnblogs.com/xiaoerhei/p/4018912.html
Copyright © 2011-2022 走看看