Skip to content

Instantly share code, notes, and snippets.

View hootieben's full-sized avatar

Ben Sykes hootieben

View GitHub Profile
@hootieben
hootieben / openpgp.md
Created April 5, 2022 12:16
openpgp.md
@hootieben
hootieben / clight-install.sh
Last active November 15, 2019 14:28
Install File for clightd - created by https://github.com/brianread108 and referenced from https://github.com/FedeDP/Clight/wiki/Build
#!/bin/sh
echo "Building Clight and its dependencies..."
echo "* Getting Sources from git "
git clone https://github.com/FedeDP/Clight.git
git clone https://github.com/FedeDP/Clightd.git
git clone https://github.com/FedeDP/libmodule.git
git clone https://github.com/rockowitz/ddcutil.git
cd ddcutil
# Get all running AWS instances by count
aws ec2 describe-instances --filters "Name=instance-state-name,Values=running" | jq -r ".Reservations[] | .Instances[] | .InstanceType" | sort -d |uniq -c | sort -bnr

Keybase proof

I hereby claim:

  • I am hootieben on github.
  • I am bsykes (https://keybase.io/bsykes) on keybase.
  • I have a public key whose fingerprint is 12B5 5DC9 EAF8 4956 5E31 871E 4A42 A309 AC48 1ED0

To claim this, I am signing this object:

Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Set-TaskbarOptions -Size Small
Enable-RemoteDesktop
CINST powershell
CINST visualstudio2015community
choco feature enable -n=allowGlobalConfirmation
choco feature disable -n=checksumFiles