Tuesday, July 10, 2018

press F for sad Proxy

pi@scqcv:~ $ cat /etc/apt/apt.conf
Acquire::http::Proxy "http://user:pass@AddProxy:PortProxy";
Acquire::https::Proxy "https://user:pass@AddProxy:PortProxy";

atau

Environment variables
edit the file /etc/environment
And then add the following lines after PATH="something here"
  1. http_proxy=http://username:password@host:port/
  2. ftp_proxy=ftp://username:password@host:port/
  3. https_proxy=https://username:password@host:port/


The power of doing nothing

Great article, moving ur tentacles https://medium.com/swlh/the-power-of-doing-nothing-at-all-73eeea488b8b