[TimLinux] vnc and go bashrc

source ~/install/scripts/func-alias.sh

export GOROOT=$HOME/go
export GOPATH=$HOME/gopath
export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
export GOPROXY=https://goproxy.cn
export GOSUMDB=sum.golang.google.cn

vncserver -geometry 1430x800

vncserver -geometry 1440x860

vncserver -kill :1

vncpassword

ibus-daemon -r -d -x

ibus restart

settings-> Region&Language

原文地址:https://www.cnblogs.com/timlinux/p/15140836.html