常用软件记录
1. scratch 文本编辑软件(eos定制版)
下载方式:系统自带
2.Typora markdown编辑工具
下载方式:
#selected,但建议
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
#add Typora的存储库
sudo add-apt-repository'deb https://typora.io/linux ./'
sudo apt-get update
#install typora
sudo apt-get install typora
3.wps 办公软件
下载方式:[wps官网deb](http://community.wps.cn/download/)
4.XMind 8 Pro 思维导图工具
下载方式:[Xmind8中文官网deb](https://www.xmind.cn/download/linux/)
5. Vscode Studio 代码编辑工具 插件丰富 功能强大
下载方式:[vscode官网deb](https://code.visualstudio.com/)
Mytoken:1cafb0a0744a997176e99132ffe3f026ad86793a
GistId:8ef0283de895564590f1d98a3b3d99f7
6.vim 功能强大 高度定制化的文本编辑器
下载方式:
sudo apt install vim
sudo apt install vim-gnome
7.GIMP 图像处理工具
下载方式:
sudo apt install gimp
8.proxyee-down 多线程下载工具
下载方式:[github项目地址](https://github.com/proxyee-down-org/proxyee-down)
9.fish shell 智能快捷的shell工具
下载方式:
sudo apt-get install fish
使用教程:[阮一峰老师的博客](http://www.ruanyifeng.com/blog/2017/05/fish_shell.html?from=groupmessage&isappinstalled=0)
10. Virtual Box 管理器 虚拟机工具
下载方式:[Virtual Box 官网deb](https://www.virtualbox.org/wiki/Downloads)
11.网易云音乐
下载方式:[网易云音乐官网deb](https://music.163.com/#/download)
可能存在诸多bug,例如托盘不显示,点击无响应,内存泄露,前两种情况有解决方案,内存泄漏实在没搞定。下面是网易云音乐的第三方替代方案
###11.1 ieaseMusic 第三方网易云音乐
下载方式:[github项目主页](https://github.com/trazyn/ieaseMusic)
12. System Load Indicator 系统状态指示器
下载方式:
sudo apt install indicator-multiload
13. shutter 截图工具
下载方式:
sudo apt install shutter
14.搜狗输入法
下载方式:[搜狗输入法官网deb](https://pinyin.sogou.com/linux/?r=pinyin)![搜狗输入法_020](https://farm5.staticflickr.com/4903/44117499720_741bd44bb1_o.png)
15.Google Chrome
下载方式:[google chrome官网](https://www.google.cn/chrome/)
16.Firefox
下载方式:[Firefox官网](http://www.firefox.com.cn/download/#more)
17.优客天气
下载方式:[官网deb](https://launchpad.net/indicator-china-weather)
###18.wechat for linux
下载方式:[git仓库](https://github.com/geeeeeeeeek/electronic-wechat)
19.software & update
下载方式:尝试搜索software-properties-common
将下载自调整到ustc的源
20.tlp 电源管理工具
下载方式:
sudo add-apt-repository ppa:linrunner / tlp
sudo apt-get update
sudo apt-get install tlp tlp-rdw
启动方式:
sudo tlp start
//添加开机自启动
sudo gedit /etc/rc.local
//在exit 0前加入以下代码:
modprobe acpi_call
tlp start
21.indicator-stickynotes 便签工具
下载方式:
sudo add-apt-repository ppa:umang/indicator-stickynotes
sudo apt-get update
sudo apt-get install indicator-stickynotes
22.ShadowSocksR
下载方式:[git 仓库](https://github.com/erguotou520/electron-ssr/releases)
23.新立得包管理工具
下载方式:应用商店搜索
24.Genymotion
下载方式:[官网下载](https://www.genymotion.com/download/)
分区方案
-
/dev/sda1 100M /boot/efi
-
/dev/sda2 500M /boot
-
/dev/sda3 50G / 主分区
-
/dev/sda4 30G /var
-
/dev/sda5 50G /usr
-
/dev/sda6 50G /usr/local
-
/dev/sda7 16G Swap
-
/dev/sda8 150G /home
eos 简单美化
1.Elementary Tweak
下载方式:
sudo add-apt-repository ppa:philip.scott/elementary-tweaks
sudo apt update
sudo apt install elementary-tweaks
2.添加图标系统
将图标保存在 /usr/share/icons 目录下
下载图标文件:[git仓库](https://github.com/keeferrourke/la-capitaine-icon-theme)
删除无关文件
3.添加全局主题
下载方式:[git仓库](https://github.com/UKeyboard/elementary-2-macos/tree/master/themes)
在tweaks中勾选主题和图标选项
4.添加dock主题
下载方式:[plank-themes](https://github.com/fsvh/plank-themes)