Created
April 30, 2014 08:55
-
-
Save wiless/4cfb425e09a2ba0e3e6c to your computer and use it in GitHub Desktop.
Turn on Manual proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sed 's/ProxyType=[0-9]/ProxyType=0/' ~/.kde/share/config/kioslaverc > kioslaverc.tmp | |
mv kioslaverc.tmp ~/.kde/share/config/kioslaverc -f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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