"├── android","│   ├── AboutPageAssets","│   │   └── styles","│   │   └── aboutPageStyle.css","│   ├── AndroidDevelopmentEssentialTraining-CreateYourFirstApp.html","│   ├── android.html","│   ├── AndroidStudioEssentialTraining.html","│   ├── ASEssentialTraining","│   │   ├── figure10.png","│   │   ├── figure9.png","│   │   └── Git-Logo-2Color.png","│   ├── FirstAppImages","│   │   ├── figure5.png","│   │   ├── figure7.png","│   │   └── monster01.png","│   ├── images.html","│   ├── javaFX_Diary.html","│   ├── KotlinEssentialTraining.html","│   ├── Kotlin Images","│   │   ├── cover.gif","│   │   ├── figure10.png","│   │   ├── figure1.png","│   └── styles","│   └── style.css","├── index.html","├── linux","│   ├── AboutPageAssets","│   │   └── styles","│   │   └── aboutPageStyle.css","│   ├── commandline","│   │   ├── images","│   │   │   ├── appendixAimage1.png","│   │   │   ├── appendixAimage2.png","│   │   │   ├── appendixAimage3.png","│   │   │   ├── appendixAimage4.png","│   │   │   ├── figure10.png","│   │   └── LearningLinuxCommandLine.html","│   ├── compile_the_kernel.html","│   ├── diary","│   │   ├── images","│   │   │   ├── Linux_Diary_html_42d462de.png","│   │   │   ├── Linux_Diary_html_5549e10b.png","│   │   └── LinuxDiary.html","│   ├── downloads.html","│   ├── filesandpermissions","│   │   ├── images","│   │   │   ├── figure11.png","│   │   │   ├── figure12.png","│   │   └── LinuxFilesandPermissions.html","│   ├── linux.html","│   ├── LINUX Links.html","│   ├── LinuxWebServices","│   │   ├── images","│   │   │   ├── figure10.png","│   │   │   ├── figure11.png","│   │   │   ├── figure1.png","│   │   └── LinuxWebServices.html","│   ├── overview","│   │   ├── images","│   │   │   ├── figure10.png","│   │   │   ├── figure1.png","│   │   └── LinuxOverviewandInstallation.html","│   ├── packages.html","│   ├── scripting","│   │   ├── images","│   │   │   ├── figure10.png","│   │   │   ├── figure12.png","│   │   └── LearningBashScripting.html","│   └── styles","│   └── style.css","├── others","│   ├── AboutPageAssets","│   │   └── styles","│   │   └── aboutPageStyle.css","│   ├── diary.html","│   ├── others.html","│   ├── photos","│   │   ├── photo1.JPG","│   └── styles","│   └── style.css","├── programming","│   ├── perl5","│   │   ├── images","│   │   │   ├── image10.png","│   │   │   ├── image1.png","│   │   └── perl5.html","│   ├── programming.html","│   ├── pythonDiary.html","│   ├── ruby.html","│   └── styles","│   └── style.css","├── raspberrypi","│   ├── AboutPageAssets","│   │   └── styles","│   │   └── aboutPageStyle.css","│   ├── raspberrypi.html","│   ├── styles","│   │   └── style.css","│   └── web_server.html","├── styles","│   ├── homepagestyles.css","│   ├── homestyles.css","│   ├── navigation_styles.css","│   └── style.css","└── webdevelopment"," ├── htmlessentialtraining"," │   ├── formattingtext.html"," │   ├── htmlessentialtraining.html"," │   ├── images"," │   │   ├── accessibility_tree_1.png"," │   │   ├── accessibility_tree_2.png"," │   │   └── image1.png"," │   └── power.html"," ├── learningreactjs"," │   ├── components.html"," │   ├── elements.html"," │   ├── enhancements.html"," │   ├── gettingstarted.html"," │   ├── hooks.html"," │   ├── images"," │   │   ├── 5176.jpg"," │   │   ├── image10.png"," │   │   ├── image11.png"," │   ├── learningreactjs.html"," │   └── nextsteps.html"," ├── styles"," │   └── style.css"," └── webdevelopment.html"]));