Yes, that changes the borders. But it doesn’t turn a column into a table. Compare ls /proc
in both bash and nu. It’s a simple kind of thing that I can’t find a solution for in nu.
Yes, that changes the borders. But it doesn’t turn a column into a table. Compare ls /proc
in both bash and nu. It’s a simple kind of thing that I can’t find a solution for in nu.
Sadly that’s still not a compact output. The listing is still just as long as before scrolls right off the terminal
Hey Nu fans: is there some way to get compact ls output? Like a table of just names. No type, date, size, etc.
Dr. Caligari https://letterboxd.com/film/dr-caligari/
I did not know what to expect going in to this one. 10 minutes in I was thinking it would be unbearable. 20 minutes in and I was laughing. It somehow gets weirder and funnier all the way through. And when I say weird, it’s like Eraserhead level weird.
Joy Ride (2023) https://letterboxd.com/film/joy-ride-2023/
I was surprised. Very fun.
One of the real gems I had missed until recently: Orphan Black. And I’ll second the recommendation for Severance.
LibreNMS has a very different purpose from your other monitoring options - it’s network monitoring at a large scale, not a generic data storage / data visualization platform. If your goal is to monitor your selfhosted servers and services, this is going to be an odd fit and you’ll probably struggle against it.
Better fits for an out-of-the-box monitoring setup would be CheckMK or Zabbix.
These other “stacks” for monitoring are a little more bespoke. To cover it briefly:
Grafana is popular because it is a fantastic visualization platform. The backend data storage is pluggable.
There are many options for data storage, all that are a little different. Graphite, is push-based and the Statsd compatibility makes it super simple to push your own metrics into it. Prometheus is pull-based. And InfluxDB is more of a time-series database.