Skip to content

Instantly share code, notes, and snippets.

View trainmeditations's full-sized avatar
💭
Working on developing code and myself

Shaun Bouckaert trainmeditations

💭
Working on developing code and myself
View GitHub Profile
@DanielOaks
DanielOaks / tinybot.go
Last active June 18, 2017 14:24
Tiny IRC bot in Go, just to get started with the language
// written by Daniel Oaks <daniel@danieloaks.net>
// released under the CC0 Public Domain license
package main
import (
"fmt"
"os"
"strings"
@itod
itod / split_keyboards.md
Last active June 12, 2024 12:08
Every "split" mechanical keyboard currently being sold that I know of
@ageis
ageis / YubiKey-GPG-SSH-guide.md
Last active June 26, 2024 04:06
Technical guide for using YubiKey series 4 for GPG and SSH

YubiKey 4 series GPG and SSH setup guide

Written for fairly adept technical users, preferably of Debian GNU/Linux, not for absolute beginners.

You'll probably be working with a single smartcard, so you'll want only one primary key (1. Sign & Certify) and two associated subkeys (2. Encrypt, 3. Authenticate). I've published a Bash function which automates this slightly special key generation process.

The Freenode resignation FAQ, or: "what the fuck is going on?"

IMPORTANT NOTE:

It's come to my attention that some people have been spamming issue trackers with a link to this gist. While it's a good idea to inform people of the situation in principle, please do not do this. By all means spread the word in the communities that you are a part of, after verifying that they are not aware yet, but unsolicited spam is not helpful. It will just frustrate people.

Update 3 (May 24, 2021)

A number of things have happened since the last update.