JeeGit 官方论坛

找回密码
立即注册
搜索
热搜: 活动 交友 discuz
发新帖

1

收听

0

听众

196

主题
发表于 2024-1-22 15:00:15 | 查看: 190| 回复: 7
发表于 2024-1-22 15:02:07

10.243.195.89

https://www.8kiz.cn/archives/5809.html

Ubuntu中设置代理的方式

回复 显示全部楼层 道具 举报

发表于 2024-1-22 15:02:43
export http_proxy=http://10.243.195.89:7890/

回复 显示全部楼层 道具 举报

发表于 2024-1-29 14:46:31
sudo vim /etc/profile  # 打开系统配置文件

# 在配置文件中添加以下环境变量,proxyaddress和proxyport分别填写代理地址和端口
export http_proxy=http://proxyaddress:proxyport/
export https_proxy=http://proxyaddress:proxyport/
export ftp_proxy=http://proxyaddress:proxyport/

source /etc/profile  # 更新配置文件

回复 显示全部楼层 道具 举报

发表于 2024-1-29 14:46:45
sudo vim /etc/profile  # 打开系统配置文件

# 在配置文件中添加以下环境变量,proxyaddress和proxyport分别填写代理地址和端口
export http_proxy=http://10.243.195.89:7890/


source /etc/profile  # 更新配置文件

回复 显示全部楼层 道具 举报

发表于 2024-2-22 21:32:32

回复 显示全部楼层 道具 举报

发表于 2024-3-3 20:05:48
export http_proxy=http:// 10.243.195.89:7890/
export https_proxy=http:// 10.243.195.89:7890/

export http_proxy=http:// 10.243.195.89:7890/

回复 显示全部楼层 道具 举报

发表于 2024-3-4 09:26:55
http_proxy=http://192.168.20.222:3128
https_proxy=http://192.168.20.222:3128
#proxy_username='******'
#proxy_password='*******'
export http_proxy
export https_proxy

回复 显示全部楼层 道具 举报

您需要登录后才可以回帖 登录 | 立即注册

QQ|Archiver|手机版|小黑屋|JeeGit 官方论坛 ( 吉ICP备19001578号-2|吉B2-20200006 )

GMT+8, 2024-5-20 13:36 , Processed in 0.022283 second(s), 18 queries .

Powered by Discuz! X3.5

Copyright © 2001-2024 Tencent Cloud.

快速回复 返回顶部 返回列表