Skip to content

Instantly share code, notes, and snippets.

View sammy8806's full-sized avatar

Steven Tappert sammy8806

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sammy8806 on github.
  • I am sammy8806 (https://keybase.io/sammy8806) on keybase.
  • I have a public key whose fingerprint is F07F 6E73 15DD 2587 F300 3B22 0769 EC6D E7A4 B302

To claim this, I am signing this object:

@sammy8806
sammy8806 / traffic_shape.sh
Created January 7, 2015 02:29
Linux-QoS (Traffic Shaping) mit TC
#!/bin/bash
## Definitionen von wichtigen Variablen
# Maximaler Upload in kbit
MAX_UP="445"
# WAN-Interface
IFACE="eth0"
# Standart-Queue für nicht gefilterte Pakete
@sammy8806
sammy8806 / peerfinder.rb
Last active August 29, 2015 14:11
Peerfinder implementation in Ruby to go cross-plattform
#!/usr/local/bin/ruby
# TODO: Fix ipv6
require 'net/ping'
#require_relative 'net-ping/lib/net/ping/icmp.rb'
require 'net/http'
require 'uri'
DEBUG = true
UUID = '00000000-0000-0000-0000-000000000000'
@sammy8806
sammy8806 / esxi-update.sh
Last active January 31, 2018 15:23
Update VMware ESXi Host
#####
# Simple Update Commands for VMware ESXi with Internet Connection
#
# Please replace:
# $ESXiVersion with i.e. "5.5" or "5.1" or others
# $TargetProfile with the chosen Profile got by first command
#####
# Allow http-client
esxcli network firewall ruleset set -e true -r httpClient