Skip to content

Instantly share code, notes, and snippets.

View plitc's full-sized avatar

Daniel Plominski plitc

View GitHub Profile
@plitc
plitc / gist:29395db86c7d06a952024cffbdee057f
Created May 8, 2019 15:03 — forked from chrisdone/gist:02e165a0004be33734ac2334f215380e
Build and run minimal Linux / Busybox systems in Qemu

Common

export OPT=/opt
export BUILDS=/some/where/mini_linux
mkdir -p $BUILDS

Linux kernel

@plitc
plitc / keybase.md
Created November 7, 2017 21:08
keybase.md

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@plitc
plitc / lxc-to-go
Created October 29, 2015 15:00
plitc/lxc-to-go
#!/bin/sh
### LICENSE - (BSD 2-Clause) // ###
#
# Copyright (c) 2015, Daniel Plominski (Plominski IT Consulting)
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
#