Main Page: Difference between revisions

From Personal wiki
(add details)
mNo edit summary
Line 3: Line 3:


==== LXC containers ====
==== LXC containers ====
an LXC container is a type of virtualization environment made possible by namespace isolation of processes. Any program within a container still runs on the same (linux) kernel but knows about a different init process (pid=0) than the original of the host. Also, it cannot see other processes on the host's process tree, only processes in its namespace, somewhat like a subtree. LXC enables isolation of different resources and is mainly used here for network and data access control.
an LXC container is a type of virtualization environment made possible by namespace isolation of processes. Any program within a container still runs on the same (linux) kernel but knows about a different init process than the original of the host. Also, it cannot see other processes on the host's process tree, only processes in its namespace, somewhat like a subtree. LXC enables isolation of different resources and is mainly used here for network and data access controls.


===== [[Osm]] =====
===== [[Osm]] =====

Revision as of 21:43, 5 April 2022

Technical

Information about current and past software and hardware configurations

LXC containers

an LXC container is a type of virtualization environment made possible by namespace isolation of processes. Any program within a container still runs on the same (linux) kernel but knows about a different init process than the original of the host. Also, it cannot see other processes on the host's process tree, only processes in its namespace, somewhat like a subtree. LXC enables isolation of different resources and is mainly used here for network and data access controls.

Osm

Abbreviation of OpenStreetMap, complete cartography storage and rendering pipeline.

Lada

Webserver of most video data and some static content too.

Additional getting started links

Consult the User's Guide for information on using the wiki software.

Getting started