• In this article we show you how to overclock your Raspberry Pi 4 In fact, on newer models, you can not only turn up the Raspberry PI’s CPU speed, but also the GPU speed. You can, for example, get a Raspberry Pi 4, which defaults…

  • In this article we show you various command line commands to retrieve information about the memory on your Raspberry Pi This was tested on a Raspberry Pi 4. The command “free” provides information about the working memory: free When I ran this I saw this…

  •   Alpine Linux – Security-oriented, lightweight Linux distribution based on musl libc and busybox. Android Things – lets you experiment with building devices on a trusted platform, without previous knowledge of embedded system design. Only supported up to Raspberry pi 3 Arch Linux ARM – a port of…

  • 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/”…

  • In this article we show you various command line commands to retrieve information abot the processor on your Raspberry Pi This was tested on A Raspberry Pi 4. General processor information The following command displays information about the CPU being used. cat /proc/cpuinfo The output…

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