From dffffc80236c9773b592737a5745dea4be6fb26b Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 3 Jul 2023 19:58:58 +0200 Subject: [PATCH] Toevoegen talk --- .../nluug/najaarsconferentie-2019/_index.md | 1 + ...chael-boelen-lets-create-better-scripts.md | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 content/evenementen/nluug/najaarsconferentie-2019/talks/michael-boelen-lets-create-better-scripts.md diff --git a/content/evenementen/nluug/najaarsconferentie-2019/_index.md b/content/evenementen/nluug/najaarsconferentie-2019/_index.md index ddb33af..931ec10 100644 --- a/content/evenementen/nluug/najaarsconferentie-2019/_index.md +++ b/content/evenementen/nluug/najaarsconferentie-2019/_index.md @@ -106,6 +106,7 @@ event_schedule: talk: speaker: Michael Boelen title: "Let's create better* scripts" + link: talks/michael-boelen-lets-create-better-scripts/ - row: columns: - column: diff --git a/content/evenementen/nluug/najaarsconferentie-2019/talks/michael-boelen-lets-create-better-scripts.md b/content/evenementen/nluug/najaarsconferentie-2019/talks/michael-boelen-lets-create-better-scripts.md new file mode 100644 index 0000000..8545242 --- /dev/null +++ b/content/evenementen/nluug/najaarsconferentie-2019/talks/michael-boelen-lets-create-better-scripts.md @@ -0,0 +1,30 @@ +--- +categories: +- presentaties +date: 2023-07-03T10:31:43+02:00 +description: "Een presentatie gegeven door Michael Boelen over het optimaliseren van shellscripts en tips om ze veiliger en betrouwbaarder te maken." +layout: event-talk +tags: +- shell +- scripting +title: "Michael Boelen - Let's create better* scripts" +speakers: +- michael-boelen +presentation: + filename: 2019-11-21-michael-boelen-lets-create-better-scripts.pdf +recording: + platform: youtube + url: +--- + +## Abstract + +Whether you call yourself a system administrator, developer, or DevOps sprint mediator, life is too short for sloppy shell scripts! In this talk, we look at how to improve them to stand the test of time. Michael will share how to create a good foundation for your scripts, so they run more reliable now and in the future. Your (future) colleagues might love you for it. + +Focus areas of this presentation include error handling, security, style, and best practices. Also, it will cover (many) mistakes made by Michael over the last 20 years. Got some of your own? They are welcome as part of the discussion. + +## Biografie + +Michael Boelen specializes in the field of Linux and UNIX security. He worked as a consultant for several Fortune 500 companies like Philips and ASML. In 2013, Michael started the security firm CISOfy to simplify security. + +Next to software development, he is interested in technical auditing, system hardening, and compliance. Michael is the author of several open source security tools, including Rootkit Hunter (rkhunter) and Lynis. He blogs at Linux-Audit.com and has a personal website with relevant presentations.