Skip to content

Instantly share code, notes, and snippets.

@powellc
powellc / fabfile.py
Created February 1, 2010 00:22 — forked from heckj/fabfile.py
Forked for my own vps info.
#!/usr/bin/env python
from __future__ import with_statement # needed for python 2.5
from fabric.api import *
from fabric.contrib.console import confirm
# ================================================================
# NOTE:
# using this fabfile expects that you have the python utility
# fabric installed locally, ssh access to reamea.com, and your
# ssh public key associated with the account 'mboza@reamea.com'
@powellc
powellc / setup.sh
Created August 3, 2016 15:59 — forked from six519/setup.sh
Install node/npm/nvm Bash Script In FreeBSD 10.2
#!/usr/bin/env bash
#just want to post something!!!!!! :D
sudo pkg install node www/npm git gmake wget
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash