LINE API総復習シリーズ第2弾、LINEログイン編でお話しした資料です。LINEログインの概要とOAuth2.0/OpenID Connectについて解説しています。
https://linedevelopercommunity.connpass.com/event/248669/
コンテナ仮想、その裏側 〜user namespaceとrootlessコンテナ〜Retrieva inc.
This document discusses user namespaces and rootless containers in Linux. It explains that user namespaces allow mapping user IDs between namespaces to allow processes to run without root privileges. Rootless containers like Podman leverage user namespaces to allow container operations without root access. The document provides details on how user namespaces work and how tools like Podman are able to achieve rootless containers using user namespaces.
LINE API総復習シリーズ第2弾、LINEログイン編でお話しした資料です。LINEログインの概要とOAuth2.0/OpenID Connectについて解説しています。
https://linedevelopercommunity.connpass.com/event/248669/
コンテナ仮想、その裏側 〜user namespaceとrootlessコンテナ〜Retrieva inc.
This document discusses user namespaces and rootless containers in Linux. It explains that user namespaces allow mapping user IDs between namespaces to allow processes to run without root privileges. Rootless containers like Podman leverage user namespaces to allow container operations without root access. The document provides details on how user namespaces work and how tools like Podman are able to achieve rootless containers using user namespaces.
The document discusses visualizing Wikipedia data using force-directed graphs and Voronoi diagrams with the JavaScript library d3.js. It provides examples of basic charts created with d3.js by selecting DOM elements and binding data to append child elements. The examples demonstrate how to update the chart by rebinding new data and removing old data elements.