Skip to content

Instantly share code, notes, and snippets.

View BlackMoonWolf's full-sized avatar

BlackMoonWolf

View GitHub Profile
FIRST:
-----------------------------------------------------------------------
root@freenas:~ # dmidecode -t 9
OR
root@freenas:~ # dmidecode -t slot
# dmidecode 3.1
Scanning /dev/mem for entry point.
SMBIOS 2.6 present.
Delete VCP ports while switches are stacked
Evidently, Juniper disregards it's own terminology "fpc" in favor of going straight to "pic" in referring to each switch in the stack.
Odd...
Commands used to delete VCP on ports where two switches are stacked:
"fpc0" (switch 0)
QSFP 0: request virtual-chassis vc-port delete pic-slot 0 member 1 port 0
@BlackMoonWolf
BlackMoonWolf / Spectrum Multiple IP Traces
Last active November 22, 2017 23:22
Spectrum Multiple IP Traces
Spectrum (Time Warner) is claiming that they don't have additional IP's available?
BULLSHIT
(NOTE: Traces performed approximately 17:00 CST 22NOV17.)
LAN > Gateway Router > Cx Modem /1 > Spectrum WAN
(To Google DNS via leased IP #1: 76.84.81.171)
-----------------------------------------------------------------------------------
C:\WINDOWS\System32>tracert 8.8.8.8
@BlackMoonWolf
BlackMoonWolf / gist:fa05812eebe3fe214d42fb988d102c49
Created June 13, 2017 07:47
Broken G900 Because Logitech's "Engineers" are Careless and Allowed Known Bad Software/Firmware to Run Rampant
Re-Connect Software Version : 2.20.28
Dj Api Version : 2, 60, 128
Receiver
Name : wireless receiver
ModelId : 0x46dc539
Serial Number :
Handle : 0xff000001
Wireless Status : 0x3
Firmware version : 000.000.00000
@BlackMoonWolf
BlackMoonWolf / gist:b0bf3b8bda3b5a08b55cbfe5a1621620
Created August 23, 2016 06:20
LED Control Script (ASUS AC3100, ASUSWRT)
#!/bin/sh
show_help()
{
echo "usage:"
echo "ledcontrol -on Turn leds on"
echo "ledcontrol -off Turn leds off"
echo ""
}
option="${1}"