Skip to content

Instantly share code, notes, and snippets.

View 3b295's full-sized avatar
🔥
Focusing

熊巍迤 3b295

🔥
Focusing
View GitHub Profile
@3b295
3b295 / ls
Last active February 9, 2023 03:26
ls -alh
@3b295
3b295 / release.yaml
Last active August 29, 2022 03:02
国内安装tekton
# Copyright 2019 The Tekton Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@3b295
3b295 / k3s-etcd-commands.md
Created November 7, 2021 11:19 — forked from superseb/k3s-etcd-commands.md
k3s etcd commands
@3b295
3b295 / address.js
Created June 24, 2019 07:15 — forked from 52cik/address.js
提取淘宝地址库
/**
* 提取淘宝地址库
*
* 用法:
* 1. 打开淘宝 https://www.taobao.com/
* 2. 将下面代码复制到控制台
* 3. 按回车
* 4. 复制输出的 json 数据保存到你的文件
*
* 仅支持: chrome 48+
@3b295
3b295 / re
Last active September 19, 2020 04:25
身份证正则 #re
r"^(\d{18,18}|\d{15,15}|\d{17,17}[xX])$"
@3b295
3b295 / .sh
Last active September 19, 2020 04:25
Git永久删除文件(包括历史记录) #git
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch path-to-your-remove-file' --prune-empty --tag-name-filter cat -- --all
@3b295
3b295 / my vagrant
Last active September 19, 2020 04:26
部署常用的 vagrant #vagrant
sudo apt-get install python-pip
sudo apt-get git
sudo pip install shadowsocks
# oh my zsh
sudo apt-get install zsh
chsh -s /bin/zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
# pyenv