InfoQ Homepage Linux Content on InfoQ
-
How to Make Linux Microservice-Aware with Cilium and eBPF
Thomas Graf talks about a new efficient in-kernel programming language called eBPF. It allows extending existing kernel components or glue them together in new forms without changing the kernel itself
-
Introduction to gVisor: Sandboxed Linux Container Runtime
Emma Haruka Iwao introduces the architecture of gVisor and its benefits and discusses differences between other isolation mechanisms.
-
Unikraft - Unleashing the Power of Unikernels
Felipe Huici introduces Unikraft, describes it in greater detail, and gives a brief demo of how to use it in order to build a few different unikernels.
-
Ensuring Platform Security with Windows Bosh Add-ons and Runtime-Config at Boeing
Presenters discuss implementing security for a Windows deployment on PCF with Bosh add-ons via Runtime Config.
-
The Modern Operating System in 2018
Justin Cormack looks at unikernels, LinuxKit, hypervisors, containers, library operating systems,and other recent developments to see status on the route towards agility for the operating system
-
cgroupv2: Linux's New Unified Control Group System
Chris Down goes over design decisions and deviations for cgroupv2 compared to v1, pitfalls and caveats one may encounter when migrating to cgroupv2, and how Facebook is using cgroupv2.
-
SQL Server on Linux: Will it Perform or Not?
Slava Oks talks about SQL Server’s history, high-level architecture and dives into core of I/O Manager, Memory Manager, and Scheduler. Topics include lessons learned and experiences behind the scenes.
-
Migrating .NET Apps to CF, a Strategy for Enterprises
Nicholas Grabowski talks about a strategy for migrating 100s of legacy .NET apps and new .NET Core apps to CF, mentioning lifecycle management with BOSH, .NET Core on Linux.
-
Netflix Keystone - How We Built a 700B/day Stream Processing Cloud Platform in a Year
Peter Bakas presents in detail how Netflix has used Kafka, Samza, Docker, and Linux to implement a multi-tenant pipeline processing 700B events/day in the Amazon AWS cloud.
-
Exploding the Linux Container Host
Ben Corrie discusses Project Bonneville, how to create a shared Linux kernel for privileged containers, running containers without Linux, and VMware's dynamic resource constraints of a container host.
-
Booting IoT with Grails
Colin Harrington explores what it means to use a framework such as Grails as a power player on embedded Linux devices for IoT & home automation applications.
-
Linux Kernel Hacking: A Crash Course
Georgi Knox conducts a hands on session overviewing the history of Linux, what the kernel is, what system calls are, how to write modules, how to build a kernel, etc.