常用工具安装:
邮件安装:apt-get install icedove
IRC安装:apt-get install xchat

无线驱动安装:

1.apt-get install firmware-iwlwifi

2.下载 wireless-tools工具:http://wiki.debian.org/WiFi

×××的安装:
$ sudo yum install openconnect
$ sudo yum install NetworkManager-openconnect

iftop的安装:
1.支持库:flex byacc libpcap ncurses ncurses-devel libpcap-devel
2.下载:到该网站http://www.ex-parrot.com/~pdw/iftop/下载安装。
3.使用: iftop -i eth0 -P -n

virtualbox共享工具安装:
wget http://download.virtualbox.org/virtualbox/4.0.4/VBoxGuestAdditions_4.0.4.iso

常见问题解决:
1.×××
1)
$ sudo openconnect --script /etc/vpnc/vpnc-script https://vpn-alibaba-inc.com
2)
$ sudo
openconnect -u chuanfei.wang --script=/usr/share/vpnc-scripts/vpnc-script --no-dtls vpn.alibaba-inc.com

2.windows远程桌面
1)rdesktop IP -u user -p password


3.字符编码转换
1)
iconv -f gbk -t utf8 example1.txt > example2.txt

4.linux-headers报错
1)# apt-get update
2)# apt-get install linux-headers-$(uname -r)

5.修改默认语言
1)
dpkg-reconfigure locales修改系统所支持语言
2)修改/etc/default/locale 更改系统默认语言

6.软件包安装信息存放文件
1)/var/lib/dpkg/status

7.挂载windows共享,拷贝linux文件
1)mount -o username=abc //192.168.1.100/share /mnt/share
2)scp file_name root@IP:/root/

8.安装支持32位软件
1)sudo apt-get install ia32-libs*
2)sudo dpkg -i --force-all package.deb
9.浏览器flash插件问题
1)chrome的flash显示乱码:在chrome浏览器中输入chrome://plugins/,点击右侧的详细信息,禁用除11.2 r202版本以外的flash版本即可。
2)icedove的flash无法无法使用:在http://people.debian.org/~bartm/flashplugin-nonfree/stable-security/下载flash插件(64位),安装即可。

10.强制卸载挂载点
1)fuser -km   /dir

2)umount   /dir


11.同步时间

1)sudo apt-get install ntpdate

2)ntpdate cn.pool.ntp.org

3)写入bios:/sbin/hwclock -w


12.支持扩展屏幕

1)安装
sudo apt-get install x11-xserver-utils
2)使用
扩展屏幕:平品扩展扩增阔xrandr --output VGA1 --mode 1280x1024 --pos 1280x1024 --output LVDS1 --mode 1366x768
投射映像: xrandr --output  VGA1 --auto
3)关闭
xrandr --output  VGA1 --off


debian中科大源:
deb http://ftp.cn.debian.org/debian/ wheezy main contrib non-free  
deb-src http://ftp.cn.debian.org/debian/ wheezy main contrib non-free  
deb http://ftp.cn.debian.org/debian/ wheezy-proposed-updates main contrib non-free  
deb-src http://ftp.cn.debian.org/debian/ wheezy-proposed-updates main contrib non-free  
deb http://ftp.cn.debian.org/debian/ wheezy-backports main contrib non-free  
deb-src http://ftp.cn.debian.org/debian/ wheezy-backports main contrib non-free  
# debian security updates  
deb http://security.debian.org/ wheezy/updates main contrib non-free  
deb-src http://security.debian.org/ wheezy/updates main contrib non-free  
# multimedia  
deb http://deb-multimedia.org wheezy main non-free