Advertisement
Guest User

Untitled

a guest
Sep 1st, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #/bin/bash
  2.  
  3. ROOT=/opt/ltsp/i386
  4.  
  5. gconftool-2 --direct --config-source xml:readwrite:"$ROOT/etc/gconf/gconf.xml.mandatory" --type string --set '/system/proxy/mode' 'auto'
  6. gconftool-2 --direct --config-source xml:readwrite:"$ROOT/etc/gconf/gconf.xml.mandatory" --type bool --set '/system/http_proxy/use_http_proxy' true
  7. gconftool-2 --direct --config-source xml:readwrite:"$ROOT/etc/gconf/gconf.xml.mandatory" --type string --set '/system/proxy/autoconfig_url' 'http://inside.insuranceagents.com/wpad.pac'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement