Skip to content

Instantly share code, notes, and snippets.

View StrategicalIT's full-sized avatar

Strategical IT StrategicalIT

  • Dell EMC
  • VIC, Australia
  • 19:59 (UTC +10:00)
View GitHub Profile
@imorrish
imorrish / StreamDeckAtem.ps1
Last active July 21, 2020 15:33
Use Elgato Streamdeck to control Blackmagic Design ATEM
#
# ATEM Legato Stream Deck controler
#
# By Ian Morrish
# https://ianmorrish.wordpress.com
#
# Disable display and sleep mode timeouts
function DisableSleepTimeout {
Write-Host "Disabling display and sleep mode timeouts..."
@StrategicalIT
StrategicalIT / smallestXC_IPA.txt
Created February 9, 2017 07:25
Worlds smallest XC cluster IP address plan
| | Node 1 | Node 2 | Node 3 | Admin PC |
|---------------------------|-------------|-------------|-------------|-------------|
| Host IP address | 172.0.3.10 | 172.0.3.20 | 172.0.3.30 | 172.0.0.1 |
| Host subnet mask | 255.255.0.0 | 255.255.0.0 | 255.255.0.0 | 255.255.0.0 |
| Host gateway | 172.0.0.1 | 172.0.0.1 | 172.0.0.1 | |
| Controller VM IP address | 172.0.0.10 | 172.0.0.20 | 172.0.0.30 | |
| Controller VM subnet mask | 255.255.0.0 | 255.255.0.0 | 255.255.0.0 | |
| Controller VM gateway | 172.0.0.1 | 172.0.0.1 | 172.0.0.1 | |