Configure apt-get to use socks proxy

Source: Internet
Author: User
Configure apt-get to use socks proxy-Debian information for the Linux release. For more information, see. To install xgl In debian, It is very slow to set source abroad in sources. list. Therefore, you want to set the socks proxy for connection.

From the man in sources. conf, apt only supports http proxy, but it is more convenient for me to use the socks5 generated by the ssh proxy. You can only use tsocks

To perform socks proxy.

Installation:

Apt-get install tsocks

Set the conf file before use

Vi/etc/tsocks. conf

Make a simple configuration:

Local = 192.168.1.0/255.255.255.0 # local indicates the local network, that is, the network without the socks proxy

Server = 127.0.0.1 # IP address of socks server
Server_type = 5 # socks service version
Server_port = 7070 # port used by the socks service

Use tsocks proxy apt-get:

Tsocks apt-get update
Tsocks aptitude upgrade
...

Simply add "tsocks" to the command, and tsocks will use "exec" to run the command.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.