Debian 安装相关

来源:互联网 发布:mysql下载64位 编辑:程序博客网 时间:2024/04/26 11:35

1. 国内比较好的源
deb http://mirrors.163.com/debian squeeze main non-free contrib
deb http://mirrors.163.com/debian squeeze-proposed-updates main contrib non-free
deb http://mirrors.163.com/debian-security squeeze/updates main contrib non-free

deb-src http://mirrors.163.com/debian squeeze main non-free contrib
deb-src http://mirrors.163.com/debian squeeze-proposed-updates main contrib non-free
deb-src http://mirrors.163.com/debian-security squeeze/updates main contrib non-free

2. 无线驱动安装
apt-get install firmware-iwlwifi wireless-tools

3. 安装中文环境
aptitude install locales
dpkg-reconfigure locales
locale -a
apt-get install ttf-wqy-zenhei ttf-wqy-microhei

4. 安装 Chrome
dpkg -i ./Downloads/google-chrome-stable_current_i386.deb
apt-get -f install

5. 安装开发环境
apt-get install vim
apt-get install ctags
apt-get install build-essential
apt-get install mono-complete