Cleaning up Docker cache and free up space
When you are running Docker in raspberry pi, the space are premium, so after several update to my docker image, it is hogging the space […]
When you are running Docker in raspberry pi, the space are premium, so after several update to my docker image, it is hogging the space […]
Recently I purchased Raspberry Pi 5 as to update my old trusted Pi4. So one of the important application is Docker. Docker is a tool […]
Given that I am taking a course in Cyber Security, it will help with the understanding to build some of the recon tools, and one […]
A blogger explains how to clone an active Raspberry Pi SD card using the rpi-clone tool. After accessing the Raspberry Pi via SSH, they download the rpi-clone GitHub repository and conduct a test run. They then insert a new SD card, use specific commands to confirm its recognition, and perform the cloning process. Challenges due to SD card size differences are mentioned, alongside a tutorial video that provides additional guidance.
Here are the step by step walk though to update the Home-Assistant in Docker container. Step 1. Stop and Delete the container SSH to your […]
One problem when you are using micro controllers such as Arduino or ESP8266 is that you need to be aware of how precious the memory […]
If you have followed my previous post on how to install NXFilter on Raspberry Pi, you might find the following information useful to upgrade what […]
Now that you have all those docker containers working beautifully, there come a point that you will need to restart the server. That’s when all […]
I ordered Raspberry Pi just before we went into lockdown. And I am trying to find what I can push this little device into. I […]
To continue with the DIYHue build, I am going to show you how to create your own DIYHue Motion sensor. The motion sensor can be […]
If you have been following my previous post about the DIY Hue, you will like this addition to the DIY Hue family. It is the […]
Now that you have a working DIY Hue you can connect this to Hue Sync App to make a cool effects/sync your light when you […]
If you have been following my post on setting up Home Assistant with Docker in Raspberry Pi. This is the continuation of the post. Once […]
If you have been following my post on installing Home Assistant on Raspberry Pi, now it is the time to try posting MQTT message to […]
Now that you have Home Assistant installed, you will need to install MQTT broker to allow interaction between your IoT devices with Home Assistant. In […]
This is the continuation from the previous post Docker Installation. Now we can install Home Assistant via Docker into Raspberry Pi. To start the installation, […]
Docker is a tool that allows you to deploy application inside a software containers. This is good especially for Raspberry Pi because you can easily […]
Every now and again you would experiment with things in raspberry pi, in this instance I am playing around with the wall display called Dakboard, […]
To back up your raspberry pi remotely, you will need to know the ip address, then using the following command ssh pi@xx.x.x.xx “sudo dd if=/dev/mmcblk0 […]