Contents
  1. 1. 常用软件
    1. 1.1. OS
    2. 1.2. Internet
    3. 1.3. Office
    4. 1.4. Coding

常用软件

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