Updated Running OpenWebRX on system startup (markdown)

András Retzler 2015-10-18 01:44:31 +02:00
parent 0227684918
commit 9d0f2dd8bc

@ -19,7 +19,7 @@ You will also be able to inspect the terminal output by typing:
tmux a
`tmux` is quite a useful tool. The programs you start within a `tmux` session will persist even if you close your `ssh` session. Some basic keybindings:
`tmux` is quite a useful tool. The programs you start within a `tmux` session will persist even if you close your `ssh` session. Some basic keyboard shortcuts:
Ctrl+b, then d : Detaches the tmux session. You can return to it by `tmux a`.
Ctrl+b, then % or " : Splits your screen horizontally or vertically.