2018年3月9日星期五

ubuntu 14.04 chrome install

check os

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty
 
Install Chrome


$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
 
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
 
$ sudo apt-get update
 
$ sudo apt-get install google-chrome-stable
 
 

2018年2月1日星期四

改变Ubuntu多系统启动时的等待时间

1
sudo nano /etc/default/grub

修改 timeout 数值(范围 -1 ~10 ?) 。 -1为永久等待,直到用户做出选择。

2
运行
sudo update-grub