ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,113,884 results

Techquickie
What is a Kernel?

Your business deserves a website! Create one for free at https://www.odoo.com/r/XJIG Learn about operating system kernels.

5:38
What is a Kernel?

521,259 views

1 year ago

Oracle Learning
Linux Architecture and the Kernel

This video explains the architecture of Linux, detailing the difference between the user space and kernel space. It shows how to ...

5:07
Linux Architecture and the Kernel

11,195 views

11 months ago

Dave's Garage
Kernel Mode vs User Mode: Why it Matters, What You Need to Know

Retired Windows developer Dave Plummer dives deep into one of the most critical aspects of operating systems: Kernel Mode.

16:24
Kernel Mode vs User Mode: Why it Matters, What You Need to Know

149,398 views

1 year ago

SavvyNik
What is a Kernel and what does it do? Explore the Kernels of Linux, Windows, and MacOS.

What is a Kernel and what does it do? Explore the kernels of Linux, Windows, and MacOS and learn about the various layers that ...

7:04
What is a Kernel and what does it do? Explore the Kernels of Linux, Windows, and MacOS.

112,504 views

4 years ago

LiveOverflow
Syscalls, Kernel vs. User Mode and Linux Kernel Source Code - bin 0x09

We will have a look at what syscalls are and what it has to do with the kernel mode an user mode. We do this by exploring a kernel ...

13:24
Syscalls, Kernel vs. User Mode and Linux Kernel Source Code - bin 0x09

269,147 views

10 years ago

DataMListic
The Kernel Trick

The kernel trick enables machine learning algorithms to operate in high-dimensional spaces without explicitly computing ...

9:03
The Kernel Trick

20,407 views

9 months ago

DataMListic
Kernel Density Estimation - Explained

Learn how kernel density estimation (KDE) works with a simple exam score example. We'll explore how statisticians use kernels, ...

8:11
Kernel Density Estimation - Explained

10,531 views

4 months ago

Computerphile
CPU Kernel Mode - Computerphile

"If your name's not down, you're not coming in!" - How the CPU's "Bouncer" keeps some memory off-limits. Matt Godbolt continues ...

13:27
CPU Kernel Mode - Computerphile

53,262 views

6 months ago

Dave's Garage
Windows:  Under the Covers - From Hello World to Kernel Mode by a Windows Developer

Retired Windows developer Dave takes you the journey of how a simple printf() ultimately puts pixels on the screen. See Windows ...

13:51
Windows: Under the Covers - From Hello World to Kernel Mode by a Windows Developer

172,787 views

1 year ago

ByteMonk
Kernel in Operating System: The Secret Power Inside Every Computer System Design!

The Kernel in Operating System is the core — the invisible but essential layer that powers everything from your apps to your ...

6:34
Kernel in Operating System: The Secret Power Inside Every Computer System Design!

275,240 views

8 months ago

CodeEmporium
The Kernel Trick - THE MATH YOU SHOULD KNOW!

Some parametric methods, like polynomial regression and Support Vector Machines stand out as being very versatile. This is due ...

7:30
The Kernel Trick - THE MATH YOU SHOULD KNOW!

203,272 views

7 years ago

Dave's Garage
Build and Run Your Own Kernel!

Dave Plummer shows you how to git clone the Linux kernel, build it, and run it live! Free Sample of my Book on the Spectrum: ...

5:56
Build and Run Your Own Kernel!

75,502 views

10 months ago

DenshiVideo
The Linux Kernel: What it is, and how it works!

In this video, Denshi goes over a simple explanation of what computer kernels are and how they work, alonside what makes the ...

6:04
The Linux Kernel: What it is, and how it works!

223,833 views

4 years ago

Channels new to you

IBM Technology
What Is Linux? From Kernel to IoT, DevOps, & Supercomputers

Ready to become a certified Administrator - Netezza Performance Server V11? Register now and use code IBMTechYT20 for 20% ...

8:38
What Is Linux? From Kernel to IoT, DevOps, & Supercomputers

57,789 views

4 months ago

Low Level
i was right (again).

Wanna learn to hack? Check out: https://go.lowlevel.tv/VtHlMTc8lR4 Kernel mode anti-cheat is problematic again and I hate it.

10:14
i was right (again).

972,368 views

5 months ago

The Pragmatic Engineer
Why Rust is coming to the Linux kernel

In April 2024, Linux Kernel developer (and Linux Foundation Fellow) Greg KH talked about why Rust is going to come to the Linux ...

7:57
Why Rust is coming to the Linux kernel

9,583 views

1 month ago

Ton Does Linux and More!
Linux News EXPLODES This Week! COSMIC Desktop, Kernel 6.17 & NVIDIA Fixes

The Linux world has been absolutely buzzing this week with some incredible updates! From major kernel developments to ...

7:44
Linux News EXPLODES This Week! COSMIC Desktop, Kernel 6.17 & NVIDIA Fixes

7,967 views

4 months ago

Ton Does Linux and More!
Linux's BIGGEST Week of 2025? Multi-Kernel, GNOME 49 & CUDA on Ubuntu!

What a week for Linux! We're diving into some of the most exciting developments of the year, including a revolutionary ...

9:23
Linux's BIGGEST Week of 2025? Multi-Kernel, GNOME 49 & CUDA on Ubuntu!

37,812 views

3 months ago

Ton Does Linux and More!
Linux Kernel 6.18 LTS Unleashed | Desktop & Gaming Get MASSIVE Upgrades

The first week of December 2025 brought some of the biggest Linux news of the year! We dive into the official release of Linux ...

8:33
Linux Kernel 6.18 LTS Unleashed | Desktop & Gaming Get MASSIVE Upgrades

27,090 views

1 month ago

CodingBite
Linux Kernel 6.17 Released! Major New Features, Hardware Support & Performance Upgrades Explained

Linux Kernel 6.17 is finally here — announced by Linus Torvalds himself! This release brings a ton of exciting updates ...

4:47
Linux Kernel 6.17 Released! Major New Features, Hardware Support & Performance Upgrades Explained

1,646 views

3 months ago

MinuteFood
How to pop the un-poppable kernels

Download Merge Cooking now: https://app.adjust.com/1rcr4j7m_1rgksukb Gift code for new players: MINUTE #MergeCooking ...

8:15
How to pop the un-poppable kernels

386,168 views

4 months ago

The Lunduke Journal
Rust in the Linux Kernel is Here to Stay

According to a reporter at the Linux Kernel Maintainer Summit, "Rust in the kernel is no longer experimental - it is now a core part ...

11:08
Rust in the Linux Kernel is Here to Stay

11,084 views

1 month ago

WhiteboardDoodles
What Is an Operating System: Kernel, Shell & More | Computer Basics

What really happens when you power on your computer? In this video, we'll explore the world of operating systems — what they ...

9:01
What Is an Operating System: Kernel, Shell & More | Computer Basics

40,012 views

8 months ago

Professor Dave Explains
Image and Kernel

Now that we've learned about linear transformations, we can combine this with what we know about vector spaces to learn about ...

5:35
Image and Kernel

263,413 views

6 years ago

Computerphile
Kernelless Kernel Programming (eBPF) - Computerphile

The tongue-in-cheek title refers to the fact that eBPF can be a shortcut to programming inside the kernel. Dr Richard G Clegg of ...

19:12
Kernelless Kernel Programming (eBPF) - Computerphile

85,839 views

2 years ago

Waqas Tech Videos
What is Kernel in Operating System?

This video is about Kernel. Today in this video you will learn what is Kernel and most importantly you will understand how does a ...

6:13
What is Kernel in Operating System?

29,092 views

2 years ago

LiveOverflow
How Do Linux Kernel Drivers Work? - Learning Resource

If you want to hack the Kernel, are interested in jailbreaks or just want to understand computers better, Linux Device Drivers is a ...

17:02
How Do Linux Kernel Drivers Work? - Learning Resource

610,057 views

6 years ago

Nir Lichtman
How Windows Kernel Draws Graphics

In this video we will take a look at an overview of the graphics architecture of Windows, and make a demonstration of manipulating ...

10:59
How Windows Kernel Draws Graphics

65,689 views

1 year ago

ByteByteGo
How Does Linux Boot Process Work?

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe ...

4:44
How Does Linux Boot Process Work?

1,007,702 views

2 years ago