DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Install And Run A Seperate Instance Of Opera Including Tsocks
# download and unzip opera ... % sh install.sh --prefix=/opt/opera-socks # run opera with profile prefix and tsocks: % tsocks /opt/opera-socks/bin/opera -pd socks # opera does not support sockets directly # remember that dns is not routed over socks (afaik) % cat /etc/tsocks.conf local = 10.0.0.0/255.255.255.0 server = 10.0.0.204 server_port = 1080 server_type = 5





