Recipe: Curry sauce

Add the curry sauce of this recipe to for example chicken with green beans, rice, and blue cheese. Ingredients (+/- 400 ml sauce) 1 onion 2 cloves of garlic olive oil 4 teaspoons curry powder 1 teaspoon sambal badjak 2 bouillon cubes (Maggi) +/- 7 gram 400 ml semi-skimmed milk 2×100 ml water 2x swabbed… Continue reading Recipe: Curry sauce

Recover a Cisco switch service module NME-16ES-1G-P from a corrupt or missing IOS

In this tutorial you will learn how to recover from a corrupt or missing Cisco IOS (Internetwork Operating System) at a Cisco EtherSwitch Service Module – switch – 16 ports (NME-16ES-1G-P). The service module IOS runs independent from the host router IOS. After performing this tutorial, the switch service module is running its own IOS… Continue reading Recover a Cisco switch service module NME-16ES-1G-P from a corrupt or missing IOS

Navigation and Audio Menu gone from MFA after upgrade of RNS-510

By Plani (own work) [CC-BY-SA-3.0 (http://creativecommons.org/licenses/by-sa/3.0)], via Wikimedia Commons

Recently I upgraded the firmware of the RNS-510 Navigation System in my Volkswagen Passat B7 (Type 3C) from software version: 3970 to version 5218. Everything went well: Inserted the CD with new firmware, waited 45 – 60 minutes till the upgrade was finished by resetting the device. After this upgrade however, there was something gone… Continue reading Navigation and Audio Menu gone from MFA after upgrade of RNS-510

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