Reference

Raspberry Pi: Identify Linux distribution and release

Read Linux distribution and release You can use “/ etc / os-release”  to retrieve  information about the installed Linux distribution and the release cat /etc/os-release This is what I saw [codesyntax lang=”bash”] PRETTY_NAME=”Raspbian GNU/Linux 10 (buster)” NAME=”Raspbian GNU/Linux” VERSION_ID=”10″ VERSION=”10 (buster)” VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL=”http://www.raspbian.org/”…

Read more

Changing your Raspberry Pi network name

Changing the name of your Pi is a pretty straightforward task. There are just two files that need to be changed to do this. First, edit the file /etc/hostname. You can do this by opening a Terminal window and typing the following command: [codesyntax lang=”bash”]…

Read more

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Read More