Skip to content

Instantly share code, notes, and snippets.

@arcaduf
Last active March 13, 2017 21:12
Show Gist options
  • Save arcaduf/53c8527b47752d3888dabe1d4b9012bd to your computer and use it in GitHub Desktop.
Save arcaduf/53c8527b47752d3888dabe1d4b9012bd to your computer and use it in GitHub Desktop.
See from terminal what is your Ubuntu / kernel / graphic card / glibc version
Ubuntu version:
$ lsb_release -a
Kernel version:
$uname -a
Graphic card:
$lspci | grep VGA
GLIBC:
$ldd --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment