I hereby claim:
- I am papucho on github.
- I am papucho (https://keybase.io/papucho) on keybase.
- I have a public key whose fingerprint is DA71 C73C A1EB 1EEF 6CDC 670A 115D 6853 D542 037F
To claim this, I am signing this object:
| <img src="http://lorempixel.com/400/200/sports/" alt="" class="fader"> |
I hereby claim:
To claim this, I am signing this object:
| /* C O C O N U T U I C S S */ | |
| * { | |
| margin:0; | |
| padding:0; | |
| } | |
| html, body { | |
| height: 100%; | |
| overflow: hidden; |
| <script> | |
| var parentStyleSheets = this.parent.document.styleSheets; | |
| var cssString = []; | |
| for (var i = 0, count = parentStyleSheets.length; i < count; i++) | |
| { | |
| var cssRules = parentStyleSheets[i].cssRules; | |
| if(cssRules) | |
| for (var j = 0, countJ = cssRules.length; j < countJ; j++) | |
| cssString.push(cssRules[j].cssText); | |
| } |
| upstream my_app { | |
| server unix:///tmp/my_app.sock; | |
| } | |
| server { | |
| listen *:80; | |
| server_name my_app.com; | |
| access_log /var/log/nginx/my_app-access.log; |
| el { | |
| display: ; | |
| visibility: ; | |
| float: ; | |
| clear: ; | |
| position: ; | |
| top: ; | |
| right: ; | |
| bottom: ; |
| This is gist. | |
| There are many like it, but this one is mine. | |
| It is my life. | |
| I must master it as I must master my life. | |
| Without me gist is useless. | |
| Without gist, I am useless. |
| # Romain Champourlier © softr.li | |
| # Inspired from many gist, recipes on github, tutorials... essentially: | |
| # - https://gist.github.com/548927 | |
| # - http://techbot.me/2010/08/deployment-recipes-deploying-monitoring-and-securing-your-rails-application-to-a-clean-ubuntu-10-04-install-using-nginx-and-unicorn/ | |
| # - https://github.com/ricodigo/ricodigo-capistrano-recipes | |
| # | |
| # ONGOING WORK | |
| # MIT License http://www.opensource.org/licenses/mit-license.php | |
| # | |
| # - Intended for Ubuntu 10.04.3 |
| brew install ssh-copy-id | |
| ssh-copy-id user@server | |