Building a RESTful API

API (Application Programming Interface) is a set of functions that allows the creation of applications that access the features or data of a service. A RESTful API uses HTTP requests to GET, PUT, POST and DELETE data.

LXC 3 – the missing utilities

I have been using LXC for a while and there are a few commands i would like to have in my toolbox. In this article i will provide you with a few scripts for managing your LXC containers.

Categorized as LXC3

lxc-top not found

Thats right, i saw the new lxc-top command that is available in 3.0 and i was kind of impressed. Since i’m running version 2 and wanted something similar, i decided to go with a simple bash script, the data is collected via proc and the values are converted with some help from BC (arbitrary precision… Continue reading lxc-top not found