Linux Lite Forums
University WIFI - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: University WIFI (/showthread.php?tid=6240)



University WIFI - ian9114 - 06-14-2019

I can access the internet on firefox using the university WIFI which uses manual proxy configuration by configuring the proxy settings within firefox but the operating system itself such as the terminal cannot use that connection how can I bypass that because I have tried looking solutions online but with no positive results


Re: University WIFI - Valtam - 06-14-2019

Open a Terminal:

Code:
echo -e "http_proxy=http://192.168.43.100:3128/\nhttps_proxy=https://192.168.43.100:3128/" | sudo tee -a /etc/environment

Code:
sudo netplan apply

Replace IP address and proxy port with your University ones, then reboot.


Re: University WIFI - TheDead - 06-14-2019

Thanks Jerry.
Just for personal knowledge, can this be done in the network card "GUI"?
(not on linux machine at the moment).


Re: University WIFI - ian9114 - 06-14-2019

===========================
Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.freecinema2022.gq/forums/ and paste the log below into a new or existing thread for assistance.

============ Log ===========

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.


this is a new problem i have encountered after configuring the proxy


Re: University WIFI - ian9114 - 06-14-2019

My system is upto date but i have not installed any upgrades there seems to be an error


Re: University WIFI - Valtam - 06-15-2019

Open a Terminal, run:

Code:
sudo dpkg --configure -a

to fix the error.


Re: University WIFI - ian9114 - 06-23-2019

what do i need to do if i have to use my regular internet without proxy


Re: University WIFI - ian9114 - 06-23-2019

i figured that out i just ran  echo -e "http_proxy=no proxy/" | sudo tee -a /etc/environment
http_proxy=no proxy/



Re: University WIFI - Valtam - 06-23-2019

(06-14-2019, 04:40 PM)TheDead link Wrote: Thanks Jerry.
Just for personal knowledge, can this be done in the network card "GUI"?
(not on linux machine at the moment).

I can't see an option for it, so I'm guessing no.