Skip to content

Instantly share code, notes, and snippets.

@joshpeterson1
joshpeterson1 / Activate Office 2019 for macOS VoL.md
Created April 22, 2020 05:23 — forked from zthxxx/Activate Office 2019 for macOS VoL.md
crack activate office on mac with license file

Activate MS Office 2019/2016 for macOS - Microsoft_Office_2019_VL_Serializer

Office 2019 above

2019-06-03

Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.

Ref

@joshpeterson1
joshpeterson1 / keybase.md
Created January 14, 2020 04:28
KB Proof

Keybase proof

I hereby claim:

  • I am joshpeterson1 on github.
  • I am somberdev (https://keybase.io/somberdev) on keybase.
  • I have a public key ASC0h5N2ltpA8b4fB5ShQA33DOa1EiRMzRKByNzLezo9QAo

To claim this, I am signing this object:

@joshpeterson1
joshpeterson1 / scott.json
Created February 6, 2018 17:19
Request Body for bad task
{
"tenantId": 35,
"clientId": 90145426,
"category": "CUSTOM",
"stageDueDate": "2018-03-07T17:22:12Z",
"completedByEmployeeId": null,
"cycleCompleted": false,
"isEditable": 1,
"cycle": "SuccessCycle 1",
"activeSuccessCycleId": 317350,
@joshpeterson1
joshpeterson1 / Update.json
Last active February 1, 2018 20:21
Update Subscriptions
R E Q U E S T ------
PUT https://api.clientsuccess.com/v1/subscriptions/{{subscriptionId}}
Headers:
Authorization:{{Authorization}}
Accept:application/json
Content-Type:application/json
Body:
@joshpeterson1
joshpeterson1 / fl
Last active December 27, 2017 17:24 — forked from McNull/fl
Open current directory in forklift
#!/bin/bash
# Open current directory in forklift
# Adapted from https://gist.github.com/elentok/6218781
# Adapted from comment https://gist.github.com/elentok/6218781#comment-891115
# Added optional path argument and removed using the clipboard buffer.
set -e
if [ -z "$@" ]; then