- Vim,Emacs,Sublime Text 3
- VirtualBox & Vmware Workstation Pro 14
编辑器
Vim
直接使用apt安装,安装命令为
sudo apt install vim
然后再增加上自己的配置即可
Emacs
同Vim,直接使用apt安装,安装命令为
sudo apt install emacs
然后再增加上自己的配置即可
Sublime Text 3
Install the GPG key:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
Ensure apt is set up to work with https sources:
sudo apt-get install apt-transport-https
Select the channel to use:
Stable
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
Dev
echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
Then, update apt sources and install Sublime Text
sudo apt-get update
sudo apt-get install sublime-text
Now, you have installed sublime text 3 in your Ubuntu Operater System. You can open this applications using subl
command in terminal or click the icon.
Other Linux distributions, you can click here to see the reference docs.
社交工具
方法一
可以直接使用Web版本的WeChat,除了没有公众号之外,其他的都可以,包括传文件。
地址为https://web.wechat.com/
方法二
直接安装
其实安装的是一个开源软件,基于Web版本的WeChat,安全性不用担心。
详细安装过程参考逸鹏说道的一篇文章,Ubuntu 18.04 安装微信。
方法三
直接从Ubuntu Software中寻找安装即可。
虚拟机工具
VirtualBox
使用命令
sudo apt install virtualbox
即可安装好,但是在Ubuntu中,virtualbox并不是很好用。
好在Vmware Workstation Pro14提供了Linux版本
Vmware Workstation Pro 14
首先将当前路径调整到home(~)
下,然后下载文件
$ wget -O ~/vmware.bin https://www.vmware.com/go/getworkstation-linux
然后安装依赖,一般情况下已经安装好了,运行此命令来升级依赖
$ sudo apt install build-essential
然后运行安装就OK了
$ sudo bash ~/vmware.bin
至于激活码的问题,参考这一篇文章
VMware Workstation All Key
Matlab
参考两篇文章
详尽!Ubuntu16.04LTS安装Matlab2016b!(2018.4重编版)
ubuntu16.04安装matlab2016b