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:
#!/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 |
package main | |
import ( | |
"encoding/hex" | |
"flag" | |
"fmt" | |
"log" | |
"strings" | |
"github.com/miekg/dns" |
package main | |
import ( | |
"encoding/hex" | |
"flag" | |
"fmt" | |
"log" | |
"os" | |
"strings" |
#!/bin/bash | |
# | |
# Tinc install script | |
# | |
# Original: https://gist.github.com/jpillora/9069c7421fd70a4dae92 | |
# | |
# Adapted by Xumeiquer | |
# | |
# Version: 1.0 | |
# Version: 1.1 |
# $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 |
I hereby claim:
To claim this, I am signing this object: