If I created a Linux distribution

I’d keep it simple. The 1st thing that I would change is the directory structure. I’d have 1 directory called system all OS stuff goes there then I’d have a users dir in the users dir I’d have – programs dir – data dir – home dir the programs dir would contain programs/applications the home […]

Samba, anonymous access, which system user?

I searched around and found nothing so here it is: TL;DR: the user and group is “nobody” my smb.conf

run

Flatrate ist kein Volumentarif

Liebe oder eher nicht so liebe Mobilfunkanbieter, Wenn da 16Mbit/s FLATRATE steht und darunter 1GB Transfervolumen, dann ist das keine Flatrate sondern ein Volumentarif. Wie klagt da eigentlich keiner? Sonst klagen doch auch alle wegen allem und ihrer Mutter

Using mgo and writing handlers in Go with net/http

This is a short example of how to write handlers in Go and use the MongoDB mgo driver. Assume you want to write handlers that are in a package and mount this handler under a certain prefix, for instance a HelloHandler mounted on /hello/. So you have a main package and a handler package, called […]