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 |
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
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
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
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
vim /etc/apt/apt.conf | |
Acquire::http::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
vim /etc/profile.d/proxy.sh | |
export http_proxy=http://proxy:8080 | |
export https_proxy=https://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
ssh-keygen -t rsa -C "[email protected]" | |
cat id_rsa.pub >> ~/.ssh/authorized_keys | |
puttygen.exe generate bulain.ppk |
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
#Kind of OOM | |
java.lang.OutOfMemoryError: Java heap space | |
java.lang.OutOfMemoryError: Direct buffer memory | |
java.lang.OutOfMemoryError: unable to create new native thread | |
java.lang.OutOfMemoryError: PermGen space | |
java.lang.OutOfMemoryError: Requested array size exceeds VM limit | |
java.lang.OutOfMemoryError: <reason> <stack trace> (Native method) | |
#JVM options | |
-verbosegc -XX:+HeapDumpOnOutOfMemoryError |
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
select * from all_source where text like 'ddl column'; |
NewerOlder