Skip to content

Instantly share code, notes, and snippets.

View jgrassler's full-sized avatar

Johannes Grassler jgrassler

View GitHub Profile
Index: java-monasca-common.spec
===================================================================
--- java-monasca-common.spec (revision 1)
+++ java-monasca-common.spec (working copy)
@@ -1,7 +1,7 @@
#
# spec file for "java-monasca-common"
#
-# Copyright (c) 2017 vagrant
+# Copyright (c) 2017 SUSE Linux GmbH
@jgrassler
jgrassler / gist:7283f812bf69985f4c84
Created September 3, 2014 14:12
Alternative to ifenslave-2.6 for setting up ether bonding
#!/bin/sh
# 2014, j.grassler@syseleven.de
# This script is mostly /etc/network/if-pre-up.d/ifenslave with the deadlocks
# and some flexibility ripped out. It is meant to be called as pre-up script for a
# bonding interface. Make sure not to set any bond-master or bond-slaves
# directives in /etc/network/interfaces to prevent the regular ifenslave script
# from interfering. Feel free to set other bonding related options. This script
# will honour them in the same manner as the regular ifenslave script. In