All posts by Eimert

About Eimert

🇳🇱 Java Developer. Passionate about Linux and Java. Curious and eager to learn.

pastebin

eimert@EIM ~ $ pastebin
eimert@EIM ~ $ echo $?
0
eimert@EIM ~ $ echo hi | pastebin


hi

view raw

-

hosted with ❤ by GitHub

eimert@EIM ~ $

Troubleshooting virtualbox VM’s not starting

On my Linux Mint 17.1 machine I regularly face an error starting a VM. This error occurs after every kernel update. It says that the VirtualBox kernel driver was not loaded.

This can be solved by reinstalling the virtualbox-dkms package:

sudo apt-get --reinstall install virtualbox-dkms

And then the VirtualBox kernel drivers are loaded.

This workaround turned out fine for me, so I thought I could share it. Remark; updating the Addons can also help. Go to: File – Check for updates.

virtualbox

Credits

Ordina DevOps: puppetmaster configuratie in GIT

Inleiding
In deze tutorial leg ik uit hoe grote bedrijven hun puppet omgeving hebben ingericht. De puppetmaster configuratie wordt opgeslagen in een GIT repository, zodat wijzigingen op een centrale plaats kunnen worden gedaan. De ingebruikzijnde puppet modules worden ook centraal beheerd. Deze uitleg is gebaseerd op een puppettraining. Het is een globale uitleg van de werking, en geen stap voor stap handleiding.

Continue reading Ordina DevOps: puppetmaster configuratie in GIT

simultaneous tasks in bash

Function that calculates the sha1 hash of 1. the backup partition and 2. the backup image simultaneously.

[ecp code=”simultaneous_tasks_in_bash”]

Structure
sha1sum backup partition &
sha1sum backup image &
wait $(jobs -p)

Working

The & creates a background task, which can be viewed using jobs or top.

Goodbye TU/e

De pre-master Computer Science & Engineering is niet wat ik ervan had verwacht. Ik heb hard gewerkt om bij te komen op het niveau wiskunde dat wordt gevraagd. De theoretische benadering van informatica kan vrij abstract zijn, maar voor de ingewijden zeker interessant. Ik werk liever aan praktische oplossingen 🙂

IMG_20150724_142917 - kopie

TU/e
Goodbye TU/e

Afgestudeerd!

Op 26 maart 2015 heb ik mijn Hbo-diploma Business IT & Management (met honours) in ontvangst mogen nemen! 🙂

diploma-uitreiking
Diploma-uitreiking

Na mijn afstuderen ben ik begonnen met een pre-master Computer Science & Engineering aan de TU/Eindhoven.