Category Archives: Linux

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

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

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

Short Tip: git magic (copy changed files from branch A to B)

Let us consider the following case: I’ve got a huge project which you want to refactor. You checkout master, create a branch called cleanup and commit every change. Most of the refactoring is only style guide related so no change … Continue reading

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

Short Tip: tuning Zabbix Database Part 2

[part 1] Besides disabling autovacuum you can also try to increase the performance if you have got enough free resources. There are three important options for this: autovacuum_vacuum_cost_delay I lowered the sleep between two autovacuums to 0.2ms autovacuum_vacuum_cost_limit/vacuum_cost_limit (setting autovacuum_vacuum_cost_limit … Continue reading

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

Short Tip: tuning Zabbix Database

I am currently running a zabbix setup which is a bit bigger than the average ones, right now it receives ~2100 new values per second, generated by 169052 items. The data is stored in a postgresql database, and I am … Continue reading

Posted in General, Linux, Short Tips | 1 Comment