I hereby claim:
- I am xumeiquer on github.
- I am xumeiquer (https://keybase.io/xumeiquer) on keybase.
- I have a public key ASCRia85gI0-E2I24aTUqv_NoH7Nd7HB_pP9QCwF3IBWQwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # $UBIFS is ubifs image file | |
| # make sure $IMAGE is a ubifs image file | |
| blkid $(IMAGE) | |
| $(IMAGE): ... TYPE="ubifs" | |
| # size of created mtd is 256.0 MiB | |
| modprobe nandsim first_id_byte=0x2c second_id_byte=0xda third_id_byte=0x90 fourth_id_byte=0x95 | |
| flash_erase /dev/mtd0 0 0 | |
| ubiformat /dev/mtd0 -s 2048 -O 2048 | |
| modprobe ubi |
| #!/bin/bash | |
| # | |
| # Tinc install script | |
| # | |
| # Original: https://gist.github.com/jpillora/9069c7421fd70a4dae92 | |
| # | |
| # Adapted by Xumeiquer | |
| # | |
| # Version: 1.0 | |
| # Version: 1.1 |
| package main | |
| import ( | |
| "encoding/hex" | |
| "flag" | |
| "fmt" | |
| "log" | |
| "os" | |
| "strings" |
| package main | |
| import ( | |
| "encoding/hex" | |
| "flag" | |
| "fmt" | |
| "log" | |
| "strings" | |
| "github.com/miekg/dns" |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import os | |
| import sys | |
| import uuid | |
| from collections import deque | |
| # Motify this as the number of rules per file |