打造程序员的Deepin_15.11,软件安装教程(详解)
Tofloor
poster avatar
liuzy88
deepin
2019-08-28 07:15
Author
本帖最后由 liuzy88 于 2019-8-27 23:24 编辑

tips: 点击 https://gitee.com/liuzy1988/MyLinux/blob/master/Deepin_15.11.md 查看本教程最新内容!

第一次发贴。

- 换源
```
# 深度
deb [by-hash=force] http://packages.deepin.com/deepin lion main contrib non-free
deb-src http://packages.deepin.com/deepin lion main contrib non-free
# 阿里
deb [by-hash=force] http://mirrors.aliyun.com/deepin lion main contrib non-free
deb-src http://mirrors.aliyun.com/deepin lion main contrib non-free
# 网易
deb [by-hash=force] http://mirrors.163.com/deepin lion main contrib non-free
deb-src http://mirrors.163.com/deepin lion main contrib non-free
# 中国科学技术大学
#deb [by-hash=force] http://mirrors.ustc.edu.cn/deepin lion main contrib non-free
#deb-src http://mirrors.ustc.edu.cn/deepin lion main contrib non-free
# 北京理工大学
deb [by-hash=force] http://mirror.bit.edu.cn/deepin lion main contrib non-free
deb-src http://mirror.bit.edu.cn/deepin lion main contrib non-free
# 浙江大学
deb [by-hash=force] http://mirrors.zju.edu.cn/deepin lion main contrib non-free
deb-src http://mirrors.zju.edu.cn/deepin lion main contrib non-free
# 上海交通大学
deb [by-hash=force] http://ftp.sjtu.edu.cn/deepin lion main contrib non-free
deb-src http://ftp.sjtu.edu.cn/deepin lion main contrib non-free
# 重庆大学
deb [by-hash=force] http://mirrors.cqu.edu.cn/deepin lion main contrib non-free
deb-src http://mirrors.cqu.edu.cn/deepin lion main contrib non-free
# 北京交通大学
deb [by-hash=force] https://mirror.bjtu.edu.cn/deepin lion main contrib non-free
deb-src https://mirror.bjtu.edu.cn/deepin lion main contrib non-free
# 清华大学
#deb [by-hash=force] https://mirrors.tuna.tsinghua.edu.cn/deepin lion main contrib non-free
#deb-src https://mirrors.tuna.tsinghua.edu.cn/deepin lion main contrib non-free
```


Reply Favorite View the author
All Replies
avatar
liuzy88
deepin
2019-08-28 07:20
#1
- Firmware Bug
```bash
sudo apt install intel-microcode
```

- 常用
```bash
sudo apt install dos2unix gedit lsof curl
```

- 终端
```
主题 azu
启动时最大化
选中文字时自动复制到剪切板
透明度 ctrl+滚
远程服务器 ctrl+/
```

- 标题栏高度
```bash
mkdir -p ~/.local/share/deepin/themes/deepin/light/
mkdir -p ~/.local/share/deepin/themes/deepin/dark/
cd ~/.local/share/deepin/themes/deepin/
vim light/titlebar.ini
[Active]
height=25
[Inactive]
height=25
cp light/titlebar.ini dark/titlebar.ini
```

- 字体优化
```bash
# 安装商店中的所有中文字体
# 下载安装微软雅黑字体
# 调gnome清晰度
sudo apt install gnome-tweak-tool
gnome-tweak-tool
# 设置字体,微调,Full;抗锯齿,Crayscale
```

- hosts
```bash
# sublimetext
127.0.0.1 www.sublimetext.com
127.0.0.1 sublimetext.com
127.0.0.1 sublimehq.com
127.0.0.1 telemetry.sublimehq.com
127.0.0.1 license.sublimehq.com
127.0.0.1 45.55.255.55
127.0.0.1 45.55.41.223
```

- 系统代理配置相当于
```bash
gsettings set org.gnome.system.proxy.http host '127.0.0.1'
gsettings set org.gnome.system.proxy.http port 8888
gsettings set org.gnome.system.proxy.https host '127.0.0.1'
gsettings set org.gnome.system.proxy.https port 8888
gsettings set org.gnome.system.proxy mode 'manual'
```

Reply View the author
avatar
liuzy88
deepin
2019-08-28 07:23
#2
我的Deepin_15.11.md

我的Deepin_15.11.md

我的Deepin_15.11.md
Reply View the author