how to config debian

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了how to config debian相关的知识,希望对你有一定的参考价值。

install debian 8.6.0 every option default except write grub to ssd and select kde
su
vi /etc/apt/sources.list
a

deb http://mirrors.tuna.tsinghua.edu.cn/debian/ jessie main contrib non-free
deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ jessie main contrib non-free

deb http://mirrors.tuna.tsinghua.edu.cn/debian-security jessie/updates main contrib non-free
deb-src http://mirrors.tuna.tsinghua.edu.cn/debian-security jessie/updates main contrib non-free

deb http://mirrors.tuna.tsinghua.edu.cn/debian/ jessie-updates main contrib non-free
deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ jessie-updates main contrib non-free

shift-insert
apt-get update

enable multimedia for konqueror
apt-get install gstreamer1.0

enable input method
apt-get fcitx fcitx-sunpinyin fcitx-mozc


enable flash
apt-get flashplugin-nonfree

以上是关于how to config debian的主要内容,如果未能解决你的问题,请参考以下文章

Siebel Config: How to set Session Timeout?

how to adjust PKG_CONFIG_PATH environment-variable

How to config Bluetooth base Ubuntu 18.04 for Nvidia NANO 2G

How to store your password for code

How to use Fiddler to monitor WCF service

How to add the custom nuget feed to TeamCity build?