Skip to content

Instantly share code, notes, and snippets.

View weichenjushi's full-sized avatar
💭
😃

weichenjushi

💭
😃
View GitHub Profile
@weichenjushi
weichenjushi / Dockerfile.minikube
Created July 12, 2019 10:36 — forked from andrewjjenkins/Dockerfile.minikube
Istio-Minikube and Jenkins
# Portions Copyright 2016 The Kubernetes Authors All rights reserved.
# Portions Copyright 2018 AspenMesh
#
# 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
@weichenjushi
weichenjushi / tmux-cheatsheet.markdown
Created July 14, 2018 09:56 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表

Tmux 快捷键 & 速查表

启动新会话:

tmux [new -s 会话名 -n 窗口名]

恢复会话:

tmux at [-t 会话名]