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.4 KiB

[
{
"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": "fork-exec",
"subtitle": "Life cycle of a process",
"type": "asciidoc",
"desc": "fork() is the the system call that the parent process uses to 'divide' itself ('fork') into two identical processes.",
"file": "Life_cycle_of_a_process.adoc"
},
{
"chapter": 3,
"title": "Linux file system layout",
"subtitle": "Absolute basics",
"type": "asciinema",
"desc": "Subdirectories of the root directory",
"file": "filesystem.cast"
}
]