先看完,否則,你必定會後悔的。。很差看,你打我。。bash
sudo apt-get install xfce4 sudo apt-get install xfce4-goodies sudo apt-get install vnc4server
在debian的終端中執行這3個命令就能夠了,而後還要配置vnc,在.vnc/xstartup更改成以下內容:字體
1 #!/bin/sh 2 3 # Uncomment the following two lines for normal desktop: 4 unset SESSION_MANAGER 5 # exec /etc/X11/xinit/xinitrc 8 startxfce4 & 9 10 [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup 11 [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources 12 xsetroot -solid grey 13 vncconfig -iconic & 14 # x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & 15 # x-window-manager &
而後vnc重啓一下,vncserver -kill :0,再vncserver :0就能夠了spa
安裝中文環境(解決亂碼問題):.net
sudo apt-get install locales sudo dpkg-reconfigure locales sudo apt-get install xfonts-wqy ttf-wqy-zenhei ttf-wqy-microhei
而後在.bash_profile中或.zshrc中添加以下:export LANG=zh_CN.utf8,而後重啓便可code
在桌面中作以下配置:orm
設置完成以後的總體效果以下:server
關於zsh的配置,能夠參考個人這個:http://blog.csdn.net/i_am_root/article/details/39483443blog