DuckDuckWhale
c772724cac
Add: - Rust and Helix install/configure scripts - tmux curly underline with colors - Rocky SSH & Mosh setup - `asciinema` and `rg` - Mosh PPA for old Ubuntu systems - VirtualBox USB devices group - Add `~/.local/bin/` to path in .bashrc Update: - Use `~/.bash_login` instead of `~/.profile` for tmux on login and exec it - Rename `gnome-todo` to `endeavour` - Use new sshd alias - Reload instead of restarting sshd Remove: - Vim colorschemes and plugins - `.sh` extensions on executable scripts
9 lines
137 B
Markdown
9 lines
137 B
Markdown
# Rocky 9 Setup
|
|
|
|
## OpenSSH Server & Mosh
|
|
|
|
Same as Ubuntu, but:
|
|
- `s/apt/dnf/g`
|
|
- `s/sshd_config/sshd_config-rhel/g`
|
|
- `s/OpenSSH/SSH/g`
|