giovedì 31 gennaio 2008

Work - 31 Gennaio

1. Tested socks proxy
2. C++ code to stream a std::map
3. Operator << to fill a map from a list of files and sum all values with the same key
(Useful to write partial sums of E_t in each ecal xtal and then collect)

4. Run test beam analysis jobs w/ optimized GR from Jarry . Output on pccmsto02:/data/argiro
(jobs still running)

lunedì 28 gennaio 2008

Access to internal web pages using socks

...using the ssh socks proxy feature

On your local machine type

ssh -ND 8080 yourname@your.computer.atwork

and your password. Leave the shell open (it will
be unresponsive)


Configure your browser with "Manual proxy configuration";

As a "socks proxy" use "localhost:8080"
Use the socks v4 option