Debian 基本配置

Permission Configuration

1.  vi /etc/sudoers  

add the   username  ALL=(ALL:ALL) ALL

 

2.necessary package

常用到的:sudo apt-get install vim-gnome git  chromium-browser ibus-googlepinyin -y

编译模块:sudo apt-get install  build-essential linux-headers-$(uname -r)  -y

 

3.chromium 字体编码

apt-get install ttf-wqy-zenhei

apt-get install  xfonts-wqy

4.goagent 配置

 

   git clone https://github.com/goagent/goagent.git

   vim  proxy.ini  --->add you appid

   sudo apt-get install libnss3-tools  python-openssl

   chromium add the ca.crt

   vim /etc/rc.local  --->python /home/goagent/local/proxy.py >/dev/null 2>&1  &

 

5.gnome shortcut configuration 

keyboar ->shortcuts->cumstom shortcuts ->add->Name:Termina   Command:gnome-terminal

 

6.flashplayer configuration 

from http://blog.sina.com.cn/s/blog_698415f201013ak4.html

 

 

   

 

 

 

 

 

 

posted @ 2013-08-23 22:28  Epirus  阅读(310)  评论(0编辑  收藏  举报