Skip to content

Instantly share code, notes, and snippets.

@qmx
Created January 21, 2010 16:47
Show Gist options
  • Save qmx/282939 to your computer and use it in GitHub Desktop.
Save qmx/282939 to your computer and use it in GitHub Desktop.
$ 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 acampelo@10.198.52.25:~/java/jetty-6.1.14/ jetty-6.1.14/
$ rsync -aPz root@10.198.52.7:/var/lib/SpcJava/ libs/
#!/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