How to use Proxy with Boot-Repair ?
Asked by
YannUbuntu
on 2014-01-20
to be able to connect to the Internet, some users have to specify a proxy server.
Since “sudo … “ executes with the root environment, “export http_proxy=…” does not work.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Boot-Repair Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- YannUbuntu
- Solved:
- 2014-01-20
- Last query:
- 2014-01-20
- Last reply:
YannUbuntu (yannubuntu) said : | #1 |
1. In a terminal, type “sudo su –“
2. Then type “export http_proxy=…”
3. Then type “/usr/bin/
YannUbuntu (yannubuntu) said : | #2 |
( export http_proxy=http://
YannUbuntu (yannubuntu) said : | #3 |
Alternative:
sudo su -
HTTP_PROXY=http://
export http_proxy
Thanks Saurabh (bug #1316424)
To post a message you must log in.