This file contains hidden or 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
vim /etc/subversion/servers | |
http-proxy-host=proxy | |
http-proxy-port=8080 |
This file contains hidden or 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
sudo apt-get install ia32-libs | |
sudo apt-get install nspluginwrapper |
This file contains hidden or 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
npm config set proxy http://proxy:8080 | |
npm config set https-proxy http://proxy:8080 |
This file contains hidden or 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
P4PORT=<port> | |
P4USER=<user> | |
P4PASSWD=<password> | |
P4CLIENT=<client> | |
P4IGNORE=<ignore> | |
P4DIFF=<diff> | |
P4EDITOR=<editor> | |
P4MERGE=<merge> | |
more client.txt | p4 client -i |
This file contains hidden or 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
git config --global --get http.proxy | |
git config --global http.proxy http://proxy:port |
OlderNewer