Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 138527  / 3 Years ago, sat, september 18, 2021, 7:43:33

When I remove proxy from System/Network and apply it system wide it still remains when working in console. When I run:



env | grep proxy


it prints:



http_proxy=http://proxy.studnet.lan:8080
ftp_proxy=ftp://proxy.studnet.lan:8080
socks_proxy=socks://proxy.studnet.lan:8080
https_proxy=https://proxy.studnet.lan:8080


I could remove it with:



unset http_proxy
unset ftp_proxy
unset socks_proxy
unset https_proxy


but it's not permanent, when I reopen terminal these proxy variables are again setted.



How to remove them permanently?


More From » proxy

 Answers
1

Be sure to change the method dropdown from "manual" to "none". This will erase everything - you may need to restart the machine after doing this.


[#32854] Sunday, September 19, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tusmuumu

Total Points: 195
Total Questions: 122
Total Answers: 104

Location: Oman
Member since Tue, Feb 7, 2023
1 Year ago
;