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

Connecting to remote SSH-server from within company firewalled network

Problem 1: Often company firewalls/web proxies only allow outgoing traffic to HTTP and HTTPS ports, but you also would like to connect to a remote SSH-server. A trick is to start the remote SSH-server at the port which is normally reserved for HTTPS-traffic. Most of the time it is in this way possible to connect… Continue reading Connecting to remote SSH-server from within company firewalled network

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