Linux install Google

{

  // 安装谷歌
// wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
// dpkg -i google-chrome-stable_current_amd64.deb
// apt-get -f install //安装依赖
// dpkg -i google-chrome-stable_current_amd64.deb //安装依赖有再来
// vim /opt/google/chrome/google-chrome
// exec -a "$0" "$HERE/chrome" "[email protected]" --user-data-dir --no-sandbox
// google-chrome
// 参考 https://blog.csdn.net/Hack_Different/article/details/82820928

}

原文地址:https://www.cnblogs.com/YZFHKMS-X/p/12150473.html

时间: 2024-10-09 18:33:44

Linux install Google的相关文章

Install Google Pinyin on Ubuntu 14.04

Install Google Pinyin on Ubuntu 14.04 I've been spending more and more time on Ubuntu and I'm not used to the Chinese keyboard that ships with Ubuntu. The keyboard on Android works pretty well so here's a quick tutorial on how to install it on Ubuntu

[转载]How to Install Google Chrome 39 in CentOS/RHEL 6 and Fedora 19/18

FROM: http://tecadmin.net/install-google-chrome-in-centos-rhel-and-fedora/ Google Chrome is a freeware web browser developed by Google. It was released as a beta version for Microsoft Windows on September 2, 2008, and as a stable public release on De

Ubuntu Linux: Install RT2870 Chipset Based USB Wireless Adapter(转)

This blog post listed Linux Compatible USB wireless adapters. It seems that many new Linux users frequently have problems learning how to install RT2870 driver under Linux. I also received email requesting installation instructions for the same devic

Unable to mount a ntfs partition after replace windows after Linux install?

*/--> Unable to mount a ntfs partition after replace windows after Linux install? Today, I replaced Win7 with Win8.1, the outcome of this action is that the grub fails, and I had to use the LiveUSB to repair the boot grub. The easy way to do this is

CentOS Linux Install Core Development

How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?you can following the nest line do ,install almost all development tools:Open termianl or login over ssh session and ty

Linux下Google Chrome / Chromium标题栏乱码问题

最近在使用Chromium的时候tab的标题栏中文显示乱码,在地址栏输入中文是同样时乱码,就像下图: 看起来很是不爽,于是只好换做用系统自带的Fire Fox,但是用户习惯真的很强大啊....根本用不习惯....在网上搜了好久,终于看到了一篇比较靠谱的博文:Linux下Chrome标题栏中文乱码.试了一下,果然有效. 主要就是修改/etc/fonts/conf.d/49-sansserif.conf这个文件,截图如下: 需要将图中17行(<string>sans-serif</strin

Linux:Install Google Browser

Ax_linux google browser install Step 1:download install parket wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb Step 2: installing dpkg -i google-chrome-stable_*.deb Step 3: update depend on apt-get -f install apt-get in

install webapp2 on Linux outside google app engine.

Reference: https://webapp-improved.appspot.com/tutorials/quickstart.nogae.html Step 1: install pip Step 2: $ pip install WebOb $ pip install Paste $ pip install webapp2 Step 3: write a main.py import webapp2 class HelloWebapp2(webapp2.RequestHandler)

Linux 利用Google Authenticator实现ssh登录双因素认证

1.介绍 双因素认证:双因素身份认证就是通过你所知道再加上你所能拥有的这二个要素组合到一起才能发挥作用的身份认证系统.双因素认证是一种采用时间同步技术的系统,采用了基于时间.事件和密钥三变量而产生的一次性密码来代替传统的静态密码.每个动态密码卡都有一个唯一的密钥,该密钥同时存放在服务器端,每次认证时动态密码卡与服务器分别根据同样的密钥,同样的随机参数(时间.事件)和同样的算法计算了认证的动态密码,从而确保密码的一致性,从而实现了用户的认证.因每次认证时的随机参数不同,所以每次产生的动态密码也不同