We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ssh user@HOST -D9999
cat > /etc/apt/apt.conf.d/proxy.conf <<EOF Acquire::http::proxy "socks5h://localhost:9999"; EOF apt-get update;