Created
January 21, 2010 16:47
-
-
Save qmx/282939 to your computer and use it in GitHub Desktop.
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 zlib1g-dev libexpat1-dev libcurl4-gnutls-dev tk8.5-dev libssl-dev | |
$ sudo dpkg -i git_1.6.6.1-1_amd64.deb | |
:~/install/git-1.6.6.1$ sudo cp contrib/completion/git-completion.bash /etc/bash_completion.d/git | |
$ rsync -aPz [email protected]:~/java/jetty-6.1.14/ jetty-6.1.14/ | |
$ rsync -aPz [email protected]:/var/lib/SpcJava/ libs/ | |
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
#!/bin/bash | |
# coloque esse arquivo em /etc/profile.d | |
export JAVA_HOME="/usr/local/jdk1.6.0_18" | |
export PATH=$JAVA_HOME/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment