参考链接:《ubuntu装机一条龙》:https://blog.csdn.net/a805607966/article/details/105875971
ubuntu 20.04 安装:https://blog.csdn.net/a805607966/article/details/105868360
ubuntu更改镜像源(软件源):https://blog.csdn.net/qq_28193019/article/details/89352824
Ubuntu | 镜像使用帮助 | 清华大学开源软件镜像站:https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/
安装windows虚拟机:https://blog.csdn.net/a805607966/article/details/105877055
中文输入法:https://blog.csdn.net/a805607966/article/details/105874756
Ubuntu 20.04安装Anaconda3+配置+使用jupyter notebook:https://www.jianshu.com/p/edb869c4cc50
软件安装
sudo apt-get install fcitx-googlepinyin # 谷歌拼音输入法
sudo apt-get install git # git
sudo apt-get install vim # vim
sudo apt-get install rdfind # 重复文件扫描
sudo apt-get install stacer # 系统管理器
sudo apt-get install seafile-gui # 云盘
sudo apt-get install virtualbox # 虚拟机
sudo apt-get install okular # pdf阅读器
sudo apt-get install smplayer # 视频播放器
sudo apt-get install flameshot # 截图工具
sudo apt-get install pandoc # markdown转word
sudo apt-get install texmaker # latex编辑器
sudo apt-get install redshift # 屏幕色温调节
sudo apt-get install pdfgrep # pdf文件正则表达式检索
sudo apt-get install recoll poppler-utils # 文件内容检索工具
sudo snap install mathpix-snipping-tool # 图片转latex
anaconda
anaconda安装:
sublime
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo apt-get install apt-transport-https
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update
sudo apt-get install sublime-text
typora
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update
sudo apt-get install typora
texmaker
sudo apt-get install texmaker
sudo apt-get install texlive-xetex
sudo apt-get install texlive-lang-chinese
VSCode