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
+ 1418205167.N /scripts/cli : __rvm_parse_args() 726 > [[ -z '' ]] | |
+ 1418205167.N /scripts/cli : __rvm_parse_args() 726 > [[ -n '' ]] | |
+ 1418205167.N /scripts/cli : __rvm_parse_args() 729 > [[ error == '' ]] | |
+ 1418205167.N /scripts/cli : __rvm_parse_args() 729 > [[ 0 -eq 1 ]] | |
+ 1418205167.N /scripts/cli : __rvm_parse_args() 729 > [[ -n '' ]] | |
+ 1418205167.N /scripts/cli : __rvm_parse_args() 15 > [[ -n osx-ssl-certs ]] | |
+ 1418205167.N /scripts/cli : __rvm_parse_args() 17 > rvm_token=osx-ssl-certs | |
+ 1418205167.N /scripts/cli : __rvm_parse_args() 19 > (( 1 > 0 )) | |
+ 1418205167.N /scripts/cli : __rvm_parse_args() 21 > next_token=update | |
+ 1418205167.N /scripts/cli : __rvm_parse_args() 22 > shift |
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
+ 1418331316.N /scripts/cli : __rvm_parse_args() 726 > [[ -z '' ]] | |
+ 1418331316.N /scripts/cli : __rvm_parse_args() 726 > [[ -n '' ]] | |
+ 1418331316.N /scripts/cli : __rvm_parse_args() 729 > [[ error == '' ]] | |
+ 1418331316.N /scripts/cli : __rvm_parse_args() 729 > [[ 0 -eq 1 ]] | |
+ 1418331316.N /scripts/cli : __rvm_parse_args() 729 > [[ -n '' ]] | |
+ 1418331316.N /scripts/cli : __rvm_parse_args() 15 > [[ -n osx-ssl-certs ]] | |
+ 1418331316.N /scripts/cli : __rvm_parse_args() 17 > rvm_token=osx-ssl-certs | |
+ 1418331316.N /scripts/cli : __rvm_parse_args() 19 > (( 1 > 0 )) | |
+ 1418331316.N /scripts/cli : __rvm_parse_args() 21 > next_token=update | |
+ 1418331316.N /scripts/cli : __rvm_parse_args() 22 > shift |
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
# ls /mnt | |
data-store lost+found | |
# ls /mnt/data-store/ | |
lost+found |
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
export EC2_PRIVATE_KEY=~/.ec2/pk-.pem | |
export EC2_CERT=~/.ec2/cert-.pem | |
export EC2_HOME=~/AWS/ec2-api-tools-1.3-24159 | |
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home | |
export PATH=$PATH:$EC2_HOME/bin |
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
$ ec2-create-volume –snapshot snap-cb7493a2 -z us-east-1a | |
VOLUME vol-9f00e5f6 1 snap-cb7493a2 us-east-1a creating 2008-09-26T11:52:37+0000 |
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
Host dh-user1 | |
User user1 | |
HostName boba.dreamhost.com | |
IdentityFile ~/.ssh/dh-user1 | |
Host dh-user2 | |
User user2 | |
HostName boba.dreamhost.com | |
IdentityFile ~/.ssh/dh-user2 |
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
$ backportpackage -s precise -d oneiric -u amplidata-2.5 -r ocaml |
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
virtualbox@host:~$ VBoxManage storageattach machine1 –storagectl “SATA Controller” –port 0 –type hdd –medium /home/virtualbox/virtualmachines/machine1/machine1-sda.vmdk |
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
# These files are text and should be normalized (convert crlf => lf) | |
*.cmd text | |
*.config text | |
*.Config text | |
*.cs text diff=csharp | |
*.csproj text | |
*.datasource text | |
*.disco text | |
*.edmx text | |
*.map text |
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
*.cs filter=tabspace4 | |
*.xml filter=tabspace2 |