Run ZoneMinder in a CHROOTed environment

In this post you will learn how to run  ZoneMinder at your VU+ Solo2 satellite receiver in a  CHROOTed environment to monitor your Foscam FI9805W webcam. Meanwhile you are simply creating a LAMP (Linux/Apache/MySQL and PHP)-configuration at your VU+ Solo2 and even a building environment. Steps in this tutorial Bootstrap a basic Debian system; Prepare CHROOTed-environment… Continue reading Run ZoneMinder in a CHROOTed environment

Android: Use ADB wirelessly via Wi-Fi

In this post you will learn how to connect Android Debug Bridge (ADB) wirelessly via Wi-Fi instead of using a USB-cable. Assumptions Your Android-device has a Wi-Fi connection; Your workstation has a TCP/IP connection which is routable to the Android-device; Your Android-device is connected with your workstation using a USB-cable; ADB is installed on your… Continue reading Android: Use ADB wirelessly via Wi-Fi

Recipe: Sweet soy sauce

Another soy sauce noodles recipe.

Use this recipe to create your own Sweet soy sauce (NL: ketjap saus) and combine it with for example noodles. Ingredients (+/- 800 ml sauce) 150 ml Ketjap Manis – Sweet soy sauce 1 onion 2 cloves of garlic olive oil 1 tablespoon sambal badjak 1 tablespoon soft brown sugar 450 ml + 2×100 ml… Continue reading Recipe: Sweet soy sauce

Parallel bash scripts – waiting for completion

Assume we would like to execute several independent tasks in parallel and we would like to wait till these tasks are completed. For example we would like to copy a set of files to several (remote) hosts and get a signal when we are ready with this copying task to ALL hosts so we can… Continue reading Parallel bash scripts – waiting for completion