INFO April 12, 2017

Resources常用资源

Words count 2.8k Reading time 3 mins. Read count 0

常用软件

OS

Internet

1
2
3
4
5
6
7
8
9
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome-stable_current_i386.deb

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb

# How do I use Google Chrome?Simply type the following command:
google-chrome
google-chrome http://www.baidu.com/

Office

Coding

0%