Merge 0f53221130
into a05548c0b2
commit
f3f6a7f690
|
@ -158,7 +158,7 @@ Notes:
|
|||
|
||||
- In Bash, redirect both standard output and standard error via: `some-command >logfile 2>&1` or `some-command &>logfile`. Often, to ensure a command does not leave an open file handle to standard input, tying it to the terminal you are in, it is also good practice to add `</dev/null`.
|
||||
|
||||
- Use `man ascii` for a good ASCII table, with hex and decimal values. For general encoding info, `man unicode`, `man utf-8`, and `man latin1` are helpful.
|
||||
- Use `man ascii` and `man latin1` for a good ASCII table, with hex and decimal values. For general encoding info, `man unicode` and `man utf-8` are helpful.
|
||||
|
||||
- Use `screen` or [`tmux`](https://tmux.github.io/) to multiplex the screen, especially useful on remote ssh sessions and to detach and re-attach to a session. `byobu` can enhance screen or tmux providing more information and easier management. A more minimal alternative for session persistence only is [`dtach`](https://github.com/bogner/dtach).
|
||||
|
||||
|
|
Loading…
Reference in New Issue