Skip to content

Instantly share code, notes, and snippets.

View fmaree's full-sized avatar

Frans Maree fmaree

  • Wide River
  • London
View GitHub Profile

Keybase proof

I hereby claim:

  • I am fmaree on github.
  • I am fmaree (https://keybase.io/fmaree) on keybase.
  • I have a public key whose fingerprint is B68B D3F7 B0ED 19AE C104 50EC 527C B3BD 8B6C E845

To claim this, I am signing this object:

@fmaree
fmaree / rhel.ks-disable-ipv6.sh
Created June 4, 2013 11:21
Disable IPv6 support of a RHEL6 system
#!/bin/sh
#
# Disable IPv6 support of RHEL6 systems
#
echo "In script ($0)..." >> /var/log/anaconda.log
RHELVER=`cat /etc/redhat-release | sed "s/.*release \([0-9]*\).*/\1/"`
if [ $RHELVER -ge "6" ] && [ -d /etc/modprobe.d ]; then