Linux

Get build info

Copy
1uname -a
2# Linux dark-side 5.6.14-300.fc32.x86_64 #1 SMP Wed May 20 20:47:32 UTC 2020
3# x86_64 x86_64 x86_64 GNU/Linux

Get kernel version

Copy
1uname -r
2# 5.6.14-300.fc32.x86_64

See what services are available

Copy
1ll /etc/systemd/system

See what services are running

Copy
1journalctl -ef

See what is machine public ip

Copy
1curl ipinfo.io/ip