apt purge apache2* bind9* samba* -y
apt update -y
apt upgrade -y
安装服务
apt install xorg lxde-core tightvncserver -y
tightvncserver :1
设置密码
tightvncserver -kill :1
vi ~/.vnc/xstartup
底部加入
lxterminal &
/usr/bin/lxsession -s LXDE &
vncserver :1 -geometry 1024x768 -depth 16 -pixelformat rgb565
apt install iceweasel -y
apt install ttf-arphic-ukai ttf-arphic-uming ttf-arphic-gbsn00lp ttf-arphic-bkai00mp ttf-arphic-bsmi00lp -y
浏览器和中文支持。
也有偷懒方法
apt install language-pack-zh-hans -y
locale-gen zh_CN.UTF-8
#otehr ttf
apt install fonts-droid-fallback ttf-wqy-zenhei ttf-wqy-microhei fonts-arphic-ukai fonts-arphic-uming -y
文章评论