With MacOS Catalina (10.15), Apple decided to decrease the possibilities of system users to install software applications within the system. … More
Category: Bash
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 pt1: Overview
Writing your own Munin Plugins Around February this year, we at innoQ had the need for setting up a Mac … More
Command to Print Out Directory Tree Listing
ls -R | grep “:$” | sed -e ‘s/:$//’ -e ‘s/[^-][^\/]*\//–/g’ -e ‘s/^/ /’ -e ‘s/-/|/’ Found here
sophisticated Backups mit Rsync Part II
Version 3.1 Features: Logs werden nun gzip komprimiert wöchentliche Backups aus der vorherigen Woche werden tar.gz komprimiert #!/bin/sh # … More
instant jruby & derby environment für eine RoR Anwendung
Als angestammter Java-Entwickler geht es mir oftmals schwer von der Hand, einer Ruby on Rails (RoR) Anwendung mit relativ wenig … More
sophisticated Backups mit Rsync
Backups sind wichtig. Jeder der einmal vor einer kaputten, ratternden Festplatte gesessen hat, weiß wie frustrierend das Wissen ist, alle … More