

“Rep. Anna Paulina Luna (R-FL) blamed “hateful rhetoric from the left” for the killing.”
Every accusation is a confession. I never cease to be amazed how universally this applies to conservative-led discourse.
“Rep. Anna Paulina Luna (R-FL) blamed “hateful rhetoric from the left” for the killing.”
Every accusation is a confession. I never cease to be amazed how universally this applies to conservative-led discourse.
Not to be That Guy, but with kindness I offer a small correction: “out away” -> “outweigh”.
In years past, I’ve used Elasticsearch and Kibana. The learning curve is steep and the system resource requirements warrant a dedicated machine, but once you get it dialed, it’s really effective as a centralized logging server.
Prometheus and Grafana are for time-series data (metrics), not logs. If you’re already getting that from netdata, don’t bother with these, as they’d be redundant with what you have.
syslog is about as idiomatic as it gets for log management in linux, but i don’t have enough experience using it effectively to give any pointers there. If you don’t really know what you want, yet, and just want to collect logs from all the things and see them in one place so you can begin to try and make sense of them and make refinements from there, then syslog seems like an excellent place to start.
SSH is all you need. You can clone directly from one .git directory to another.
e.g
git remote add desktop git@desktop:project/.git git push desktop main --set-upstream