Infrastructure as Code: Ansible vs Vagrant vs Terraform

Infrastructure as code provides the ability to provision infrastructure automatically via configuration files. Multiple solutions exist to automatically provision infrastructure. The most well-known tools are explained (including examples) in this article. These are Vagrant, Ansible and Terraform. The primary advantage …

Read more…

Linux command cheat sheet

Hieronder een overzicht van de meest gebruikt commando’s binnen Linux (Ubuntu, Raspbian). Update Linux Eerst update je de repository. Daarna installeer je de updates. Meestal hoef je Linux niet te herstarten. Uncomplicated Firewall Controleer de status van je firewall inclusief …

Read more…

De 5 stappen om je Linux server te beveiligen

Hoe kun je het beste je Linux server beveiligen? Belangrijkste is om in ieder geval een plan te hebben. Denk na over waar mogelijke risico’s zijn die je af moet schermen. Kortom, dit is altijd afhankelijk van de situatie. Een …

Read more…

Hoe verander je rechten in Linux

Het bijwerken van rechten in Linux kan ingewikkeld lijken. In realiteit valt dit echter enorm mee. Een aantal concepten zijn belangrijk om te onthouden bij het beheren van rechten voor folders en bestanden. CHMOD CHOWN Met CHMOD verander je de …

Read more…