I work in a large organization where some people have extremely restricted internet access and some are given a fairly large amount of freedom. The way my organization manages this is by running a proxy server with minimized restrictions and giving access to the people who need it.
However, I am not sure if I understand this way of setting up a prozy. I am explaining the technique below:
There is a machine to which I ssh -D 9999 username@proxymachine.XYZdomain.com
It prompts me for a password and then I log into it and I leave that terminal running ...
then I move to firefox and do the following settings:
And then I am able to use the proxy.
My question is this: How can I use this same proxy to run wget and yum. Both yum and wget have their conf files, but they have options for http_proxy. This peculiar way of using a proxy that we have; can it be "adapted" to wget ? to yum ? if yes, can you please tell em the way to do it ?