Infrastructure

USE Method Checklist for Linux Performance

Linux and MacBook Goodness

Fix that trackpad

Byobu/TMUX Sharing

1
2
3
$ byobu -S /tmp/pair
$ chmod 777 /tmp/pair
$ tmux -S /tmp/pair attach

LXC Host NAT

1
2
3
-A POSTROUTING -t nat -o eth0 -j MASQUERADE
-A FORWARD -t nat -i eth0   -o lxcbr0 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -t nat -i lxcbr0 -o eth0   -j ACCEPT

LXC Templates

/usr/lib/lxc/templates

High Availability

Cloud Providers

Configuration Management

Virtual Machine Software

OS’s

Alerting

Monitoring

Authorisation and Authentication

tags: [ ]