Skip to content

Instantly share code, notes, and snippets.

@mbbx6spp
mbbx6spp / config
Created November 22, 2017 16:19
Blocked SSH port, GitHub workaround
# Put in your ~/.ssh/config
### Problem
#
# You are on a public WiFi network that blocks SSH ports but you don't want to switch
# to pushing your Github changes to GH remotes via HTTPS nor do you want to change the
# remote hostname in all your repos.
Host github.com
Hostname ssh.github.com
@biscuitvile
biscuitvile / lasagna.md
Last active April 6, 2020 16:00
Lasagna

Insane Vegan Lasagna

So delicious and yet light. Eat multiple plate fulls and not need an immediate nap afterward. This is nutso welcome to crazytown.

Note: This is a big ole sauce recipe and two doubled cheeze recipes. You can probably cut the sauce in half and not double the cheeze recipes to make a single lasagna. However, personally I get really scared of not having an absolutley loaded lasagna busting at the seams with goodness. I use one large lasagna pan and a smaller one. Using this recipe as listed I end up filling the big lasagna pan to the max with a motherlode lasagna. Then I have enough of the ingredients for a delicious and slighly less formidable lasagna to go in the smaller pan. To each their own, and if you don't want to have a ton of lasagna or freeze leftovers or just eat lasagna for days without freezing, then do what you will ingredient-wise.

Note: 2 Also, 'fresh basil' is listed in the ingredients but the amound required are ambiguous. Just use a damned lot of it and you'll be g

@dergachev
dergachev / README.md
Created October 10, 2012 16:49
Vagrant tutorial

Vagrant Setup

This tutorial guides you through creating your first Vagrant project.

We start with a generic Ubuntu VM, and use the Chef provisioning tool to:

  • install packages for vim, git
  • create user accounts, as specified in included JSON config files
  • install specified user dotfiles (.bashrc, .vimrc, etc) from a git repository

Afterwards, we'll see how easy it is to package our newly provisioned VM

@gus
gus / index.txt
Created November 30, 2009 21:55 — forked from toothrot/index.txt
Ruby/Clojure analogs
For each Ruby module/class, we have Ruby methods on the left and the equivalent
Clojure functions and/or relevant notes are on the right.
For clojure functions, symbols indicate existing method definitions, in the
clojure namespace if none is explicitly given. clojure.contrib.*/* functions can
be obtained from http://github.com/kevinoneill/clojure-contrib/tree/master,
ruby-to-clojure.*/* functions can be obtained from the source files in this
gist.
If no method symbol is given, we use the following notation: