This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| # This isn't meant to be ran as a script, but line-by-line | |
| # Props to Binary (benary.org) for helping me with this | |
| # 0: Create a Scaleway instance and SSH into it | |
| ssh root@... | |
| # 1: Install Nix | |
| apt-get install bzip2 | |
| adduser user # set a password, doesn't matter what because it's not staying long | |
| adduser user sudo |
| #toc,.toc { position: fixed;font-size: .8em;top: 8em; left: 80em; background: #fafafa;max-height: 80%; overflow: auto; display: block; } | |
| html { font-family: Sevarek, Helvetica, sans-serif; font-size: 1.1em; } | |
| div#content { width: 35em; color: #657b83; background: #fafafa; font-size: 1.2em; } | |
| a {color: #268bd2 !important; } | |
| a:visited {color: #6c71c4 !important; } | |
| a:hover {color: #cb4b16 !important; } | |
| table.wikitable { background-color: #fafafa; color: #657b83; } | |
| table.wikitable > * > tr > th { background-color: #eee; } | |
| body, div#mw-head, #catlinks {background-color: #eee;} | |
| code,pre{background-color: #eee;color:#657b83;} |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer