-
Recent Posts
Recent Comments
- systemd unit hardening followup followup | the world needs more puppet! on systemd unit hardening followup
- systemd unit hardening followup | the world needs more puppet! on systemd unit hardening
- Andreas on Dovecot: Apply sieve filter to existing emails
- Feiko Nanninga on Short Tip: Install shellcheck on an outdated CentOS
- Computerkid/Grayson Penland on Linux Short Tip: systemd-networkd and DNS servers
Archives
- February 2022
- January 2022
- August 2020
- June 2020
- January 2019
- November 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- March 2014
- February 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- July 2011
Categories
Meta
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