通过代理实现
1、找到本机的vpn ip地址
2、下载一个代理软件并运行
3、修改linux代理
vim /etc/profile
http_proxy=http://username:password@ip:port/
https_proxy=http://username:password@ip:port/
export http_proxy
export https_proxy
source /etc/profile
网友回复
通过代理实现
1、找到本机的vpn ip地址
2、下载一个代理软件并运行
3、修改linux代理
vim /etc/profile
http_proxy=http://username:password@ip:port/
https_proxy=http://username:password@ip:port/
export http_proxy
export https_proxy
source /etc/profile
网友回复