/Me Listed at Partner Sites =========================== .. contents:: :local: `Bodenseo `__ ----------------------------------- .. list-table:: :align: left :header-rows: 1 * * Theirs * Mine * * `Embedded Linux `__ * * :doc:`/trainings/repertoire/sysprog-embedded` * :doc:`/trainings/repertoire/raspi-hands-on` * * `Raspberry Pi, Linux und Python `__ * * :doc:`/trainings/repertoire/raspi-hands-on` * * `Systemnahe Programmierung unter Linux `__ * * :doc:`/trainings/repertoire/sysprog-basics` * :doc:`/trainings/repertoire/sysprog-multithreading` * :doc:`/trainings/repertoire/sysprog-network` * :doc:`/trainings/repertoire/sysprog-fortgeschrittenes` `IT-Visions `__ ------------------------------------------- Linux Intro ........... .. list-table:: :align: left :header-rows: 1 * * Theirs * Mine * * `Linux-Grundlagen `__ * :doc:`/trainings/repertoire/linux-basics` Theirs has additional topics, * File system management (LVM, RAID, ``ext4``) * Shell scripts. *Mine* does not go much into that, rather there is a separate course (:download:`PDF `) * SSH (:download:`PDF `) * Distribution package management * Admin Systems Programming ................... .. list-table:: :align: left :header-rows: 1 * * Theirs * Mine * * `Linux-Systemprogrammierung `__ * * :doc:`/trainings/repertoire/sysprog-basics` * :doc:`/trainings/repertoire/sysprog-multithreading` * :doc:`/trainings/repertoire/sysprog-network` * :doc:`/trainings/repertoire/sysprog-fortgeschrittenes` Embedded Linux, and Kernel Hacking .................................. .. list-table:: :align: left :header-rows: 1 * * Theirs * Mine * * `Embedded Realtime Linux `__ * * :doc:`/trainings/repertoire/sysprog-embedded` * :doc:`/trainings/repertoire/raspi-hands-on` * :doc:`/trainings/repertoire/kernel-programming-basics` * Mine is lacking production topics * bootloaders * root filesystem composition * realtime * updates * Theirs is lacking (I believe) * Emphasis on "There is nothing special about *Embedded* in Linux". None of the "Embedded" courses is about *tiny* and *headless*. * Hardware/sensor access from *userspace* - thereby not being restricted to C as from inside *kernelspace*. * *Software development* :doc:`inside the kernel `. Interface design, encapsulation, synchronization, etc.