You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

45 lines
1.3 KiB

[
{
"chapter": 1,
"title": "Start a Lab",
"subtitle": "Absolute basics",
"type": "video",
"desc": "Simple Steps to Start Virtual Lab",
"service":"vimeo",
"file": "507040807"
},
{
"chapter": 2,
"title": "An Introduction to process management!",
"subtitle": "Life cycle of a process",
"type": "asciidoc",
"desc": "Process creation - fork() or clone() system calls",
"file": "processes.adoc"
},
{
"chapter": 3,
"title": "Process management",
"subtitle": "Life cycle of a process",
"type": "asciidoc",
"desc": "fork, exec, copy-on-write, Zombie/Orphan process, Threads ... ",
"file": "Life_cycle_of_a_process.adoc"
},
{
"chapter": 4,
"title": "Child!",
"subtitle": "Life cycle of a process - child",
"type": "asciinema",
"desc": "Create child",
"file": "createchild.cast"
},
{
"chapter": 5,
"title": "Zombie!",
"subtitle": "Life cycle of a process - zombie",
"type": "asciinema",
"desc": "Create a zombie process",
"file": "createzombie.cast"
}
]