In this article several issues related to Linux and applications will be discussed. The format will be in a question and answer based manner. For questions regarding Android, please check the article: Android: Questions and Answers For questions regarding Raspberry Pi, please check the article: Raspberry Pi: Questions and Answers Linux Linux is a Unix-like… Continue reading Miscellaneous Questions and Answers
Raspberry Pi: First use
In this post I tell you what you need to know to use your Raspberry Pi for the first time. After following these steps, you are running Raspbian on a Raspberry Pi. Assumptions You are using Ubuntu (15.10) You are using a Raspberry Pi 2 Model B You can power up the Raspberry Pi… Continue reading Raspberry Pi: First use
Recipe: Sweet soy sauce
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