Skip to content

Instantly share code, notes, and snippets.

@wiless
Created April 30, 2014 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wiless/4cfb425e09a2ba0e3e6c to your computer and use it in GitHub Desktop.
Save wiless/4cfb425e09a2ba0e3e6c to your computer and use it in GitHub Desktop.
Turn on Manual proxy
#!/bin/sh
sed 's/ProxyType=[0-9]/ProxyType=0/' ~/.kde/share/config/kioslaverc > kioslaverc.tmp
mv kioslaverc.tmp ~/.kde/share/config/kioslaverc -f
#!/bin/sh
sed 's/ProxyType=[0-9]/ProxyType=1/' ~/.kde/share/config/kioslaverc > kioslaverc.tmp
mv kioslaverc.tmp ~/.kde/share/config/kioslaverc -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment