Skip to content

Instantly share code, notes, and snippets.

@mschenk42
mschenk42 / main.go
Created October 23, 2018 20:36 — forked from zubietaroberto/main.go
Golang UDP Socket Server
/*
This script creates a simple UDP Server that exports all data received
through the 8080 socket into the console.
Made By: Roberto E. Zubieta
Panama City, Panamá
G+: https://plus.google.com/u/0/105524772414753584405/
*/
package main
@mschenk42
mschenk42 / chef kitchen ssh fix
Last active September 2, 2016 19:57
Kitchen Create .... Warning: Authentication failure. Retrying...
# https://github.com/mitchellh/vagrant/issues/5186#issuecomment-236194756
vagrant ssh --debug -c "chmod 0600 ~/.ssh/authorized_keys"
password should be `vagrant`