ubuntu系统软件推荐
常用软件推荐
- 安装Chrome浏览器
- 安装包下载网址:http://www.ubuntuchrome.com/
- 同步账户需要翻墙,需要先装个翻墙小工具,附上网址:https://github.com/getlantern/lantern
- 安装搜狗输入法
- 安装包下载网址:https://pinyin.sogou.com/linux/
- 教程:https://blog.csdn.net/scuping/article/details/86697287
- 安装VScode
- 强推的IDE,下载地址:https://code.visualstudio.com/#alt-downloads
- deb安装方式,下载后配合一些插件使用,更加高效!
- 安装sublime
- 轻量化的IDE,下载地址:http://www.sublimetext.com/
- 安装Typora
- MD文档编辑工具,下载地址:https://www.typora.io/
- 安装GitKraken(推荐)
- git GUI工具,下载地址https://www.gitkraken.com/
- 部分功能需要付费,但是很好用
- 安装Matlab2018a
- 下载安装包:https://www.52pojie.cn/thread-713126-1-1.html
- 安装教程:https://www.cnblogs.com/iwuqing/p/9833292.html
- CPU温度检测插件
- https://blog.csdn.net/yjt1325/article/details/84639500(似乎有点问题)
- https://jingyan.baidu.com/article/a17d5285f043c38098c8f21d.html
- AX200无线网卡驱动安装
- 可能需要更新内核
- 下载并安装驱动https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html
- 其他
- 使ubuntu支持exfat格式的移动硬盘
sudo apt-get install exfat-utils
- 使ubuntu支持exfat格式的移动硬盘
ubuntu系统美化
- ubuntu美化之GNOME Shell插件 (强烈推荐)
- 参考教程:https://linux.cn/article-9447-1.html
- 推荐的GNOME Shell插件有
- User Themes 管理主体
- Dash to dock
- Drop from terminal 下拉式终端
- Netspeed 网速监控插件
- Sound Input & Output Device Chooser 声音输入输出设备选择
- Clipboard Indicator 剪切板管理
- Screenshot Tool 截图插件
- Removable Driver Menu U盘可插拔提示
- EasyScreenCast 录屏插件
- ubuntu美化之自定义主题
- 前提是已经装好tweak工具,下载对应主题,并解压至home/.theme目录中,便可在tweak中选择相应的主题
- 主题下载网址 https://www.pling.com/s/Gnome
其他
安装sudo rosdep init 下载失败解决方案:https://blog.csdn.net/u013468614/article/details/102917569