Accessing your files at home from your office

Assume you are at work and you would like to access your files at home in a secure way. There are many ways to accomplish this, for example by remote desktop. In this article I will unveil another approach namely via SSH (Secure SHell) and mounting your remote home-directory at your computer at work. Example… Continue reading Accessing your files at home from your office

Gouden regels voor beleggen

Dit artikel zal ingaan op enkele gouden regels die in de beleggingswereld worden toegepast. Belasting Zelf ben ik rond 1997 geïnteresseerd geraakt in beleggen. In die tijd gold in Nederland een belastingstelsel waarbij het liquide vermogen onbelast was (spaargeld) maar dat een rente van boven de 1000 gulden wel werd belast. Toen waren hoge rentes… Continue reading Gouden regels voor beleggen

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