Skip to content

Instantly share code, notes, and snippets.

View dfrankel33's full-sized avatar

Dave Frankel dfrankel33

View GitHub Profile
@stefhen
stefhen / rsc-examples.md
Last active September 27, 2017 15:47
RSC Examples

RSC Examples

  • List all accounts you have access to:
rsc cm15 accounts /api/sessions | \
jq '.[] | .name, [.links[] | select(.rel == "self").href][0]' | \
paste -sd"\t\n" - | sort
@steve-jansen
steve-jansen / README.md
Last active September 9, 2024 14:02
Stop and start Symantec Endpoint Protection on OS X

This script enables you stop and start Symantec Endpoint Protection on OS X

Installation

sudo curl https://gist.githubusercontent.com/steve-jansen/61a189b6ab961a517f68/raw/sep -o /usr/local/bin/sep
sudo chmod 755 /usr/local/bin/sep
sudo chown root:staff /usr/local/bin/sep