if you are able to login to your BB Device

put this in your ~/.bashrc 

export http_proxy="http://*username*:*password*@*hostname*:*port*";
export https_proxy="https://*username*:*password*@*hostname*:*port*";
export ftp_proxy="ftp://*username*:*password*@*hostname*:*port*";
export socks_proxy="socks://*username*:*password*@*hostname*:*port*"

and put this in your /etc/apt/apt.conf

Acquire::http::proxy "http://*username*:*password*@*hostname*:*port*/";;
Acquire::https::proxy "https://*username*:*password*@*hostname*:*port*/";;
Acquire::ftp::proxy "ftp://*username*:*password*@*hostname*:*port*/";;
Acquire::socks::proxy "socks://*username*:*password*@*hostname*:*port*/";

 replace the *bold* items with their actual value
~                                                                               
                         

~                                                                               
                         

~                                                                              


On Wednesday, June 1, 2016 at 9:00:37 PM UTC+5:30, Anshul Gupta wrote:
>
> Hi,
>
> How we can set proxy on the beagleBone device to connect to the internet. 
>
> Thanks,
> Anshul 
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/f80a9d6b-f826-4d67-924f-9981033b33e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to