Skip to content

Instantly share code, notes, and snippets.

View CommanderTso's full-sized avatar

Scott Macmillan CommanderTso

View GitHub Profile
@IanColdwater
IanColdwater / twittermute.txt
Last active March 18, 2025 17:59
Here are some terms to mute on Twitter to clean your timeline up a bit.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords
ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
suggest_activity_feed
suggest_activity_highlights
suggest_activity_tweet
@acobaugh
acobaugh / gist:5aecffbaaa593d80022b3534e5363a2d
Created August 11, 2017 02:32
MIT Kerberos Logstash filter
# Kerberos krb5kdc/kadmind/kpropd
if [program] == "kadmind" {
grok {
match => { "syslog_msg" => "^Request: %{DATA:kadmind_request}, client=%{DATA:kadmind_client}, service=%{DATA:kadmind_service}, addr=%{IP:kadmind_addr}$" }
match => { "syslog_msg" => "^%{DATA:kadmind_other}$" }
add_tag => [ "kadmind" ]
}
}
if [program] == "krb5kdc" {
grok {

How to bake decent bagels

I basically follow this recipe with a few exceptions.

homestyle bagels

Instead of malt syrup, I substitute molasses.

For a standard batch of 8-10 decent sized plain bagels, here's the ingredient list:

@andreyvit
andreyvit / tmux.md
Created June 13, 2012 03:41
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a