Welcome to 2025 where we discuss FOSS Calculators that don’t collect your data… how did we get here again?
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: October 16th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Not a GUI, but I keep my
~/.ssh/config
clean 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.config
Then my
~/.ssh/config
looks like this: