Y Soft: Technology Hour Prague, 25th Sep 2014
Did you upgrade bash
yet?
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
vulnerable
this is a test
yum install wildfly
http://www.reddit.com/r/pics/comments/nf8la/im_always_tempted_to_switch_two_random_cables_to/
http://www.shedworking.co.uk/2012/03/nuts-and-bolts-cable-ties.html
A project to manage containers
...and images
VM (KVM, VMware) | Container (LXC, Docker) |
---|---|
We need to run the whole OS to start the process. | We launch processes directly, without botting the OS. |
Virtual Machine (KVM, VMware) | Container (LXC, Docker) | |
---|---|---|
Hardware | Simulated | Uses it (almost) directly |
Supported OS'es | Almost any | Only Linux |
Startup time | Seconds to minutes | Miliseconds |
Scalability | A few | Sky is the limit (thousands) |
Size | HUGE | Small |
iptables
for network/sys/fs/cgroup/
for everything else/sys/fs/cgroup/
+ gnuplot
https://goldmann.pl/blog/2014/09/11/resource-management-in-docker/
nsenter
(soon docker exec
)sshd
inside of the container (boooo...)--net host
Attributions: