This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simple tcp client/server testing code | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |