Environment Variables: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 August 2024

  • curprev 00:1200:12, 27 August 2024Ardika Sulistija talk contribs 5,431 bytes +5,431 Created page with "====How to set environment variables in Linux? (<b>proxy</b> examples)==== ---- Check current proxy configuration status (https_proxy/https_proxy)/ This variable will show if there is a proxy server configured on the system: # echo $http_proxy # echo $https_proxy Set up proxy without username and password # export http_proxy=http://SERVER:PORT/ # export https_proxy=http://SERVER:PORT/ # export no_proxy=localhost,127.0.0.1,169.254.169.254,.amazonaws.com..."