Ubuntu 安装后要做的几件事

安装搜狗输入法

https://pinyin.sogou.com/linux/download.php?f=linux&bit=64

安装wps

http://linux.wps.cn/

安装谷歌浏览器

https://www.google.cn/chrome/index.html

安装idea

1.安装git

sudo add-apt-repository ppa:git-core/ppa

2.安装zsh

sudo apt install zsh
3.安装oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
https://github.com/robbyrussell/oh-my-zsh#via-wget

4、使用 Axel

  axel url -n 32 

axel [OPTIONS] url1 [url2] [url…]-n x 指定线程数(x 必须为大于 0 的数字)-o x 指定另存为目录(x 必须为本地目录)-s x 指定下载速度(x 必须为大于 0 的数字,单位是 bytes/s)-q 静默模式,无任何输出信息-V 软件版本
Axel 在下载过程中如果遇到中断的话,在原来的目录再次执行相同的下载命令即可恢复下载进度。

5、安装zsh

sudo apt install zsh
sudo chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
https://link.jianshu.com/?t=https://github.com/powerline/fonts

6、安装java

http://www.oracle.com/technetwork/java/javase/downloads/index.html

7安装maven,切换为阿里云

https://maven.apache.org/

8node

https://nodejs.org/en/download/package-manager/

你可能感兴趣的:(Ubuntu 安装后要做的几件事)