-
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
Monthly Archives: May 2016
Tuning glusterfs for dummies
I’m playing with gluster since a few weeks, here is a short tutorial for optimizations I did for a setup with many small files (1-5mb): First we checkout the startup time. Gluster by default offers NFS shares, but I don’t … Continue reading
Posted in 30in30, General, Internet found pieces
Leave a comment
Linux Short Tip: systemd-networkd and DNS servers
You maybe have noticed that you can configure DNS servers in your systemd-networkd settings, but these addresses don’t appear in /etc/resolv.conf. You need to enable/start systemd-resolved, this daemon checks global DNS settings in /etc/systemd/resolved.conf, DNS settings for each link from … Continue reading
Posted in 30in30, General, Linux, Short Tips
2 Comments
Short Tip: Replacing a failed drive in mdadm softwareraid
Sometimes you check your fileserver and your raid looks like this: # cat /proc/mdstat Personalities : [raid1] [raid6] [raid5] [raid4] md125 : active (auto-read-only) raid6 sdl[1] sdh[7] sdf[5] sdk[2] sdg[6] sdm[8] sdi[0] sdn[10] sde[4] 23441080320 blocks super 1.2 level 6, … Continue reading
Posted in 30in30, General, Linux, Short Tips
Leave a comment
Doing IPv6 with systemd-networkd – the correct way
Understanding the docs: I blogged about IPv6 with systemd-networkd in Arch Linux step by step installation guide and provided a hacky workaround to get a working IPv6 address configured. I read through the docs again and hand a longer discussion … Continue reading
Posted in 30in30, General, Internet found pieces, Linux
1 Comment
Linux Short Tip: Correct IPv6 with ferm firewalling
I mentioned ferm in my last post about gluster (an iptables/ip6tables abstraction layer in perl with a nice firewall config). The default rule-set looks like this: Most people attend to C&P that blog and wrap it in domain ip6 {} … Continue reading
Posted in 30in30, General, Linux, Short Tips
Leave a comment
Short Tip: Setup glusterfs share on Arch Linux
I made a detailed tutorial for a Arch Linux installation a few days back. This is a quick follow up post to create a Distributed-Replicated gluster share. The goal is to create a mirror for several linux distributions. A mirror … Continue reading
Posted in 30in30, General, Linux, Short Tips
1 Comment
Fixing and improving rspec tests
Today I stumbled across our puppet module for gluster. My goal for the next days: modulesync with voxpupuli default settings Fix rspec tests to work with our new test matrix (newer puppet versions and STRICT_VARIABLES=yes) Make a new release for … Continue reading
Posted in 30in30, General, Linux, Puppet
Leave a comment
One month in open source projects
I undertook a little experiment last April – to contribute to open source projects for 30 days (similar to #blogmonth). The idea was to contribute in a way that it helps the project itself without any personal gain. For example: … Continue reading
Posted in 30in30, General, Nerd Stuff
Leave a comment
Arch Linux step by step installation guide
I recently created a simple step by step guide to get a basic Arch Linux running on a VPS. Most providers don’t provide standard Arch Linux images but a VNC console + ISO upload solution, this guide is made for … Continue reading
Posted in 30in30, General, Linux
5 Comments
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