Skip to content

Instantly share code, notes, and snippets.

View tostiheld's full-sized avatar

thomas tostiheld

View GitHub Profile
@tostiheld
tostiheld / tcptest
Last active December 16, 2015 19:35
tcp client/server code
simple tcp client/server testing code
@tostiheld
tostiheld / lxc-setup.sh
Created October 27, 2015 17:46
lxc-setup-debian-8.2
#!/bin/bash
# additions to flockport install script to make lxc run more smoothly
# on debian jessie 8.2
# tostiheld 2015
LXC_USER=lxcuser
LXC_PATH=/home/$LXC_USER/.config/lxc
LXC_CONF=$LXC_PATH/default.conf