6
0
Fork 0

3 talks toegevoegd aan 2019vj

Markdown opmaak fouten opgelost
This commit is contained in:
Patrick Reijnen 2023-07-29 16:53:38 +02:00
parent 82c3a7ca2a
commit 971e1c4bf5
5 changed files with 97 additions and 3 deletions

View file

@ -102,6 +102,7 @@ event_schedule:
talk:
speaker: Maxim Burgerhout
title: End-to-end automation with Ansible
link: talks/maxim-burgerhout-end-to-end-automation-with-ansible/
- column:
talk:
speaker: Brian Joseph
@ -161,7 +162,7 @@ event_schedule:
talk:
speaker: Kashyap Chamarthy
title: Effective Virtual CPU Configuration with QEMU and libvirt
link:
link: talks/kashyap-chamarthy-effective-virtual-cpu-configuration-with-qemu-and-libvirt/
- column:
talk:
speaker: Esther Crabbendam
@ -184,6 +185,7 @@ event_schedule:
talk:
speaker: Olivier Lambert
title: "XCP-ng: building an Open Source and turnkey virtualization platform"
link: talks/olivier-lambert-xcp-ng-building-an-open-source-and-turnkey-virtualization-platform/
- column:
talk:
speaker: Alexios Zavras

View file

@ -21,7 +21,7 @@ recording:
Earlier this year, the World Wide Web Consortium published the W3C Recommendation for Web Authentication: An API for accessing Public Key Credentials. This API enables web sites to authenticate users with FIDO2 authenticators — small hardware tokens that can be used as a second factor for protecting your accounts at Dropbox, Google, and Microsoft (just like its predecessor, FIDO U2F).
Moreover, [FIDO2](https://fidoalliance.org/fido2/)_ support passwordless login, where users can access their accounts without the need to enter any credentials, instead performing some user action like pushing a button or scanning a fingerprint.
Moreover, [FIDO2](https://fidoalliance.org/fido2/) support passwordless login, where users can access their accounts without the need to enter any credentials, instead performing some user action like pushing a button or scanning a fingerprint.
Also of great importance are the security benefits of FIDO2 tokens, in particular its privacy properties and protection from phishing and Man-in-the-Middle attacks.
@ -31,4 +31,4 @@ In this presentation, we will dive into this new technology and see how it works
Joost van Dijk works for SURF, the collaborative organisation for ICT in Dutch education and research as a technical product manager in the field of Security and Privacy.
For the past decade, he has been working on solutions for improving the usability and security of authentication for SURF's population of 1.5 million students, researchers, and staff. He was involved in the development of SURFs service for strong authentication and is the co-designer of the open source authentication app [tiqr](https://tiqr.org/)_.
For the past decade, he has been working on solutions for improving the usability and security of authentication for SURF's population of 1.5 million students, researchers, and staff. He was involved in the development of SURFs service for strong authentication and is the co-designer of the open source authentication app [tiqr](https://tiqr.org/).

View file

@ -0,0 +1,32 @@
---
categories:
- presentaties
date: 2019-05-23T10:31:43+02:00
description: ""
layout: event-talk
tags:
- qemu
- libvirt
title: "Kashyap Chamarthy - Effective Virtual CPU Configuration with QEMU and libvirt"
speakers:
- kashyap-chamarthy
presentation:
filename: 2019-05-23-kashyap-chamarthy-effective-virtual-cpu-configuration-with-qemu-and-libvirt.pdf
recording:
platform: youtube
url: https://www.youtube.com/watch?v=UZXIZzSUeyw
---
## Abstract
QEMU (the open source machine emulator and virtualizer) and the libvirt API allow a variety of ways in which CPUs can be configured for virtual machines (VMs). However, there had been a flurry of CPU hardware flaws in 2018, and it has become increasingly difficult to choose an optimal CPU configuration. This talk aims to provide some clarity around this.
In this presentation, we will walk through the distinct CPU configuration interfaces QEMU offers, and in turn, how the libvirt project uses those interfaces to provide convenient APIs for higher-level tools. We will also consider critical needs such as the ability to live migrate a VM across hosts with a diverse set of CPUs; or the flexibility to add or remove specific CPU features from a guest CPU model—to mitigate from various hardware CPU flaws.
The talk will be set in context such that developers and administrators of high-level management software (that relies on KVM, QEMU and libvirt) will, hopefully, gain an appreciation for the details.
## Biography
Kashyap Chamarthy works as part of Red Hat's Cloud Engineering group. He focuses his efforts on integrating low-level virtualization components (KVM, QEMU, libvirt and related tooling) into higher-level management tools (OpenStack).
He has previously presented or participated in the last seven editions of Linux Foundation's technical events (mostly European, sometimes North American) such as LinuxCon, Open Source Summit, and KVM Forum. And also at other major open source conferences such as FOSDEM.

View file

@ -0,0 +1,32 @@
---
categories:
- presentaties
date: 2019-05-23T10:31:43+02:00
description: ""
layout: event-talk
tags:
- ansible
- automation
title: "Maxim Burgerhout - End-to-end automation with Ansible"
speakers:
- maxim-burgerhout
presentation:
filename: 2019-05-23-maxim-burgerhout-end-to-end-automation-with-ansible.pdf
recording:
platform: youtube
url:
---
## Abstract
Let me take you on a journey through the endless possibilities of Ansible. You already knew Ansible could manage Linux machines, but your data center contains much, much more. What about hypervisors? Clouds? Windows machines? Network devices? Kubernetes? Applications?
During this session, we'll look at deploying and configuring various platforms and applications, combining them into automated wall-to-wall deployments and look at some things you might never have tried before!
## Biography
Maxim has worked in various fields, from law enforcement to academia, through being a consultant in several mid-size and large IT firms in the Netherlands, until ending up at Red Hat.
At Red Hat, Maxim is part of the presales team in the Benelux region, as a principal solution architect, and part-time evangelist. Red Hat is the place where Maxim was destined to end up at: it was his ultimate goal ever since he started to work with Linux and other open source software in the early '00s. He is very passionate about Red Hat and the way Red Hat does it's software development: out in the open.
Maxim has spoken at various conferences, both in Europe and the United States, about the Red Hat portfolio and open society in general and open source in particular. He was voted #1 speaker at Red Hat Summit 2018 in San Francisco.

View file

@ -0,0 +1,28 @@
---
categories:
- presentaties
date: 2019-05-23T10:31:43+02:00
description: ""
layout: event-talk
tags:
- xcp-ng
- virtualization
title: "Olivier Lambert - XCP-ng: building an Open Source and turnkey virtualization platform"
speakers:
- olivier-lambert
presentation:
filename:
recording:
platform: youtube
url: https://www.youtube.com/watch?v=LxlR8rdhCHQ
---
## Abstract
Creating a new virtualization platform in 2018 seems intriguing. Why doing something like this? Is anyone would be interested? XCP-ng answered those questions in a clear manner. Initially a fork of XenServer, XCP-ng made something some people thought would be impossible: gathering a large community around a new virtualization platform in those modern days, where containers and serverless are advertised as the only way to build a decent IT infrastructure.
XCP-ng is a fully Open Source and turnkey virtualization platform. In other words, a specialized Linux distro, with everything you need to run your virtual machines on it, without complicated installation and configuration. We'll see why it was born in the first place, what happened since and the future of it.
## Biography
Olivier Lambert has been working with free software projects since 2005, deploying Xen since 2008. He was the creator of Xen Orchestra in 2009 and XCP-ng in 2018. He's one of the founder of Vates, a French company specializing in Open Source.