Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

enable proxy in cmd

set HTTP_PROXY=http://proxy_userid:proxy_password@proxy_ip:proxy_port
set HTTPS_PROXY=%HTTP_PROXY%
set FTP_PROXY=%HTTP_PROXY%
Comment

Enable proxy in linux

You can set a proxy either from the GUI or from the command line. We will see how we can set a proxy from the command line. Open the /etc/environment file with your favorite text editor and add the following lines:

http_proxy="http://ip:port"

https_proxy="http://ip:port"

ftp_proxy="ip:port"

no_proxy="localhost"
Comment

PREVIOUS NEXT
Code Example
Shell :: patch curl 
Shell :: grep multiple 
Shell :: git revert commit but keep changes 
Shell :: access wine directory mac os 
Shell :: git force checkout 
Shell :: check git settings terminal 
Shell :: choco upgrade 
Shell :: echo export path 
Shell :: install taggit 
Shell :: undo local commit 
Shell :: touch command not working in vscode 
Shell :: what is the difference between powershell and command prompt 
Shell :: new angular project no tests 
Shell :: how to install multiple packages in one line of pip 
Shell :: cannot find module json-loader 
Shell :: install specific node version linux 
Shell :: install oh my zsh linux 
Shell :: ubuntu taskbar not showing incons for current applications 
Shell :: zsh check if file exists 
Shell :: nvm install stable not found 
Shell :: stop all docker containers 
Shell :: nodemon script 
Shell :: revert local commit 
Shell :: git username password config 
Shell :: how to remove v4l2loopback 
Shell :: mac terminal restart 
Shell :: how to view all processes in powershell 
Shell :: curl get example 
Shell :: what .net framework do i have installed 
Shell :: restart webmin terminal 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =