Skip to content

Instantly share code, notes, and snippets.

View MaLaCoiD's full-sized avatar

MaL MaLaCoiD

View GitHub Profile
@MaLaCoiD
MaLaCoiD / gist:1822027
Created February 14, 2012 00:53
CJDNS Web Interface

Verify the server socket in cjdroute is open:

 $ netstat -l |grep 11234
 tcp        0      0 localhost:11234         *:*                     LISTEN

Start the server:

 /cjdns$ build/admin/http/HttpServer 127.0.0.1:11234 `pwd`/admin/http/

Verify it bound to a port:

$ netstat -l |grep 51902

@MaLaCoiD
MaLaCoiD / cjdns-tonidoplug2.md
Created February 2, 2012 06:04
Compiling a new kernel and CJDNS on TonidoPlug2

CJDNS on TonidoPlug2

This is a guide on how to get CJDNS working on your energy-saving TonidoPlug2

Build the new kernel

This is a step by step procedure to build the kernel that comes with your TonidoPlug2. All responsibility is yours. The software built here is to replace the kernel and modules on an existing operational sata or usb disk. Don't do this on the internal flash!

The cross compiler used in this procedure is only functional on a Linux desktop. This was done with a Debian OS. It is my current choice. Linux is linux, the procedure should be the same except for installing dependencies.

@MaLaCoiD
MaLaCoiD / CJDNSonAWS.md
Created February 1, 2012 21:43
CJDNS on Amazon Web Services

CJDNS on Amazon Web Services

Make an account

Sign up for free AWS account: http://aws.amazon.com/free/

Once account is made and a phone call verifies your identity, a $1 test-charge will go to your credit card.

It is just a verification. The charges won't actually remain and will time off your account in a few days (the time varies depending on the card issuer). Amazon puts it through in a way that puts a "hold" on that amount, but it never gets processed as a payment and the hold eventually expires.