Skip to content

Instantly share code, notes, and snippets.

@Randy420Marsh
Last active December 20, 2025 09:05
Show Gist options
  • Select an option

  • Save Randy420Marsh/cde4c7e37406d3d54b8fb4206c63d445 to your computer and use it in GitHub Desktop.

Select an option

Save Randy420Marsh/cde4c7e37406d3d54b8fb4206c63d445 to your computer and use it in GitHub Desktop.
Get the distro basic info
#!/bin/sh
echo "Linux Info:" ;\
echo "" ;\
echo "kernel info:" ;\
uname -a ;\
echo "" ;\
echo "Distro info:" ;\
lsb_release -a ;\
echo "" ;\
echo "Gnome version:" ;\
gnome-shell --version ;\
echo "" ;\
hostnamectl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment