默认是没有bash 自动补齐的,比如apt-get install 后面是不会自动补齐的,这个在ubuntu里面是有的,debian 里面默认没有开启
开启方法是
vim ~/.bashrc
. /etc/bash_completion
source ~/.bashrc
vim /etc/ssh/sshd_config
UseDNS no
默认要解析dns ,所以每次连都很慢。
vi /etc/vim/vimrc
syntax on 即可
dpkg-reconfigure exim4-config
选择internet ,否则不会发到外网去。
不断补充中。。
原文地址:http://www.cnblogs.com/gqdw/p/3998290.html