Udemy - Linux Debug Training (Part-2)

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 2.9 GB
  • Uploaded By freecoursewb
  • Downloads 282
  • Last checked 3 days ago
  • Date uploaded 3 months ago
  • Seeders 8
  • Leechers 2

Infohash : 59AC99744EB8A17C0131DFBF87FB6D6C5F521200



Linux Debug Training (Part-2)

https://WebToolTip.com

Published 9/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.95 GB | Duration: 6h 9m

Master Linux debugging tools and methodologies covering both userspace and kernel space

What you'll learn
Gain hands-on experience with a wide range of Linux debugging tools and methodologies which covers both userspace and kernel space
Understand techniques to identify and fix memory issues, performance bottleneck and system errors for more robust and efficient software development.
Acquire specialized skills to debug the Linux based application, including analysis of coredumps, using GDB and binutils
Gain expertise in Linux kernel debugging, including OOPS analysis, KGDB debugging, and detecting subtle issues with sanitizers.
Build a strong foundation in debugging real-world issues and advance your career in Linux development, embedded systems, DevOps, or kernel engineering.

Requirements
Basic understanding of the Linux operating system and familiarity with the Linux command line are recommended.
Although not essential, we recommend you complete part 1 of this course before beginning part 2.

Files:

[ WebToolTip.com ] Udemy - Linux Debug Training (Part-2)
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1 - Linux Debug Training Part2 Introduction
    • 1 - Course Examples.txt (0.1 KB)
    • 1 - Course Slides.txt (0.1 KB)
    • 1 - Instruction for building course examples.txt (0.1 KB)
    • 1 - Introduction.mp4 (51.7 MB)
    • 1 - Linux-Debug-Training-Introduction.pdf (4.2 MB)
    2 - Module 5 Tracing in Linux
    • 10 - tracecmd.mp4 (96.6 MB)
    • 11 - Kernel Shark.mp4 (67.8 MB)
    • 11 - Using KernelShark to analyze the realtime scheduler.txt (0.0 KB)
    • 12 - traceprintk utility.mp4 (2.4 MB)
    • 13 - eBPF introduction.mp4 (19.0 MB)
    • 13 - eBPF official website.txt (0.0 KB)
    • 14 - BCC Tools.mp4 (20.6 MB)
    • 14 - BCC Tools.txt (0.0 KB)
    • 15 - BPF Trace tool.mp4 (34.3 MB)
    • 15 - BPF trace tool.txt (0.0 KB)
    • 16 - Building BPF applications with libbpfbootstrap.txt (0.0 KB)
    • 16 - eBPF development infrastructure.mp4 (133.7 MB)
    • 17 - LTTng Docs.txt (0.0 KB)
    • 17 - LTTng Introduction.mp4 (18.1 MB)
    • 18 - LTTNg Docs.txt (0.0 KB)
    • 18 - LTTng Tracepoint.mp4 (25.7 MB)
    • 19 - Demonstration code for LTTNg.txt (0.1 KB)
    • 19 - LTTng Tracing Demonstration.mp4 (97.3 MB)
    • 2 - Module-5-Tracing-in-Linux.pdf (6.2 MB)
    • 2 - Module5 Slide deck.txt (0.1 KB)
    • 2 - Tracing Introduction.mp4 (6.6 MB)
    • 20 - Module 5 Summary.mp4 (10.6 MB)
    • 3 - Demonstration code for ltrace.txt (0.1 KB)
    • 3 - Userspace application tracing.mp4 (56.7 MB)
    • 4 - Demonstration code for Uprobe.txt (0.1 KB)
    • 4 - User Level Probe Uprobe.mp4 (8.2 MB)
    • 5 - Demonstration code for perf.txt (0.1 KB)
    • 5 - User level tracing with Perf.mp4 (66.2 MB)
    • 6 - Helper script for Kporbe.txt (0.1 KB)
    • 6 - Kernel Level Tracing.mp4 (60.2 MB)
    • 6 - Linux Kernel Sample code for Kporbe.txt (0.1 KB)
    • 7 - Building Linux perf tool.txt (0.1 KB)
    • 7 - Perf event tracing.mp4 (77.8 MB)
    • 8 - Perf Dynamic Tracepoints.mp4 (27.0 MB)
    • 9 - Ftrace.mp4 (60.1 MB)
    • 9 - Helper scripts for Ftrace.txt (0.1 KB)
    3 - Module 6 Profiling in Linux
    • 21 - Module-6-Profiling-in-Linux.pdf (2.9 MB)
    • 21 - Module6 Slide deck.txt (0.1 KB)
    • 21 - Profiling Introduction.mp4 (23.4 MB)
    • 22 - Data visualisation.mp4 (78.6 MB)
    • 22 - Flamegraph example.txt (0.1 KB)
    • 22 - Flamegraph.txt (0.0 KB)
    • 23 - Massif demonstration code.txt (0.1 KB)
    • 23 - Memory based profiling.mp4 (137.4 MB)
    • 24 - Demonstration code for heaptrack.txt (0.1 KB)
    • 24 - Heaptrack.mp4 (58.4 MB)
    • 25 - Demonstration code for memusage.txt (0.1 KB)
    • 25 - Memusage.mp4 (22.1 MB)
    • 26 - Execution based profiling.mp4 (35.4 MB)
    • 27 - Sysprof.mp4 (47.2 MB)
    • 28 - GNU profiler.mp4 (9.9 MB)
    • 29 - Callgrind.mp4 (112.4 MB)
    • 29 - Demonstration code for callgrind.txt (0.1 KB)
    • 30 - Cachegrind.mp4 (174.6 MB)
    • 30 - Demonstration code for cachegrind.txt (0.1 KB)
    • 31 - Demonstration code for Perf Stat.txt (0.1 KB)
    • 31 - Perf Stat.mp4 (44.5 MB)
    • 32 - CPU frequency profiling.mp4 (134.0 MB)
    • 32 - Helper script for CPU frequency profiling.txt (0.1 KB)
    • 33 - Module 6 closure.mp4 (10.2 MB)
    4 - Module 7 Linux Kernel Debugging
    • 34 - Buildroot Manual.txt (0.0 KB)
    • 34 - How to debug the Linux kernel on a VM hosted on VirtualBox.txt (0.1 KB)
    • 34 - Kernel Debugging Introduction.mp4 (75.9 MB)
    • 34 - Linux Kernel Source code navigation.txt (0.0 KB)
    • 34 - Module-7-Linux-Kernel-Debugging.pdf (5.6 MB)
    • 34 - Module7 Slide deck.txt (0.1 KB)
    • 34 - Prebuilt Virtual Machine for Kernel Debugging.txt (0.1 KB)
    • 34 - Raspberrypi and Buildroot.txt (0.1 KB)
    • 35 - Demonstration code for Kernel logging.txt (0.1 KB)
    • 35 - Kernel Logging Utility.mp4 (151.9 MB)
    • 35 - Printk format.txt (0.1 KB)
    • 36 - Dynamic Debugging.mp4 (87.0 MB)
    • 36 - Uboot documentation.txt (0.0 KB)
    • 37 - Demonstration code for dynamic debugging.txt (0.1 KB)
    • 37 - Dynamic Debugging demonstration.mp4 (44.9 MB)
    • 38 - Demonstration code for Kernel OOPS debugging.txt (0.1 KB)
    • 38 - Kernel Crash Debugging.mp4 (79.1 MB)
    • 39 - Demonstration code for Kernel OOPS analysis.txt (0.1 KB)
    • 39 - Kernel OOPs analysis.mp4 (48.6 MB)
    • 40 - Kernel Crash using SysRQ.mp4 (21.4 MB)
    • 40 - Linux Magic System Request Key Hacks.txt (0.1 KB)
    • 41 - Configuring Kexec and Kdump on Arch Linux.txt (0.1 KB)
    • 41 - Configuring Kexec and Kdump on Ubuntu 2204.txt (0.1 KB)
    • 41 - Crash utility white paper.txt (0.1 KB)
    • 41 - Kexec and Kdump.mp4 (49.9 MB)
    • 41 - Simple Kdump for Arch Linux.txt (0.1 KB)
    • 42 - Linux Magic System Request Key Hacks.txt (0.1 KB)
    • 42 - Magic SysRQ.mp4 (18.0 MB)
    • 43 - Demonstration code for lockdep.txt (0.1 KB)
    • 43 - Lockdep Documentation.txt (0.0 KB)
    • 43 - Lockdep.mp4 (58.9 MB)
    • 44 - Demonstration code for KCSAN.txt (0.1 KB)
    • 44 - KCSAN.mp4 (107.0 MB)
    • 45 - Demonstration code for kmemleak.txt (0.1 KB)
    • 45 - KMEMLEAK.mp4 (16.3 MB)
    • 46 - Demonstration code for KASAN.txt (0.1 KB)
    • 46 - KASAN.mp4 (25.1 MB)
    • 47 - Demonstration code for KFENCE.txt (0.1 KB)
    • 47 - KFENCE.mp4 (14.8 MB)
    • 48 - Clang UBSAN documentation.txt (0.1 KB)
    • 48 - Demonstration code for UBSAN.txt (0.1 KB)
    • 48 - UBSAN.mp4 (38.0 MB)
    • 49 - Kernel Debugger.mp4 (37.9 MB)
    • 50 - KGDB Setup.mp4 (86.8 MB)
    • 50 - Kernel Debugging How to debug the Linux kernel on a VM hosted on VirtualBox.txt (0.1 KB)
    • 50 - Prebuilt Virtual Machine for Kernel Debugging.txt (0.1 KB)
    • 51 - Demonstration code for KGDB.txt (0.1 KB)
    • 51 - KGDB Demonstration.mp4 (184.9 MB)
    • 51 - Kernel Debugging How to debug the Linux kernel on a VM hosted on VirtualBox.txt (0.1 KB)
    • 51 - Prebuilt Virtual Machine for Kernel Debugging.txt (0.1 KB)
    • 52 - Module 7 Closure.mp4 (10.8 MB)
    5 - Linux Debug Training Closure
    • 53 - Closing Remarks.mp4 (15.0 MB)
    • Bonus Resources.txt (0.1 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • http://tracker.foreverpirates.co:80/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://exodus.desync.com:6969/announce
  • udp://explodie.org:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://9.rarbg.to:2780/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://open.stealth.si:80/announce
  • udp://9.rarbg.to:2900/announce
  • udp://9.rarbg.me:2720/announce
  • udp://opentor.org:2710/announce
REVERSE-PROXY 🔄 RP (success) | 2753ms 📄 torrent 🕐 16 Jan 2026, 06:58:05 pm IST ⏰ 10 Feb 2026, 06:58:05 pm IST ✅ Valid for 24d 23h 🔄 Wait 10m