Skip to content

Instantly share code, notes, and snippets.

View balthisar's full-sized avatar
💭
I may be slow to respond.

Jim Derry balthisar

💭
I may be slow to respond.
View GitHub Profile
@balthisar
balthisar / casper.md
Created February 10, 2021 13:18 — forked from motleytech/casper.md
Deal with casper

Unofficial Guide to JAMF Casper

This page documents the external/internal behavior of Casper.

Files

Casper installed itself into the following directories:

  • /Library/Application Support/JAMF
    • ManagementFrameworkScripts - a set of scripts that runs on certain events
      • StartupScript.sh - Activated when jamf is started
      • loginhook.sh - Activated when user login
  • logouthook.sh - Activated when user logout
@balthisar
balthisar / 00README.md
Last active December 26, 2015 05:30
Portable `which` in Ruby

Portable which in ruby

Forked to prevent gist from disappearing.

Usage

require 'which'

Which('ls')      # => "/bin/ls"