About 27,000 results
Open links in new tab
  1. command line - How to set a proxy for terminal? - Ask Ubuntu

    Feb 10, 2015 · Is it possible to set a proxy for all network related activities done over the terminal? Instead of setting proxy for wget,curl and others separately. I am looking for such a solution.

  2. proxy - How do I configure proxies without GUI? - Ask Ubuntu

    Aug 13, 2012 · How do you configure proxy settings in the Ubuntu Server or Minimal (CLI) versions using the terminal?

  3. How to use a proxy on the command line? - Ask Ubuntu

    Jun 7, 2011 · I can set my proxy username and password along with proxy settings in the proxy ui but these settings do not work on the command line. How can I use apps such as wget & ping on the …

  4. Configure proxy for APT? - Ask Ubuntu

    Feb 17, 2013 · To use a proxy, you need a proxy server. The IP and port have to be from this proxy server. Login and pwd must be your user and password on the proxy server (if the proxy requires …

  5. Configuring Firefox to use a proxy from the command line

    Most programs respect this setting and use my proxy. Firefox, however, does not. When I open its network connection settings dialog, however, it is pre-set to "use system settings" for the proxy. What …

  6. Google Chrome proxy settings? - Ask Ubuntu

    Aug 20, 2014 · 62 When I try to set Google Chrome's proxy settings (on chrome://linux-proxy-config/), I get the following message: When running Google Chrome under a supported desktop environment, …

  7. How do I set a system wide proxy with a username and password?

    I'm trying to set a system wide proxy, and I'm specifically having difficulties with apt-get for installing applications on my Ubuntu. I'm in a university using a proxy server with username/password.

  8. How to install snap packages behind web proxy - Ask Ubuntu

    Feb 16, 2023 · I know how to configure APT to use a web proxy. But what about snap?

  9. Find Proxy Server using Command Line - Ask Ubuntu

    Sep 29, 2016 · Someone's set up a proxy on my machine and I want to know what it is. Is there a way to find the proxy server using the command line and not the GUI?

  10. How do I temporarily remove proxy settings? - Ask Ubuntu

    The correct way to use unset is without the $, so you can do the following: unset http_proxy to unset your proxy settings or you can even use the following: http_proxy="" Note that there is no space in …