我的 Ubuntu 装机必备软件

Ubuntu的安装u盘制作

参考:https://www.jianshu.com/p/e2f41e217109

添加中科大镜像源

NVIDIA显卡驱动的安装

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
卸载旧显卡驱动
sudo service lightdm stop
sudo apt-get install nvidia-410 nvidia-settings
sudo service lightdm start

这部分待检验

安装sogou输入法

下载安装

前往网址:https://pinyin.sogou.com/linux/?r=pinyin
下载linux最新版本,安装输入法

配置
系统设置->语言支持 改为fcitx
重新启动,在右上角选择输入法setting,加入汉语

安装git

sudo apt-get install git
git的使用 # TODO

ROS kinetic installation

网址:http://wiki.ros.org/kinetic/Installation/Ubuntu

google chrome

网址:https://www.google.com/chrome/

vscode

网址:https://code.visualstudio.com/

必要的插件:
  1. Markdown all in one
  2. Vim
  3. XML tools
  4. leetcode

为了安装 leetcode插件,需要安装nodejs:

    sudo git clone https://github.com/nodejs/node.git
    sudo chmod -R 755 node
    cd node
    sudo ./configure
    sudo make -j10
    sudo make install

    查看版本: node --version OR node -v

vim

安装最新版vim

网址:https://github.com/vim/vim
sudo apt-get install libncurses5-dev libncursesw5-dev
cd vim/src
make -j
sudo make install

spacevim install
curl -sLf https://spacevim.org/cn/install.sh | bash
重启两遍vim

Clion

网址:https://www.jetbrains.com/clion/download/#section=linux

用教育邮箱注册可以免费

Pycharm

网址:https://www.jetbrains.com/pycharm/download/#section=linux

用教育邮箱注册可以免费

ubuntu 支持exfat

sudo apt-get install exfat-utils

ubuntu 安装terminator

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

opera

网址: https://www.opera.com/

matlab

请参考博客:https://blog.csdn.net/qq_32892383/article/details/79670871

讲解十分详细,只是2.3.1和2.3.2的部分路径不正确,按照默认路径安装后,matlab路径不在博客的所述的路径中,在 /usr/local/MATLAB/R2017b/bin 中。

dropbox

网址: https://www.dropbox.com/install

teamviewer

网址: https://www.teamviewer.com/en/download/linux/

i9镇楼

我的 Ubuntu 装机必备软件

相关文章: