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…
Reference
-
-
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…
-
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…
-
In this article we talk a little about the default password for the raspberry pi and later we also show a method of recovering the password if you have forgotten it Default username and password The default user is pi, and the password is raspberry…
-
Ubuntu is a very popular linux distro and I was pleased to see that there was a version available that was suitable for the Raspberry PI, so as a change instead of the usual Raspbian installation I thought that I would try this out. What…
-
Apache is one of the most popular, if not the most popular server. There a multitude of options and tutorials out there – you can read about these at https://httpd.apache.org/ Installing Apache In a Raspberry Pi its easy to install and get this up and…