With MacOS Catalina (10.15), Apple decided to decrease the possibilities of system users to install software applications within the system. … More
Category: Hacking
Disk failure and suprises
Once in a while – and especially if you have a System with an uptime > 300d – HW tends … More
Writing Munin Plugins pt3: some Stats about VMWare Fusion
In a project where we had the need for VMs being capable of doing CI for Java and also doing … More
Writing Munin Plugins pt2: counting VPNd Connections
Preamble Every Munin Plugin should have a preamble by default: #!/usr/bin/env perl # -*- perl -*- =head1 NAME dar_vpnd a … More
Writing Munin Plugins pt1: Overview
Writing your own Munin Plugins Around February this year, we at innoQ had the need for setting up a Mac … More
Creating encrypted Volumes on ZFS Pools
One of the most anticipated Features of ZFS is transparent Encryption. But since Oracle decided to do not make updates … More
Plotting UNIX Processes with D3
I created another Plot, using D3js: You can find all Scripts here. I am still have to figure out how … More
Plotting UNIX Processes with DOT
Inspired by this Post, i started playing around with ps, nodejs and GraphViz. After reading some ps man Pages, i … More
Build and Test Project TOX under MacOS
Some Steps to do You need to have XCode with installed CLI Tools (see here) If you are using MacPorts … More
Downgrading Subversion from 1.8 to 1.7 in MacPorts
bash-3.2# cd /tmp bash-3.2# svn co http://svn.macports.org/repository/macports/trunk/dports/devel/subversion –revision 108493 A subversion/files A subversion/files/patch-Makefile.in.diff A subversion/files/patch-osx_unicode_precomp.diff A subversion/files/config_impl.h.patch A subversion/files/servers.default A … More