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
| @font-face { | |
| font-family: 'Source Code Pro Powerline FontAwesome'; | |
| font-style: normal; | |
| font-weight: normal; | |
| src: local('Source Code Pro Powerline FontAwesome'), url('https://raw.githubusercontent.com/gabrielelana/awesome-terminal-fonts/patching-strategy/patched/SourceCodePro%2BPowerline%2BAwesome%2BRegular.ttf') format('truetype'); | |
| } | |
| body { | |
| font-family: 'Source Code Pro Powerline FontAwesome' !important; | |
| } |
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
| # add your public ssh keys to data/ssh | |
| mkdir -p data/{apps,config,ssh,storage} | |
| # build the image and tag it | |
| docker build -t dokku/dokku:dokku-test . | |
| # run the image | |
| docker run \ | |
| -e "TRACE=1" \ | |
| -p "2222:22" \ |
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
| javascript:(function(){ | |
| var enc=encodeURIComponent, | |
| w=window, | |
| frames=w.frames, | |
| d=document, | |
| tn=w.getSelection?w.getSelection():(d.getSelection)?d.getSelection():(d.selection?d.selection.createRange().text:0), | |
| pu=w.location.href, | |
| isGMail=w.location.host.match(/mail\.google\.com/), | |
| tt=pt=d.title, | |
| subjSpans=d.getElementsByClassName("hP"),i,url; |