Hello,
I’ve been using Armbian on a bunch of ARM SCBs and they have a very nice MOTD on SSH login that shows CPU, RAM, Storage and networking infromation.
Is there anything similar for a regular x86 machine? I tried to grab the scripts from a NanoPi M4v2 board but had to change a ton of stuff to get it working on x86 and it isn’t portable as AMD and Intel report temps differently. Or… does anyone know if their x86 version has it working and where to get?
Just for reference I’m talking about this: https://cdn.tcb13.com/2023/armbian-motd.jpg
Thank you.
Why not write your own version? Getting the temperatures is easy and portable with the
sensors
command from lm-sensors. The rest of the info is easy to get using various commands (e.g. uptime, free) combined with a bit of sed/grep/awk for formatting.That’s what I’ve been doing but… https://lemmy.world/comment/2990793