© 2022 Hashnode
Overview Raspberry Pi has its own distribution of Linux based on debian called Raspbian. As with any Linux distro it comes with a default version of Python. Python 2 and Python 3 are both available. L…
I got a Raspberry around Dec 2019, took it to my college and there it was kept for more than 2 years, partly because of academic commitments and partly due to my college shifting to online mode due to…
I have been wanting to take some time and write about my journey to create a LAMP stack with my Raspberry Pi 4, and today is the day! I took a LOT of pictures and tried to capture the resources I use…
FLiP-Py-Pi-EnviroPlus. Apache Flink, Apache Pulsar, Apache Spark, Python, Raspberry Pi, Enviro+ sensors. Code client = pulsar.Client('pulsar://pulsar1:6650') producer = client.create_producer(topic=…
In this article, we see how to update Nodejs & node package manager (npm) on our Raspberry Pi. To start, open the terminal on your Raspberry Pi. First we will get the latest system’s package list onto the Raspberry Pi using the following co…
Are you know it's possible to run Docker on a Raspberry Pi?? My first reaction was surprise since I thought Docker was only for servers. But that notion was incorrect. Let's begin with a definition of…
Raspios 64-bit recently went GA and I recently found new joy in my Raspberry Pi 3B+ and Raspberry Pi Zero 2 W devices. Now feels like a great time to revisit diskless booting. This is what I'm using: …
Introduction I am a deep sleeper. I am sure a couple of people out there are the same. Normal alarms don't wake me. It's always another person or me waking up to my body clock. I had watched Mr Bean's…
.NET is a cross-platform, free, open-source platform successor to the .NET framework. Installing .NET is straightforward for most OS like Windows and Ubuntu (Desktop and Server) with clean instruction…
The Raspberry Pi is a really tiny SBC (single board computer). It might not be the most powerful SBC out there, but it does the job for self-hosting servers such as Nextcloud. I got my hands on ruds.i…