Bash
Bash
Available for download:
How to identify your platform.
Programming courses are conducted on computers with a Linux kernel. However, there are at least a hundred variants of such platforms. Platforms include WSL, Tuffix, Ubuntu, Debian, MX, Kubuntu, Mint, Kali, CentOS, OpenSUSE, Bodhi, and many others. How can you know for sure which one you have?
Open the terminal window and enter one of the following commands. You should experiment to find which command produces the information you want.
lsb_release -a
uname -a
hostnamectl
cat /etc/system-release
cat /etc/redhat-release
How to identify the main processor in your machine. Enter the following command in your shell (terminal windows):
lscpu