Skip to content

Instantly share code, notes, and snippets.

View joraff's full-sized avatar

Joseph Rafferty joraff

View GitHub Profile
@joraff
joraff / position description.md
Created April 16, 2024 16:43
Senior IT Professional I

Senior IT Professional I Job Description

Our Commitment

Texas A&M University is committed to enriching the learning and working environment by promoting a culture that respects all perspectives, talents & lived experiences. Embracing varying opinions and perspectives strengthens our core values which are: Respect, Excellence, Leadership, Loyalty, Integrity, and Selfless Service.

Who we are

Technology Services provides reliable and accessible IT services to elevate and enhance Texas A&M University. We provide IT leadership to the campus community while serving the mission of Texas A&M. With trusted services and innovative solutions, we are changing the technology landscape on campus. To learn more about IT at Texas A&M University visit us at: https://it.tamu.edu/

What We Want

@joraff
joraff / saml.xml
Created March 24, 2020 21:46
Jamf Pro SSO SAML
<samlp:Response ID="_c8e13b75-0bdd-4176-a2a7-fdbcc00f02af"
Version="2.0"
IssueInstant="2020-03-24T21:43:19.379Z"
Destination="https://athjamf.jamfcloud.com/saml/SSO"
Consent="urn:oasis:names:tc:SAML:2.0:consent:unspecified"
InResponseTo="a3161d1934gfb4de53fe7e664ha77a1"
xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol">
<Issuer xmlns="urn:oasis:names:tc:SAML:2.0:assertion">http://adfs.athleticdept.tamu.edu/adfs/services/trust</Issuer>
<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:SignedInfo>
@joraff
joraff / disable-comments.sh
Last active September 26, 2016 14:57 — forked from jplhomer/disable-comments.sh
Disable all comments/pings in WordPress with WP-CLI
$ export SITE="mysite.com"
$ wp post list --format=ids --url=$SITE | xargs wp post update --comment_status=closed --ping_status=closed --url=$SITE
$ wp post list --format=ids --post_type=page --url=$SITE | xargs wp post update --comment_status=closed --ping_status=closed --url=$SITE
# Output:
# Success: Updated post 2514.
# Success: Updated post 2511.
# Success: Updated post 2504.
# Success: Updated post 2499.
# Success: Updated post 2441.
@joraff
joraff / keybase.md
Created November 7, 2014 15:04
Keybase proof

Keybase proof

I hereby claim:

  • I am joraff on github.
  • I am joraff (https://keybase.io/joraff) on keybase.
  • I have a public key whose fingerprint is 9CCD 05C8 1FE1 7DF1 893A 04D9 AEBF 6D1C 4ABC CC55

To claim this, I am signing this object:

action :create do
wp_secrets = Chef::Config[:file_cache_path] + '/wp-secrets.php'
remote_file wp_secrets do
source 'https://api.wordpress.org/secret-key/1.1/salt/'
action :create_if_missing
mode 0644
end
salt_data = 'foo'
@joraff
joraff / .osx
Created March 19, 2013 17:15 — forked from jinkim/.osx
# Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs)
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
# Enable the 2D Dock
defaults write com.apple.dock no-glass -bool true
# Make Dock icons of hidden applications translucent
defaults write com.apple.dock showhidden -bool true
# Disable menu bar transparency