Main Page: Difference between revisions
(recreate osm link to new page) |
(add details) |
||
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 (pid=0) | 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. | ||
===== [[Osm]] ===== | ===== [[Osm]] ===== | ||
Abbreviation of OpenStreetMap, complete cartography storage and rendering pipeline. | |||
===== [[Lada]] ===== | ===== [[Lada]] ===== | ||
Webserver of most video data and some static content too | Webserver of most video data and some static content too. | ||
=== Additional getting started links === | === Additional getting started links === |
Revision as of 20:52, 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 (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.
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.