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
LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS
University WIFI
|
06-14-2019, 02:48 PM
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.
06-14-2019, 04:40 PM
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.
06-14-2019, 07:39 PM
===========================
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
06-14-2019, 07:47 PM
My system is upto date but i have not installed any upgrades there seems to be an error
06-15-2019, 01:56 AM
Open a Terminal, run:
Code: sudo dpkg --configure -a to fix the error.
06-23-2019, 09:24 AM
what do i need to do if i have to use my regular internet without proxy
06-23-2019, 09:30 AM
i figured that out i just ran echo -e "http_proxy=no proxy/" | sudo tee -a /etc/environment
http_proxy=no proxy/ |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)