[TimLinux] vnc and go bashrc

时间:2021-08-14 16:45:19   收藏:0   阅读:20

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!