Monthly Archive: November 2016

Lxc Container

lxc-create -t download -n my-container The download template will show you a list of distributions, versions and architectures to choose from. A good example would be “ubuntu”, “trusty” (14.04 LTS) and “i386”. How to...

Flexbox

Hi, i have recently discover a CSS coding pattern named as flexbox , it can do floating stuff , margin stuff easily by a line or two codes. Parent div should have the css...