Skip to content

Instantly share code, notes, and snippets.

View neokeeper's full-sized avatar

Martin Skala neokeeper

  • Czech Republic
View GitHub Profile
@neokeeper
neokeeper / keybase.md
Created August 20, 2014 22:22
Keybase.io

Keybase proof

I hereby claim:

  • I am neokeeper on github.
  • I am neokeeper (https://keybase.io/neokeeper) on keybase.
  • I have a public key whose fingerprint is 63D5 0122 AA46 CA61 6FDA 2320 9367 FBF1 F318 8B1B

To claim this, I am signing this object:

@neokeeper
neokeeper / kick.sh
Last active December 10, 2015 19:29 — forked from sosiouxme/kick.sh
#!/bin/sh
# This is a sample script for kickstarting a VM according to the openshift.ks script under virt-manager, qemu+KVM, and Linux.
# You certainly need to modify at least the CMDLINE and --location below for it to be useful (unless you work at Red Hat).
set -e
if [ $# -lt 1 ]
then
printf 'Usage: %s vm_name [arg1 [arg2 [...]]]\n' "$0"