Skip to content

Instantly share code, notes, and snippets.

View MaLaCoiD's full-sized avatar

MaL MaLaCoiD

View GitHub Profile
@kylemcdonald
kylemcdonald / parler-video.md
Last active July 10, 2022 04:22
How to view a video on Parler.

How to view a video on Parler

Let's say you have a video ID, like wfy02V209EwU taken from this map

The link for the video kiBnNejo0JW0 is at https://video.parler.com/ki/Bn/kiBnNejo0JW0. Notice that the link is: https://video.parler.com/ followed by the first two characters of the video ID, then /, then the next two characters, another /, and the video ID.

But if you click on this, you will get an error.

This is because the Parler video servers are still running (as of January 12) but the Domain Name System (DNS) is not running.

@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 / 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.