Skip to content

Instantly share code, notes, and snippets.

View SabaPing's full-sized avatar
🥰
~~~~~~~~

Yifan Xu SabaPing

🥰
~~~~~~~~
  • PingCAP
  • Hangzhou
View GitHub Profile
@SabaPing
SabaPing / iftop.sh
Created August 22, 2023 09:06 — forked from lemonlatte/iftop.sh
Amazon Linux install iftop
amazon-linux-extras install epel -y
yum-config-manager --enable epel
yum install iftop
@SabaPing
SabaPing / gitcom.md
Created April 1, 2019 03:43 — forked from jednano/gitcom.md
Common git commands in a day-to-day workflow

Git Cheat Sheet

Initial Setup

Create an empty git repo or reinitialize an existing one

$ git init