Ubuntu version
lsb_release -a▸ exact release name, version etc.cat /etc/issue▸ formal release namecat /etc/issue.net▸ cleaner version of previous onecat /etc/debian_version▸ will give you the Debian code namecat /proc/version▸ will give you quite a lot of info about your kernel, when was it compiled, which gcc version has been used etc.uname -a▸ will tell you about your kernel info, plus arch (i386 ▸ 32 bit, x86_64 ▸ 64 bit)
gnome-system-monitor
application should give you more than enough info. Release name,
architecture variant, cores in the system, RAM available, and the space
available on the root file system.

No comments:
Post a Comment