注意:本文内容适用于 Tmux 2.3 及以上的版本,但是绝大部分的特性低版本也都适用,鼠标支持、VI 模式、插件管理在低版本可能会与本文不兼容。
启动新会话:
tmux [new -s 会话名 -n 窗口名]
恢复会话:
#!/bin/bash | |
# author: louwrentius | |
# source: http://louwrentius.com/zfs-on-linux-monitor-cache-hit-ratio.html | |
INTERVAL="$1" | |
if [ -z $INTERVAL ] | |
then | |
INTERVAL=5 |
#!/bin/bash | |
function install_dependencies() { | |
echo "Installing dependencies..." | |
sudo apt -qq update | |
sudo apt -qq install -y curl git wget | |
# sudo apt -qq install -y bison flex kernel-package libelf-dev libssl-dev | |
sudo apt -qq install -y bison flex libelf-dev libssl-dev | |
} |
redirect to awesome-hust
A cascade mapping ordered by ctime. So some parts may be duplicate.
Thanks to those seniors who are willing to share.