Additional login details for browsing - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Network (/forum-25.html) +--- Thread: Additional login details for browsing (/thread-1106.html) |
Additional login details for browsing - pramod9964 - 12th Jul, 2013 08:16 PM i have a case where i have to login to a specific site and fill up my credentials only then internet will be connected how can i do this in xbian? Re: Additional login details for browsing - rikardo1979 - 12th Jul, 2013 08:39 PM im afraid you cant do this as you dont have a web browser cos no X environment RE: Additional login details for browsing - nsviper - 12th Jul, 2013 08:51 PM if you mean at the command line when doing apt-get's etc ( as I found out this week) you can do the following: http_proxy='http://<username>:<password>@<proxyaddress>:<proxyport>/' apt-get update http_proxy='http://<username>:<password>@<proxyaddress>:<proxyport>/' apt-get upgrade RE: Additional login details for browsing - pramod9964 - 12th Jul, 2013 09:51 PM Thanks a lot nsviper will look and let you all know about it |