-
Recent Posts
Recent Comments
Categories
Links
Monthly Archives: February 2019
tmux notes
tmux是一個終端管理的工具,類似screen但功能更強,特別是多了pane以及畫面同步的機制。 <prefix>: default ctrl+b (註: screen為 ctrl+a) create a new window: <prefix> + c next: <prefix> + n prev: <prefix> + p detach: <prefix> + d kill: <prefix> + x (<prefix> + k) jump: <prefix> + number list windows and … Continue reading
Posted in System Administration
Leave a comment