Skip to content

Instantly share code, notes, and snippets.

View twoolie's full-sized avatar

Thomas Woolford twoolie

  • Simbiant
  • Adelaide, Australia
View GitHub Profile
### Keybase proof
I hereby claim:
* I am twoolie on github.
* I am twoolie (https://keybase.io/twoolie) on keybase.
* I have a public key ASDfY_Kk51iCQql5jbSISl0exLfvEZ3EQtQUdcpwDrFukwo
To claim this, I am signing this object:
@twoolie
twoolie / SassMeister-input-HTML.html
Created June 11, 2014 02:22
Generated by SassMeister.com.
<html>
<body>
<a href class="btn btn-default">Default</a>
<a href class="btn btn-primary">Primary</a>
<a href class="btn btn-success">Success</a>
<a href class="btn btn-warning">Warning</a>
<a href class="btn btn-danger">Danger</a>
</body>
</html>

Running redis using upstart on Ubuntu

I've been trying to understand how to setup systems from the ground up on Ubuntu. I just installed redis onto the box and here's how I did it and some things to look out for.

To install: