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 = RDS > Endpoint |
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
| Query > name | |
| default collation = utf8_general_ci |
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 ec2 | |
| user ec2-user | |
| key > edit > settings > sftp |
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
| command shell | |
| ctrl-A (^A) cursor begin of the line | |
| crrl-E (^E) cursor end of the line | |
| li press tab... lists:... tab again... suggest function | |
| help () | |
| q() -- quit - shorthand for init:stop() | |
| ctrl-G (^G) then type h to get help | |
| type k N, N is a job number... terminate that shell and all code running | |
| type i N, stop code withou killing shell |
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
| Right click on server > Debug | |
| Toogle breakpoint | |
| Execute |
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
| Terminal | |
| Pasta arquivo PEM > Amazon AWS | |
| # Caminho = EC2 > Right click > Standalone SSH Cliente | |
| ssh -i nomedachave.pem user@endereçodamáquinaamazon | |
| cd / |
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
| EBS > Restart | |
| EC2 > Load Balander > Remove > + > Add |
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
| AMI > EC2 | |
| Create Image > File Name | |
| Then go to | |
| EBS > Edit Configuration | |
| Custom AMI ID = AMI ID (EC2) |
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 build-essential libncurses5-dev openssl libssl-dev | |
| wget http://erlang.org/download/otp_src_R15B01.tar.gz | |
| tar zxvf otp_src_R15B01.tar.gz | |
| cd otp_src_R15B01 | |
| ./configure && make && sudo make install | |
| http://docs.basho.com/riak/latest/tutorials/installation/Installing-Erlang/#Installing-on-GNU-Linux | |
| https://sites.google.com/site/comptekkia/erlang/how-to-install-erlang-on-ubuntu-10-10 |
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
| http://grosser.it/2012/04/28/a-fresh-start-with-ubuntu-precise-pangolin-12-04/ | |
| Git sudo apt-get install git | |
| Dropbox install + start syncing | |
| dotfiles | |
| cd ~ && git clone git://github.com/grosser/dotfiles.git | |
| ruby dotfiles/install.rb | |
| Rubymine to /opt/rubymine | |
| Command key | |
| If you like OSx like shortcuts e.g. Cmd+T, choose "meta is mapped to left win" in advanced keyboard layout options and you can use your windows key for them. |
OlderNewer