LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
University WIFI
#1
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
Reply
#2
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.
Reply
#3
Thanks Jerry.
Just for personal knowledge, can this be done in the network card "GUI"?
(not on linux machine at the moment).
- TheDead (TheUxNo0b)

If my blabbering was helpful, please click my [Thank] link.
Reply
#4
===========================
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
Reply
#5
My system is upto date but i have not installed any upgrades there seems to be an error
Reply
#6
Open a Terminal, run:

Code:
sudo dpkg --configure -a

to fix the error.
Reply
#7
what do i need to do if i have to use my regular internet without proxy
Reply
#8
i figured that out i just ran  echo -e "http_proxy=no proxy/" | sudo tee -a /etc/environment
http_proxy=no proxy/
Reply
#9
(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.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)