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
| config.vm.provision :shell, :inline => "gem install chef --no-rdoc --no-ri --conservative" |
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
| Resources marked with > are used, have been used, or are actively advocated in the threads. This applies for everything in the [Necessities] section. | |
| [Necessities] | |
| Hiragana & Katakana: http://www.realkana.com/ | |
| Kanji: http://kanjidamage.com/ | |
| Japanese IME: http://www.google.com/intl/ja/ime/ | |
| Anki Flashcards: http://ankisrs.net/ | |
| Genki (↓Bottom↓) | |
| Tae Kim Japanese: http://www.guidetojapanese.org/learn/grammar |
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
| test |
This file has been truncated, but you can view the full file.
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
| A | |
| a | |
| aa | |
| aal | |
| aalii | |
| aam | |
| Aani | |
| aardvark | |
| aardwolf | |
| Aaron |
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
| -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address={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
| ssh-keygen -t rsa -C "email" | |
| openssl pkcs8 -topk8 -v2 des3 -in ~/.ssh/id_digitalocean -out ~/.ssh/id_digitalocean | |
| # to check if generated correctly | |
| cat .ssh/id_digitalocean.pub | |
| scp ~/.ssh/id_digitalocean.pub <user>@<yourhost>:.ssh/authorized_keys |
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 targetHost | |
| HostName 8.8.8.8 | |
| Port 22 | |
| User username | |
| ProxyCommand ssh username@bridgehost -W %h:%p |
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 pg_terminate_backend(pid int) |
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
| final SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH':'mm':'ss'.'SSSS'Z'"); | |
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
| postgres=# \dx | |
| List of installed extensions | |
| Name | Version | Schema | Description | |
| ---------+---------+------------+------------------------------ | |
| plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language | |
| (1 row) | |
| postgres=# \dx+ | |
| Objects in extension "plpgsql" | |
| Object Description |