内容简介:国内比较快速和稳定的源有以下两种:以 USTC 源为例(以下内容的生成可参考List Generator 或者将上述内容写入到
添加较快源
国内比较快速和稳定的源有以下两种:
Official
Unofficial
- 阿里云的源 ;
以 USTC 源为例(以下内容的生成可参考List Generator 或者 Debian 源使用帮助 ):
deb http://mirrors.ustc.edu.cn/debian stretch main contrib non-free deb-src http://mirrors.ustc.edu.cn/debian stretch main contrib non-free deb http://mirrors.ustc.edu.cn/debian stretch-updates main contrib non-free deb-src http://mirrors.ustc.edu.cn/debian stretch-updates main contrib non-free deb http://mirrors.ustc.edu.cn/debian-security/ stretch/updates main non-free contrib deb-src http://mirrors.ustc.edu.cn/debian-security/ stretch/updates main non-free contrib
将上述内容写入到 /etc/apt/sources.list
, 然后 apt-get update
添加sudo权限
首先,Debian 镜像默认没有安装 sudo
( apt-get install sudo
) 然后,编辑 /etc/sudoers
( vim /etc/sudoers
)
root ALL=(ALL) ALL <your_user_name> ALL=(ALL) ALL
安装中文输入法 IBUS
ibus-pinyin ibus-sunpinyin
sudo apt-get install ibus ibus-pinyin ibus-sunpinyin
这里 ibus-googlepinyin
安装不上,完全没有这个软件包。使用 ibus-setup
可以对 ibus
进行图形设置,在输入法的选择适合自己的输入法。
安装中文输入法 Fcitx
googlepinyin sunpionyin (sogoupinyin)
sudo apt install fcitx fcitx-googlepinyin fcitx-sunpionyin
直接从搜狗的官网上面下载deb包安装,然后使用 im-config
来选择 fcitx
。
在 fcitx
的 config
中选择对应的中文输入法, pinyin, sunpinyin,googlepinyin,sogoupinyin
。 最后,可以使用 im-config
来选择你使用的中文输入法。
注意:在搜狗输入法的使用过程中,我经常发现搜狗的进程占用100%CPU导致系统非常卡,所以我一般使用Google pinyin
安装chrome浏览器
从 下载页 下载 Chrome 对应的安装包,同步google账户上的书签,插件,应用程序等。
安装vmware workstation
sudo apt-get install linux-headers-$(uname -r)
这命令的意思就是安装和内核对应版本的headers
sudo ./VMware-Workstation-Full-*.x86_64.bundle
安装包可以在 VMware 官网上下载(lisence key直接在网上百度)
安装无线网卡驱动
整理一下自己文件和分区
添加一个新的硬盘,然后调整fstab文件进行自动挂载。
安装Thunderbird
,它是我以前导出来的rss订阅的配置文件。
安装其他软件
按照之前截图的软件列表,将所有的软件安装齐全了。(如果没有以往的软件集合的话,可以跳过。)
安装faenza-icon-theme
在 tweak tool 中选择这个图标,这个图标还是很漂亮的。同时将顶部 panel 变为透明,修改 /usr/share/gnome-shell/theme/gnome-shell.css
文件,
Gnome Shell Extensions
我喜欢的 Gnome 桌面扩展列在 My Favourite Gnome Extensions
安装一些自己喜欢的程序
Installed by apt-get
- terminator(多窗口终端)
- wireshark(嗅探器)
- retext(markdown编辑工具)
- hexchat(irc聊天工具)
- texmaker(latex gui)
- hydra(破解密码)
- VLC(视频播放器)
- UGet(下载器)
Installed by downloaded deb package
- Skype
搞完收工,切记莫折腾,可以便好!
以上所述就是小编给大家介绍的《Debian9 配置》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 6、如何获取配置中心的配置
- React降级配置及Ant Design配置
- vscode 配置eslint 开发vue的相关配置
- git commit 规范校验配置和版本发布配置
- hadoop地址配置、内存配置、守护进程设置、环境设置
- 在hibernate中配置事务级别与命名查询配置【原创】
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。