Difference between revisions of "LinuxDojo1"

From Fixme.ch
Jump to: navigation, search
(Organisation: Better links)
(Cgroups)
 
Line 30: Line 30:
 
=== Cgroups ===
 
=== Cgroups ===
 
* https://lwn.net/Articles/604609/
 
* https://lwn.net/Articles/604609/
<code>
+
<pre>
 
unshare --uts
 
unshare --uts
 
unshare --ipc
 
unshare --ipc
Line 36: Line 36:
 
unshare --map-root-user --user
 
unshare --map-root-user --user
 
unshare --fork --pid --mount-proc
 
unshare --fork --pid --mount-proc
</code>
+
</pre>
 +
* [https://www.kernel.org/doc/ols/2007/ols2007v2-pages-45-58.pdf Paul Ménage's cgroups]: Adding Generic Process Containers to the Linux Kernel
  
 
== Project leader ==
 
== Project leader ==

Latest revision as of 13:25, 25 April 2017

Description

Organisation

Content

Projects ideas

  • Script to safely run any executable or file
    • PDF reader
  • Script to run an executable and get system metrics after the run (network, memory, cpu). Like time.

Namespaces

Capabilities

Cgroups

unshare --uts
unshare --ipc
unshare --user
unshare --map-root-user --user
unshare --fork --pid --mount-proc

Project leader

Participants

  • You

See also