Skip to content

Latest commit

ย 

History

History
1652 lines (1604 loc) ยท 168 KB

linux.md

File metadata and controls

1652 lines (1604 loc) ยท 168 KB

Linux

๋ฐฐํฌํŒ

๋ฐฐํฌํŒ Archlinux

๋ฐฐํฌํŒ CoreOS

๋ฐฐํฌํŒ CrunchBang

๋ฐฐํฌํŒ Debian

๋ฐฐํฌํŒ Fedora

๋ฐฐํฌํŒ Manjaro

๋ฐฐํฌํŒ Redhat

๋ฐฐํฌํŒ Ubuntu

Automation

Book

Command

Command Mail

Command Line Interface CLI

GCC

GNU

iptable

Kernel

Kernel eBPF

Kernel Interrupt

Library

Log

Memory

Memory Usage

Network

Shell

Shell Library

System Library

Tmux

Tmux command

  • ํ™œ์„ฑ/๋น„ํ™œ์„ฑ pane ๋ฐฐ๊ฒฝ์ƒ‰ ๋ถ„๋ฆฌ; tmux 1.8์—์„œ๋Š” ๋™์ž‘ํ•˜์ง€ ์•Š๋Š” ๊ฑธ๋กœ ๋ณด์ž„

    set-window-option -g window-style 'bg=#181818'
    set-window-option -g window-active-style 'bg=black'
    
  • Reloading tmux config

    • Ctrl + B, and then :, :source-file ~/.tmux.conf
  • switch to the next layout e.g. horizontal pane <-> vertical pane

    • C-b space
  • How to increase scrollback buffer size in tmux?

    • set-option -g history-limit 3000
  • How do I reorder tmux windows?

    • swap-window -s [from-number] -t [to-number] or swap-window -t [to-number]

Tmux command troubleshooting

troubleshooting

X Window