1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00
dotTiddlywiki/mywiki/tiddlers/apt-get proxy.tid
Aiko Mastboom 34436b913e update
2015-06-14 12:56:19 +02:00

15 lines
503 B
Plaintext

created: 20150514063532944
creator: user
modified: 20150514063719345
modifier: user
tags:
title: apt-get proxy
type: text/vnd.tiddlywiki
* http://askubuntu.com/questions/109673/how-to-use-apt-get-via-http-proxy-like-this
To use apt-get through a proxy, either make a file in /etc/apt/apt.conf.d/ called proxy or something that you'll recognise, or make (if it doesn't exist) /etc/apt/apt.conf and insert the following line:
```
Acquire::http::Proxy "http://username:password@proxy.server:port/";
```