# Change default Language:
dpkg-reconfigure locales
# Change font size of tty:
setfont /usr/share/consolefonts/Lat15-Terminus24x12.psf.gz
# Change default font size for all tty:
nano /etc/default/console-setup
–FONTFACE=”Fixed”
–FONTSIZE=”8×16″
++FONTFACE=”LAT15-Terminus”
++FONTSIZE=”24×12″
/etc/init.d/console-setup restart
# Update /etc/apt/source.list
# wheezy
deb http://debian.ustc.edu.cn/debian/ wheezy main
deb-src http://debian.ustc.edu.cn/debian/ wheezy main
deb http://debian.ustc.edu.cn/debian/ wheezy non-free
deb-src http://debian.ustc.edu.cn/debian/ wheezy non-free
deb http://debian.ustc.edu.cn/debian/ wheezy contrib
deb-src http://debian.ustc.edu.cn/debian/ wheezy contrib
# security
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
# updates
deb http://debian.ustc.edu.cn/debian/ wheezy-updates main
deb-src http://debian.ustc.edu.cn/debian/ wheezy-updates main
deb http://debian.ustc.edu.cn/debian/ wheezy-updates non-free
deb-src http://debian.ustc.edu.cn/debian/ wheezy-updates non-free
deb http://debian.ustc.edu.cn/debian/ wheezy-updates contrib
deb-src http://debian.ustc.edu.cn/debian/ wheezy-updates contrib
# proposed updates
deb http://debian.ustc.edu.cn/debian/ wheezy-proposed-updates main
deb-src http://debian.ustc.edu.cn/debian/ wheezy-proposed-updates main
deb http://debian.ustc.edu.cn/debian/ wheezy-proposed-updates non-free
deb-src http://debian.ustc.edu.cn/debian/ wheezy-proposed-updates non-free
deb http://debian.ustc.edu.cn/debian/ wheezy-proposed-updates contrib
deb-src http://debian.ustc.edu.cn/debian/ wheezy-proposed-updates contrib
# backports
deb http://debian.ustc.edu.cn/debian/ wheezy-backports main
deb-src http://debian.ustc.edu.cn/debian/ wheezy-backports main
deb http://debian.ustc.edu.cn/debian/ wheezy-backports non-free
deb-src http://debian.ustc.edu.cn/debian/ wheezy-backports non-free
deb http://debian.ustc.edu.cn/debian/ wheezy-backports contrib
deb-src http://debian.ustc.edu.cn/debian/ wheezy-backports contrib
# Install mouse daemon
apt-get install gpm