以下是在Ubuntu VNC中配置网络代理的方法:
/etc/environment文件,添加http_proxy="http://your.proxy.server:port"、https_proxy="http://your.proxy.server:port"和no_proxy="localhost,127.0.0.1",保存退出后重启系统使设置生效。export http_proxy="http://your.proxy.server:port"、export https_proxy="http://your.proxy.server:port"和export no_proxy="localhost,127.0.0.1",可通过curl命令验证代理是否生效。