Skip to content

Instantly share code, notes, and snippets.

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

dengshenkk dengshenkk

💭
I may be slow to respond.
View GitHub Profile
@dengshenkk
dengshenkk / Activate Office 2019 for macOS VoL.md
Created April 11, 2023 01:57 — 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

@dengshenkk
dengshenkk / alias
Last active February 6, 2024 07:40
alias
# docker
alias dk="docker"
alias dc="docker compose"
#proxy
alias proxy="export https_proxy=http://127.0.0.1:12580;export http_proxy=http://127.0.0.1:12580;export all_proxy=socks5://127.0.0.1:12580"
alias unproxy="unset http_proxy;unset https_proxy;unset all_proxy"