Category Archives: Uncategorized

ecryptfs-backed containers

During this cycle, the lxc package gained the ability to call ‘hooks’ at various points of a container’s life cycle. Just today, a new hook point was added to the quantal package, which supports a simple use of ecryptfs backed … Continue reading

Posted in Uncategorized | Tagged , , | 3 Comments

Playing with seccomp

Seccomp is a linux kernel feature by Andrea Arcangeli which limits the system calls which a task can use, by allowing a task to say “from now on, msyelf and my new children should not be able to do anything … Continue reading

Posted in Uncategorized | 2 Comments

Crypto tutorial

One of the first real web pages I put up was a small set of tutorials on how basic crypto algorithms work. This was back in the days (mid 90s) when people actually tended to sit down and roll their … Continue reading

Posted in Uncategorized | Leave a comment

Connecting containers on several hosts with Open vSwitch

Lxc is great for starting up several containers on your laptop or on an ec2 host. But what if you want to fire up containers on multiple ec2 instances, and have them talk to each other? An easy way to … Continue reading

Posted in Uncategorized | Tagged , | 9 Comments

User namespaces – available to play!

Over the past few months, Eric Biederman has been working on completing the user namespace. Briefly, unprivileged users can create a user namespace, where he can pretend to be root and start new namespaces (i.e. network and pid) which he … Continue reading

Posted in Uncategorized | Tagged , | 3 Comments

LXC in precise and beyond

I haven’t blogged about lxc for some time. Recently Stéphane showed ( http://www.stgraber.org/2012/03/04/booting-an-ubuntu-12-04-virtual-machine-in-an-lxc-container/) what much of the lxc related work we did this cycle accomplished: making it possible to boot a stock ubuntu image in a container, and streamlining the … Continue reading

Posted in Uncategorized | Tagged , | 1 Comment

First round of kvm performance tests

Here are the raw results from my first set of kvm performance runs. These were all using disk images on an ext4 filesystem on the host, and using the scripts I showed in the previous post. To reiterate: for each … Continue reading

Posted in Uncategorized | Tagged , | 2 Comments

Kvm performance runs under way

I’ve finally gotten the kvm performance tests rolling. I’m hoping to have the first set of results some time next week. I installed a new precise server image on a laptop with 100M for rootfs (ext4), and a 100M partition … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

The linux command line (book)

“The linux command line”, published by the No Starch Press, sells itself to people who are new to linux, and have been enjoying its gui goodness, but who now want to experience some of the famed power of the command … Continue reading

Posted in Uncategorized | Tagged , | 5 Comments

gtd next-actions

For years now, I’ve kept the following directory structure to support my gtd workflow: gtd/ done.otl next_actions.otl someday_maybe.otl waiting_on.otl Projects/ Reference/ tickler/ I’ve discussed the tickler folder before. But while I like having the next_actions.otl file, I feel it’s stopping … Continue reading

Posted in Uncategorized | Tagged | Leave a comment