Skip to content

Instantly share code, notes, and snippets.

View jonasrosland's full-sized avatar

Jonas Rosland jonasrosland

View GitHub Profile
@jonasrosland
jonasrosland / README.md
Last active August 3, 2020 14:17
sg_raw tests
@jonasrosland
jonasrosland / README.md
Last active July 20, 2019 01:53
RetroFreak unencrypted dumps

What?

The RetroFreak is a great little emulation machine that uses physical carts, similar to the Retron5.

Under standard conditions, it is possible to let the RetroFreak copy the cart contents to an SD card, but they're always encrypted.

However, by using custom firmware and a few configurations to two files, you can get unencrypted dumps of your carts onto your SD card.

@jonasrosland
jonasrosland / check-broken-k8s-links.md
Created September 20, 2018 15:24
Check broken links in Kubernetes Community repo
@jonasrosland
jonasrosland / README-Template.md
Last active June 22, 2020 21:08 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

Project statement (why it's important, how it works and what it does)

Features

List of features in bullet points

Getting Started

@jonasrosland
jonasrosland / README.md
Last active January 23, 2018 01:43
Getting started with Movidius on RPi3
@jonasrosland
jonasrosland / Dockerfile
Created December 2, 2016 02:55
REX-Ray on Alpine
FROM smebberson/alpine-base
RUN apk add curl
#RUN curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s -- stable 0.3.3
RUN curl -o rexray-Linux-x86_64-0.6.1.tar.gz -sSL https://emccode.bintray.com/rexray/stable/0.6.1/rexray-Linux-x86_64-0.6.1.tar.gz
RUN tar zxvf rexray*.gz
RUN apk add --update -t deps wget ca-certificates openssl
RUN apk add --update -t openssl
WORKDIR /tmp
RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.23-r3/glibc-2.23-r3.apk https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.23-r3/glibc-bin-2.23-r3.apk
RUN apk add --allow-untrusted glibc-bin-2.23-r3.apk glibc-2.23-r3.apk
@jonasrosland
jonasrosland / rexray-aws.sh
Last active December 6, 2016 20:54
REX-Ray installation on AWS
curl -sSL https://get.docker.com/ | sh
curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s -- stable
sudo tee -a /etc/rexray/config.yml << EOF
rexray:
storageDrivers:
- ec2
aws:
accessKey: $AWS_ACCESS_KEY
secretKey: $AWS_SECRET_KEY
EOF
@jonasrosland
jonasrosland / remove-ckan.sh
Created September 24, 2016 01:47
Remove all CKAN mods with a single line
# This will remove all your installed Kerbal Space Program mods, use with caution!
for each in $(ckan list | grep "-" | awk '{print $2}') do; yes | ckan remove $each

Keybase proof

I hereby claim:

  • I am jonasrosland on github.
  • I am jonasrosland (https://keybase.io/jonasrosland) on keybase.
  • I have a public key whose fingerprint is 1CBB 1DA3 A219 A86E B322 45CF 105A 90BB 3887 0BD2

To claim this, I am signing this object:

@jonasrosland
jonasrosland / public_networks.json
Last active April 22, 2016 20:45
cf security-group public_networks
[
{
"destination": "0.0.0.0-9.255.255.255",
"protocol": "all"
},
{
"destination": "11.0.0.0-169.253.255.255",
"protocol": "all"
},
{