Skip to content

Instantly share code, notes, and snippets.

@neuschaefer
neuschaefer / uclist
Created October 6, 2019 19:42
Unicode codepoint lister
#!/usr/bin/python3
import sys
DATAFILE='/usr/share/unicode/UnicodeData.txt'
class Entry:
def __init__(self, line):
fields = line.split(';')
self.codepoint = int(fields[0], 16)
self.name = fields[1]
@fvollmer
fvollmer / gist:897654cd6e3eb0c94c5d3cb62519f570
Created July 19, 2019 19:00
Failed boot of openwrt for the GS108Tv2
CFE-NTSW-B5.1.0.2 for GS1XXT (32bit,SP,BE,MIPS)
Build Date: Wed Aug 11 18:05:01 IST 2010 (yrdreddy@lc-hyd-001)
Copyright (C) 2000,2001,2002,2003,2004,2005 Broadcom Corporation.
Initializing Arena.
Initializing Devices.
Board : GS108T
CPU type 0x29050: 200MHz
Total memory: 0x4000000 bytes (64MB)
@feuerrot
feuerrot / vsftpd.conf
Created December 29, 2018 15:01
vsftpd configuration
listen_ipv6=YES
listen=NO
anonymous_enable=YES
write_enable=YES
local_umask=022
anon_umask=0022
anon_upload_enable=YES
anon_mkdir_write_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
@mcastelino
mcastelino / Simple vsock setup for QEMU.md
Last active June 9, 2024 05:05
using qemu with vsock

Simple vsock setup for QEMU

Configuration

Host Kernel: rawhide 4.13.0-0.rc6.git4.2.fc28.x86_64 (on Fedora 24)

QEMU is mainline built from sources: QEMU emulator version 2.10.50 (v2.10.0-105-g223cd0e)

Guest: clear-17460-kvm.img (which has vsock support)

@spjmurray
spjmurray / ceph.json
Created August 21, 2017 09:15
Ceph Dashboard 21/08/17
{
"annotations": {
"list": []
},
"editable": true,
"gnetId": null,
"graphTooltip": 1,
"hideControls": false,
"id": 10,
"links": [],