Skip to content

Instantly share code, notes, and snippets.

View zegl's full-sized avatar
🎃
Booooo!

Gustav Westling zegl

🎃
Booooo!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am zegl on github.
  • I am zegl (https://keybase.io/zegl) on keybase.
  • I have a public key whose fingerprint is B470 AFB8 AEE9 A11D 2441 7E9B 0946 0364 44B5 250E

To claim this, I am signing this object:

echo "=oQM2kzM4MjN0kDN3QzLlNnLztmcvd3ZulmcwN3LvoDc0RHa" | rev | base64 --decode -i
http://springworks.se/474946383961

And a PUT request to that resource responds with the next step of the challenge.

@zegl
zegl / task.go
Last active January 30, 2017 16:01
A simple tutorial of how to use zegl/goriak with SetMap, GetMap, and Sets
package main
import (
"gopkg.in/zegl/goriak.v3"
"errors"
"fmt"
)
// Initialize connection to Riak
@zegl
zegl / clean-up-boot-partition-ubuntu.md
Created June 12, 2017 08:54 — forked from ipbastola/clean-up-boot-partition-ubuntu.md
Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Reference

Case I: if /boot is not 100% full and apt is working

1. Check the current kernel version

$ uname -r