ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,200,242 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?

548,020 views

2 years ago

Mastery Learning
Torvalds Speaks: Rust's Impact on the Linux Kernel

Linux Torvalds Reveals Insights on Rust Programming Language!** In this exclusive interview, dive deep into the world of ...

3:50
Torvalds Speaks: Rust's Impact on the Linux Kernel

680,265 views

2 years 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.

119,713 views

4 years ago

The Linux Foundation
Getting to Know the Linux Kernel: A Beginner's Guide - Kelsey Steele & Nischala Yelchuri, Microsoft

Getting to Know the Linux Kernel: A Beginner's Guide - Kelsey Steele & Nischala Yelchuri, Microsoft "Getting to Know the Linux ...

42:46
Getting to Know the Linux Kernel: A Beginner's Guide - Kelsey Steele & Nischala Yelchuri, Microsoft

112,435 views

2 years ago

Core Dumped
The Question Nobody Ever Explains: Where Does the Kernel End?

This video was sponsored by Brilliant. To try everything Brilliant has to offer—free—for a full 30 days, visit ...

19:36
The Question Nobody Ever Explains: Where Does the Kernel End?

267,926 views

2 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!

242,539 views

5 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

27,807 views

1 year 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

273,932 views

10 years ago

Visually Explained
The Kernel Trick in Support Vector Machine (SVM)

SVM can only produce linear boundaries between classes by default, which not enough for most machine learning applications.

3:18
The Kernel Trick in Support Vector Machine (SVM)

419,867 views

4 years 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

158,437 views

1 year ago

Lewboski
How I became a Linux Kernel Contributor

https://lewboski.dev/blog/linux-kernel https://discord.gg/TSuGhzas5V https://patreon.com/Lewboski https://twitch.tv/lewboskii New ...

6:13
How I became a Linux Kernel Contributor

306,341 views

3 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

283,582 views

6 years 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

177,940 views

1 year ago

Channels new to you

Nir Lichtman
How Linux Kernel Starts Initial Process

In this video I'll demonstrate how Linux starts the initial process by kernel debugging. Links: - Dependencies installation scripts for ...

10:18
How Linux Kernel Starts Initial Process

7,760 views

1 day ago

9to5Linux
Linux Kernel 7.0 Is Here — Rust Is Now STABLE!

Linux Kernel 7.0 is officially out — and it's a big deal. Linus Torvalds has just announced the release, and after years of ...

9:25
Linux Kernel 7.0 Is Here — Rust Is Now STABLE!

2,168 views

1 month 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

11,775 views

5 months ago

GaryH Tech
Why Rust Is Causing Tension in the Linux Kernel.

The Rust debate in Linux is fascinating — not because of language wars, but because of what it reveals about how large ...

8:15
Why Rust Is Causing Tension in the Linux Kernel.

10,630 views

2 months ago

CodingBite
Linux Kernel 6.19 Officially Out! Everything New in This Massive Update

Linux Kernel 6.19 has officially been released by Linus Torvalds, bringing major improvements in security, performance, hardware ...

3:10
Linux Kernel 6.19 Officially Out! Everything New in This Massive Update

2,425 views

3 months ago

Ton Does Linux and More!
Linux Kernel 7.0 RC1: A SysAdmin's Deep Dive into New Features

Linux Kernel 7.0 RC1 is here, and while Linus Torvalds jokes about the version bump, this release is packed with significant ...

6:06
Linux Kernel 7.0 RC1: A SysAdmin's Deep Dive into New Features

5,200 views

2 months ago

Gary Explains
Ubuntu 26.04 - Linux Kernel 7.0 and Support Until at Least 2031

Get ready for the next era of the Linux desktop with Ubuntu 26.04 LTS "Resolute Raccoon"! In this video, I'll diving into all the big ...

7:26
Ubuntu 26.04 - Linux Kernel 7.0 and Support Until at Least 2031

38,807 views

4 weeks ago

TechSolutionZ
I Installed the Liquorix Kernel on Linux Mint 22.3 Zena — Here’s What Changed

In this video, I install the Liquorix kernel on Linux Mint 22.3 Zena and test how it affects desktop responsiveness, multitasking, and ...

2:29
I Installed the Liquorix Kernel on Linux Mint 22.3 Zena — Here’s What Changed

2,449 views

4 months ago

Uplatz
eBPF | The Programmable Revolution Inside the Linux Kernel | Uplatz

Modern cloud infrastructure, observability systems, networking platforms, and cybersecurity tools increasingly rely on one ...

7:44
eBPF | The Programmable Revolution Inside the Linux Kernel | Uplatz

27 views

4 days 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

16,092 views

1 year ago

Nir Lichtman
Making Simple Linux Kernel Module in C

Linux kernel modules enable you to extend the kernel dynamically with more functionality for example add file system drivers, ...

2:00
Making Simple Linux Kernel Module in C

87,512 views

2 years ago

CodeLucky
Linux Kernel Architecture: A Deep Dive for Beginners

Unlock the secrets of the Linux Kernel! This video provides a comprehensive overview of the Linux Kernel architecture, perfect ...

7:05
Linux Kernel Architecture: A Deep Dive for Beginners

2,928 views

1 year ago

Bits inside by René Rebe
Watch Linux kernel developer write a USB driver from scratch in just 3h for Apple Xserve front-panel

Watch #Linux #kernel developer write a new #USB driver #code from scratch in just 3h by copy'n pasting and thus stealing it from ...

3:07:40
Watch Linux kernel developer write a USB driver from scratch in just 3h for Apple Xserve front-panel

2,548,913 views

2 years 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

20,336 views

8 months ago

OpenFest Bulgaria
Steven Rostedt - Learning the Linux Kernel with tracing

So Steven here is a kernel developer littles kernel developer and we rarely have people like him here in Bulgaria I was really ...

1:07:25
Steven Rostedt - Learning the Linux Kernel with tracing

121,704 views

7 years 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!

207,674 views

7 years ago