Search:

Type: Posts; User: lildude; Keyword(s):

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    56,567

    [ubuntu] Re: Proxy settings in 12.04

    Sure, just create a file in /etc/profile.d/, for example /etc/profile.d/proxy, and add the following to it:


    export http_proxy=http://your.proxy:port
    export https_proxy=http://your.proxy:port
    ...
  2. Replies
    9
    Views
    56,567

    [ubuntu] Re: Proxy settings in 12.04

    You could create an interactive shell script which uses gsettings to set the various proxy settings you require and prompt the user for things like authentication information.

    Example usage of...
  3. Replies
    9
    Views
    56,567

    [ubuntu] Re: Proxy settings in 12.04

    You can add a script to /etc/profile.d/ that will set the shell level proxy for all users, including root.
Results 1 to 3 of 3