

4·
7 months agoI’ve used a non-touch DisplayLink USB monitor before. You might run into issues with getting it to work properly based on your OS. DisplayLink and Debian were not friends, and took a lot of messing around with drivers and other apps to get it to work. I can’t speak for other OSs though


Not a GUI, but I keep my
~/.ssh/configclean by splitting my configs into folders, and including them in the main ~/.ssh/config.I have the folder,
~/.ssh/config.d/, and here’s what it looks like:~/.ssh/config.d . ├── work │ ├── dev.config │ ├── staging.config │ └── prod.config └── server ├── development.config ├── containers.config ├── home.config ├── pis.config └── server.configThen my
~/.ssh/configlooks like this: