From 94e46e534d44a0df06679ac8461cd89992debe20 Mon Sep 17 00:00:00 2001 From: Patrick Reijnen Date: Fri, 29 Dec 2023 15:18:28 +0100 Subject: [PATCH] Toevoegingen van en updates op een aantal NJ2018 talks --- .../nluug/najaarsconferentie-2018/_index.md | 6 ++-- ...-large-files-across-research-facilities.md | 33 +++++++++++++++++++ .../jan-piet-mens-the-story-of-owntracks.md | 29 ++++++++++++++++ .../kees-meijs-cloud-construction-at-nefos.md | 33 +++++++++++++++++++ ...d-will-fragmentation-kill-cybersecurity.md | 4 +-- 5 files changed, 99 insertions(+), 6 deletions(-) create mode 100644 content/evenementen/nluug/najaarsconferentie-2018/talks/benjamin-martin-filesender-sharing-large-files-across-research-facilities.md create mode 100644 content/evenementen/nluug/najaarsconferentie-2018/talks/jan-piet-mens-the-story-of-owntracks.md create mode 100644 content/evenementen/nluug/najaarsconferentie-2018/talks/kees-meijs-cloud-construction-at-nefos.md diff --git a/content/evenementen/nluug/najaarsconferentie-2018/_index.md b/content/evenementen/nluug/najaarsconferentie-2018/_index.md index 5310ad6..7320a5d 100644 --- a/content/evenementen/nluug/najaarsconferentie-2018/_index.md +++ b/content/evenementen/nluug/najaarsconferentie-2018/_index.md @@ -102,7 +102,7 @@ event_schedule: talk: speaker: Jan-Piet Mens title: The Story of OwnTracks - link: + link: talks/jan-piet-mens-the-story-of-owntracks/ - column: talk: speaker: Martijn van Lom @@ -164,7 +164,7 @@ event_schedule: talk: speaker: Kees Meijs title: "Cloud construction at Nefos" - link: + link: talks/kees-meijs-cloud-construction-at-nefos/ - column: talk: speaker: Slawek Wojtczak @@ -216,7 +216,7 @@ event_schedule: talk: speaker: Benjamin Martin title: "FileSender: Sharing large files across research facilities" - link: + link: talks/benjamin-martin-filesender-sharing-large-files-across-research-facilities/ - column: talk: speaker: Mischa Peters diff --git a/content/evenementen/nluug/najaarsconferentie-2018/talks/benjamin-martin-filesender-sharing-large-files-across-research-facilities.md b/content/evenementen/nluug/najaarsconferentie-2018/talks/benjamin-martin-filesender-sharing-large-files-across-research-facilities.md new file mode 100644 index 0000000..1ca165c --- /dev/null +++ b/content/evenementen/nluug/najaarsconferentie-2018/talks/benjamin-martin-filesender-sharing-large-files-across-research-facilities.md @@ -0,0 +1,33 @@ +--- +categories: +- presentaties +date: 2018-11-15T10:31:43+02:00 +description: "" +layout: event-talk +tags: +- filesender +- files +title: "Benjamin Martin - FileSender: sharing large files across research facilities" +speakers: +- benjamin-martin +presentation: + filename: 2018-11-15-benjamin-martin-filesender-sharing-large-files-across-research-facilities.pdf +recording: + platform: youtube + url: https://www.youtube.com/watch?v=tzxnNGv9ObE +--- + +## Abstract + +The FileSender project allows large files (100gb+) to easily be shared with people at other companies and research facilities. Uploads and downloads occur in the browser and files can be uploaded to a FileSender hosted at your organization or you can be invited as a guest to another research facility installation. Optional end to end encryption keeps the data secure from users on the server, all crypto is done in the browser keeping it simple and secure for users. + +While a raw http and ftp server can be used to share files, many non technical users will not have access to upload and administer one of these servers. Access control to only selected users and automatic expiration of hosted files might be difficult for users more interested in research which is outside the IT field. + +FileSender supports push and pull models. To push, if you have access to a FileSender installation you can upload the file to it and inform those who you want to access the data to allow them to obtain it. To pull a file, you can create a guest on your FileSender install and invite a user to upload the data there. Guests can be subjected to specific access control, for example, only uploading a single file, and only to you. + + +I would love to talk about the challenges the FileSender project tries to address, the php/js code that comprise it, the history, and development of FileSender. I think it is a useful project to know and use in research and commercial environments and would love to hear feedback on where the project might want to move in the future. + +## Biography + +Dr Martin is the creator of libferris and loves to push the envelope of what a filesystem can do. He loves to build robots, cnc machines, and tinker with electronics. He has a long history with open source, including many ODF projects and a core contributor to FontForge for many years and is now the project lead for FileSender. \ No newline at end of file diff --git a/content/evenementen/nluug/najaarsconferentie-2018/talks/jan-piet-mens-the-story-of-owntracks.md b/content/evenementen/nluug/najaarsconferentie-2018/talks/jan-piet-mens-the-story-of-owntracks.md new file mode 100644 index 0000000..2102e72 --- /dev/null +++ b/content/evenementen/nluug/najaarsconferentie-2018/talks/jan-piet-mens-the-story-of-owntracks.md @@ -0,0 +1,29 @@ +--- +categories: +- presentaties +date: 2018-11-15T10:31:43+02:00 +description: "" +layout: event-talk +tags: +- owntracks +title: "Jan-Piet Mens - The Story of OwnTracks" +speakers: +- jan-piet-mens +presentation: + filename: +recording: + platform: youtube + url: https://www.youtube.com/watch?v=ZOkit8TVUd8 +--- + +## Abstract + +OwnTracks let you track your own location (hence the name) via your own equipment. It is an Open Source project which produces Android and iOS apps. + +In this talk, we tell you a bit about the crazy idea of how OwnTracks came to be, and some of the applications we've know people are using it for. We'll show you some of the eco-system around it. OwnTracks also produces a "protocol" which is implemented in the Recorder and for openHAB and Home Assistant, Traccar, etc. + +## Biography + +Jan-Piet Mens is an independent Unix/Linux consultant and sysadmin who's worked with Unix-systems since 1985. Jan-Piet does odd bits of coding, and has architected infrastructure at major customers throughout Europe. + +One of his specialities is the Domain Name System and as such, he authored the book Alternative DNS Servers as well as a variety of other technical publications, and he launched the MQTT-based Open Source OwnTracks project. \ No newline at end of file diff --git a/content/evenementen/nluug/najaarsconferentie-2018/talks/kees-meijs-cloud-construction-at-nefos.md b/content/evenementen/nluug/najaarsconferentie-2018/talks/kees-meijs-cloud-construction-at-nefos.md new file mode 100644 index 0000000..c707296 --- /dev/null +++ b/content/evenementen/nluug/najaarsconferentie-2018/talks/kees-meijs-cloud-construction-at-nefos.md @@ -0,0 +1,33 @@ +--- +categories: +- presentaties +date: 2018-11-15T10:31:43+02:00 +description: "" +layout: event-talk +tags: +- cloud +- openstack +- ceph +title: "Kees Meijs - Cloud construction at Nefos" +speakers: +- kees-meijs +presentation: + filename: 2018-11-15-kees-meijs-cloud-construction-at-nefos.pdf +recording: + platform: youtube + url: https://www.youtube.com/watch?v=83Sc8zQtjCY +--- + +## Abstract + +This talk (in Dutch) is about Kees’ journey at Nefos towards a fully functional implementation of OpenStack in a public environment. + +We start with the search for scale-out storage, going in production with Ceph, later on improving with SSDs and such. Continuing with systems architecture in terms of networking and OpenStack components. Pitfalls, maybe some war stories and thoughts about where to go from hereon. In short not a comprehensive guide how to build a OpenStack cloud, but a real-life tale how it’s done and not done at Nefos. + +Obviously there’s room for discussion and to ask questions along the way. + +## Biography + +Back in ‘96 Kees discovered the wonders of Open Source software and especially Linux. First his hobby and later career in IT brought him a lot of experience and expertise in systems operations and IT architecture. + +Nowadays Kees works as a platform architect and partner at Nefos, a new kid on the block in terms of public cloud computing. Do we hear Ceph? Do we hear OpenStack? Yes, we do! Oh, and DevOps and such. \ No newline at end of file diff --git a/content/evenementen/nluug/najaarsconferentie-2018/talks/martijn-van-lom-fragile-cyber-world-will-fragmentation-kill-cybersecurity.md b/content/evenementen/nluug/najaarsconferentie-2018/talks/martijn-van-lom-fragile-cyber-world-will-fragmentation-kill-cybersecurity.md index 694320a..922000b 100644 --- a/content/evenementen/nluug/najaarsconferentie-2018/talks/martijn-van-lom-fragile-cyber-world-will-fragmentation-kill-cybersecurity.md +++ b/content/evenementen/nluug/najaarsconferentie-2018/talks/martijn-van-lom-fragile-cyber-world-will-fragmentation-kill-cybersecurity.md @@ -5,9 +5,7 @@ date: 2018-11-15T10:31:43+02:00 description: "" layout: event-talk tags: -- dcf77 -- time -- raspberry-pi +- cybersecurity title: "Martijn van Lom - Fragile cyber-world: will fragmentation kill cybersecurity?" speakers: - martijn-van-lom