Skip to content

Instantly share code, notes, and snippets.

View kiuber's full-sized avatar
🙋‍♂️

Kiuber kiuber

🙋‍♂️
View GitHub Profile
@kiuber
kiuber / aptos.json
Last active April 22, 2022 12:45 — forked from jim380/aptos.json
Aptos Grafana Dashboard
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
@kiuber
kiuber / brew_install
Created September 9, 2019 02:47
with ustc brew.git mirror
#!/usr/bin/ruby
# This script installs to /usr/local only. To install elsewhere (which is
# unsupported) you can untar https://github.com/Homebrew/brew/tarball/master
# anywhere you like.
HOMEBREW_PREFIX = "/usr/local".freeze
HOMEBREW_REPOSITORY = "/usr/local/Homebrew".freeze
HOMEBREW_CORE_TAP = "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core".freeze
HOMEBREW_CACHE = "#{ENV["HOME"]}/Library/Caches/Homebrew".freeze
BREW_REPO = "git://mirrors.ustc.edu.cn/brew.git".freeze