Category Archives: 30in30

OSDC 2016 Talk Recommendations

OSDC – The Open Source Datacenter Conference – just happend a few days back. Here is a short list of videos that I can recommend: A Job and an Adventure – Dawn Foster I met Dawn once at Puppetcamp Düsseldorf, … Continue reading

Posted in 30in30, General, Internet found pieces | Leave a comment

Let’s Encrypt automation – The awesome way

Free SSL for the mass \o/ Cryptography is important. I like to encrypt as much traffic and data as possible, not only the important stuff. Let’s Encrypt is a new project sponsored by multiple big companies and the Linux Foundation … Continue reading

Posted in 30in30, General, Internet found pieces, IT-Security, Linux | 1 Comment

Short Tip: Fiddling around with login shells

I’m currently playing around with LARS, this script collection creates a arch ISO with some post-install magic, for example setting a login shell for root. The used code is: I could boot up the image and ssh into it with … Continue reading

Posted in 30in30, General, Linux, Short Tips | Leave a comment

VirtAPI-Stack Review Part 1 – What happend in the last six months?

I announced the VirtAPI-Stack during the last “30 Posts in 30 Days” Challenge. Let us do a recap, what did we achive in the past 6 months? VirtAPI-Stack description: Let us start with a short description, what was that VirtAPI … Continue reading

Posted in 30in30, General, Linux | Leave a comment

Creating a reliable Arch Linux Package Build Environment

The Arch Linux developers created some fancy scripts to setup a build environment. It consists of a btrfs subvolume with a minimal Arch Linux installation (only packages from base-devel). A snapshot will be created for each build, the builds will … Continue reading

Posted in 30in30, General, Internet found pieces, Linux, Nerd Stuff, Virtualization | Leave a comment

#vDM30in30 – Summer Edition

Hello everybody! Yes, this Blog is still alive. I was very busy in the past months, but this will change in May. Rob Nelson and I talked about our #vDM30in30 challange las November, and we will do a summer edition … Continue reading

Posted in 30in30, General | Leave a comment

#vDM30in30 review and thoughts

Wuhu I made it \o/ this is the 32. post that I create in this November (if I finish it in the next 8 minutes…). I started the 30 posts in 30 posts action on the 2. of November because … Continue reading

Posted in 30in30, General, Nerd Stuff | Leave a comment

Baking awesome Cookies (like a software engineer)!

Christmas time is cookie time in germany, here is a recipe, for uhm, many: Ingredients: 500gr flour 250gr normal butter (no light version or something if extra salt) 250gr suggar 16 gr vanilla sugar 4 middle sized eggs [because of … Continue reading

Posted in 30in30, General, Internet found pieces, Recipes | Leave a comment

Fiddling with MySQL

Let us have a look at a simple procedure in MySQL 5.6: Easy one. A note about variables. id1 is a local/user defined variable, the scope is limited to the BEGIN/END block, @id2 is a global variable, accessible from everywhere. … Continue reading

Posted in 30in30, General, Internet found pieces, Linux | Leave a comment

Why the internet sucks part 2

[Here is part 1] The Internet is split up into three different provider types. The first type are the access provider. They provide you with DSL access via old copper based phone lines or with access to their shared TV-cable. … Continue reading

Posted in 30in30, General, IT-Security | 1 Comment