Skip to content

Instantly share code, notes, and snippets.

View blacksails's full-sized avatar

Benjamin Nørgaard blacksails

  • blacksails ApS
  • Aarhus, Denmark
View GitHub Profile
@ahmetb
ahmetb / gcpauth.go
Created May 22, 2018 17:21
Authenticating to GKE cluster with client-go, IAM service account and a Google auth plugin written from scratch
package main
import (
"context"
"fmt"
"log"
"net/http"
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
@btroncone
btroncone / ngrxintro.md
Last active February 9, 2024 15:37
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

Comprehensive Introduction to @ngrx/store

By: @BTroncone

Also check out my lesson @ngrx/store in 10 minutes on egghead.io!

Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!

Table of Contents

@alexander-arce
alexander-arce / UFW rules for NFS
Last active September 5, 2016 09:18
Open NFS ports on Gentoo
Edit next systemd service files.
On
/usr/lib64/systemd/system/rpc-mountd.service
edit ExecStart
ExecStart=/usr/sbin/rpc.mountd -F -p 32767
On
/usr/lib64/systemd/system/rpc-statd.service
edit ExecStart