Ubuntu
Ubuntu is an open-source software operating system on Linux for enterprise servers, desktops, the cloud, and IoT.
To set up a network proxy for all terminal sessions, follow the steps below:
Step 1. Download and install Ubuntu Desktop.
Step 2. Open shell configuration using an editor.
For the ZSH terminal, the shell configuration file is by default located in the home directory. We can edit this file using vim
with the below command:
Instead of vim
, you can also use gedit
, nano
, or any other text editor that you prefer. Also, if you are using Bash instead of ZSH, you’ll have to edit your bash shell configuration file, i.e. ~/.bashrc
instead of ~/.zshrc
.
Step 3. Create two new environment variables
At the bottom of this configuration file, you’ll have to define the http_proxy,
https_proxy
, or ALL_PROXY
(for SOCKS5) variables.
Here are the details you need to fill in:
Proxy address: isp.oxylabs.io
Port: 8001
You will need to choose the port assigned to an IP address from the purchased proxy list, which you can find on Oxylabs' dashboard. The 8001
port will pick the first IP address from your list for all requests.
Username: user-username
Password: password
Don't forget to add the user-
part to your username.
Step 4. Reload the configuration
Now, you can reload the configuration file either by opening a new terminal or by running the following command in the existing terminal:
The proxy will always be active for the current user. The shell configuration file gets loaded every time you open a new terminal. So, the environment variables will be always available for you even if you restart your computer.
If you want to enable it for all users then you will have to append the above two lines in the /etc/environment
.
That’s all! You’ve successfully integrated your Oxylabs proxies. See the full tutorial here.
Last updated