[ { "chapter": 1, "title": "Start a Lab", "subtitle": "Absolute basics", "type": "video", "desc": "Simple Steps to Start Virtual Lab", "service":"vimeo", "file": "510376917" }, { "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": 2, "title": "An Introduction to Linux !", "subtitle": "Absolute basics", "type": "asciinema", "desc": "Absolute basics, File types, Access rights etc", "file": "basics.cast" }, { "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" } ]