This practical training course covers basic and advanced Unix
and Linux topics. It targets scientists, programmers and system
administrators. Readers will find plenty of material and exercises
- of varying difficulty. Move the pointer to the grey bar at the left
- to open the navigation menu.
+ of varying difficulty. Move the pointer to the icon at the top left
+ corner to open the navigation menu.
»)
SECTION(«About»)
define(«TITLE», «
HEADER(«$1», «$2», «$3»)
<hr>
-<div id="menu">
- <h3> Chapter </h3>
- <ul id="chapter_list">
- <li> TOC_ENTRY(«Introduction», «$2») </li>
- <li> TOC_ENTRY(«Unix_Concepts», «$2») </li>
- ifelse(PUBLIC(), «false», «
- <li> TOC_ENTRY(Command_Line_Utilities, «$2») </li>
- »)
- <li> TOC_ENTRY(Networking, «$2») </li>
- <li> TOC_ENTRY(LVM, «$2») </li>
- <li> TOC_ENTRY(«Filesystems», «$2») </li>
- <li> TOC_ENTRY(OS-Level_Virtualization, «$2») </li>
- ifelse(PUBLIC(), «false», «
- <li> TOC_ENTRY(Gridengine, «$2») </li>
- <li> TOC_ENTRY(Git, «$2») </li>
- <li> TOC_ENTRY(Bash, «$2») </li>
- <li> TOC_ENTRY(Debugging, «$2») </li>
- »)
- </ul>
- <h4> Section </h4>
- <ul>
+<div class="dropdown">
+<svg
+ height="35" width="30"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+>
+ <rect fill="black" height="3" width="20" x="5" y="5" rx="2"/>
+ <rect fill="black" height="3" width="20" x="5" y="11" rx="2"/>
+ <rect fill="black" height="3" width="20" x="5" y="17" rx="2"/>
+</svg>
+ <div class="dropdown-content">
+ <h3> Chapter </h3>
+ <ul id="chapter_list">
+ <li> TOC_ENTRY(«Introduction», «$2») </li>
+ <li> TOC_ENTRY(«Unix_Concepts», «$2») </li>
+ ifelse(PUBLIC(), «false», «
+ <li> TOC_ENTRY(Command_Line_Utilities, «$2») </li>
+ »)
+ <li> TOC_ENTRY(Networking, «$2») </li>
+ <li> TOC_ENTRY(LVM, «$2») </li>
+ <li> TOC_ENTRY(«Filesystems», «$2») </li>
+ <li> TOC_ENTRY(OS-Level_Virtualization, «$2») </li>
+ ifelse(PUBLIC(), «false», «
+ <li> TOC_ENTRY(Gridengine, «$2») </li>
+ <li> TOC_ENTRY(Git, «$2») </li>
+ <li> TOC_ENTRY(Bash, «$2») </li>
+ <li> TOC_ENTRY(Debugging, «$2») </li>
+ »)
+ </ul>
+ <h4> Section </h4>
+ <ul>
divert(«1»)
</ul>
</div>
+</div>
divert(«2»)
»)
divert(«0»)dnl