Last active
March 13, 2017 21:12
-
-
Save arcaduf/53c8527b47752d3888dabe1d4b9012bd to your computer and use it in GitHub Desktop.
See from terminal what is your Ubuntu / kernel / graphic card / glibc version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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