Skip to content

Instantly share code, notes, and snippets.

View zhongzichang's full-sized avatar
🏠
Working from home

Zhong ZiChang zhongzichang

🏠
Working from home
View GitHub Profile
@zhongzichang
zhongzichang / Activate Office 2019 for macOS VoL.md
Created July 26, 2019 14:33 — 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

@zhongzichang
zhongzichang / tmux.md
Created May 5, 2016 15:55 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

# 一 新建代码库
git init # 在当前目录新建一个Git代码库
git init [project-name] # 新建一个目录,将其初始化为Git代码库
git clone [url] # 下载一个项目和它的整个代码历史
# 二 配置
git config --list
git config -e [--global]
git config [--global] user.name "xxx" # 配置用户名
git config [--global] user.email "xxx@xxx.com" # 配置邮件