Skip to content

Instantly share code, notes, and snippets.

View alleck's full-sized avatar

Kaleb Lewis alleck

  • hostek.com
  • Tulsa, OK
View GitHub Profile
@alleck
alleck / change.sh
Last active August 29, 2015 14:18
Change cPanel Server Hostname
#!/bin/bash
#Author: Kaleb Lewis (Alleck)
#Purpose: Change Hostname
#OS: CentOS/REHL
#Language: BASH
clear
echo "Please Enter New Hostname"
@alleck
alleck / netDat.bat
Last active August 29, 2015 14:18
Batch: Find High Traffic Connections
:: Author: Kaleb Lewis (Alleck)
:: Purpose: Find High Traffic Connections
:: OS: Windows/DOS
:: Language: Batch (.bat)
@ECHO off
:: Set the threshold at which you want events to trigger.
SET threshold=100
SET attacked=300