Which linux distro am I using?
Here are a few ways to find out which Linux distro you are using : From the Boot Time messages Fire up your favorite terminal program and type in the following dmesg | head -1 The output Using /proc/version In the terminal type cat /proc/version The output would be like: Linux version. If you’d like …
