Renaming multiple files in Linux & OSX in one line
Renaming multiple files with the mv command is easier if you know a little bit of Bash scripting. I stumble across the following when I try […]
Renaming multiple files with the mv command is easier if you know a little bit of Bash scripting. I stumble across the following when I try […]
I stumble across the cool WLED firmware which allow you to control my LED Strips. So combining this with LedFx, it makes one heck of […]
So I have upgraded my Hackintosh with a new CPU and GPU with the following specs: Intel Core i5-10400F 4.3 GHz LGA1200 CPU AMD Sapphire […]
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 […]
I need to experiment with my Unifi API, and given that all my machine is occupied, I decided to use my new Hackintosh BigSur as […]
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 […]
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 […]
I stumble across a post about how to turn your ESP8266 to be compatible Philip Hue device. Step 1. Install DIY Hue The first step […]
I have been pulling my hair for the last couple of days trying to install Darknet with Cuda and Opencv. Installing Darknet on it’s own […]
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. First create a storage for the homeassistnat mkdir -p /home/pi/homeassistant Now we can install Home Assistant […]
You will need two session of terminal to repair, the first session to run the mongo daemon and the second session to prune the database. […]
This is the continuation of the Temperature sensor project in the previous post. The concept is to allow the data from sensors (temperature, motion) can […]
I stumble across a problem when trying to download attachment from the Sharepoint List. The list have more than 50,000 rows, the problem with the […]
I stumble across this problem when we try to decommissioning Microsoft Sharepoint. We had a huge document library and it is not possible to copy […]