From f3ffba44a1f5bb97e243baccd47a1980e807d379 Mon Sep 17 00:00:00 2001 From: DougTW Date: Fri, 20 Sep 2019 16:34:17 -0700 Subject: [PATCH] proxy.rst: Editorial changes (#803) * Editorial changes to proxy.rst Signed-off-by: DougTW * Fixes minor formatting errors.:) Signed-off-by: Michael Vincerra --- source/tutorials/proxy.rst | 99 ++++++++++++++++++++------------------ 1 file changed, 51 insertions(+), 48 deletions(-) diff --git a/source/tutorials/proxy.rst b/source/tutorials/proxy.rst index d266f77d..0665b63c 100644 --- a/source/tutorials/proxy.rst +++ b/source/tutorials/proxy.rst @@ -4,21 +4,22 @@ Proxy configuration ################### This tutorial shows you how to configure your system for use behind an -outbound proxy to access the Internet. +outbound proxy to access the Internet. -|CL| applications already benefit from the :ref:`autoproxy` -feature. +|CL-ATTR| applications already benefit from the :ref:`autoproxy` +feature. -.. contents:: +.. contents:: :local: :depth: 1 Prerequisites ************* -This tutorial assumes you have installed |CL| on your host system. -For detailed instructions on installing |CL| on a bare metal system, visit -the :ref:`bare metal installation guide `. +* You have installed |CL| on your host system. + + For detailed instructions on installing |CL| on a bare metal system, visit + the :ref:`bare metal installation guide `. Shells and programs in a desktop session **************************************** @@ -30,67 +31,69 @@ Add the following to your ~/.bashrc: .. code-block:: bash - export http_proxy=http://your.http-proxy.url:port - export https_proxy=http://your.https-proxy.url:port - export ftp_proxy=http://your.ftp-proxy.url:port - export socks_proxy=http://your.socks-proxy.url:port - export no_proxy=".your-company-domain.com,localhost" - export HTTP_PROXY=$http_proxy - export HTTPS_PROXY=$https_proxy - export FTP_PROXY=$ftp_proxy - export SOCKS_PROXY=$socks_proxy - export NO_PROXY=$no_proxy + export http_proxy=http://your.http-proxy.url:port + export https_proxy=http://your.https-proxy.url:port + export ftp_proxy=http://your.ftp-proxy.url:port + export socks_proxy=http://your.socks-proxy.url:port + export no_proxy=".your-company-domain.com,localhost" + export HTTP_PROXY=$http_proxy + export HTTPS_PROXY=$https_proxy + export FTP_PROXY=$ftp_proxy + export SOCKS_PROXY=$socks_proxy + export NO_PROXY=$no_proxy wget -**** +==== -Run this command to enable downloading from websites from the terminal: +Run the following command to enable downloading from websites from the terminal: .. code-block:: bash - echo >> ~/.wgetrc <> ~/.wgetrc <