惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
量子位
月光博客
月光博客
人人都是产品经理
人人都是产品经理
U
Unit 42
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
H
Help Net Security
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
MyScale Blog
MyScale Blog
美团技术团队
P
Proofpoint News Feed
Apple Machine Learning Research
Apple Machine Learning Research
D
Docker
B
Blog
大猫的无限游戏
大猫的无限游戏
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog

Stonecharioteer on Tech

I Traced My Traffic Through a Home Tailscale Exit Node What Was I Reading Last? In Three Not-So-Easy Pieces Dogfooding Is Hard Code blocks in your books, finally GoForGo v0.9.0 Merrilin - We built an app to read books I use a Macbook now Data Structures & Algorithms - Preparing for Interviews Using a local DNS namespace for local service discovery Direction KOllector - Publishing KOReader Highlights gbt: branches touched in the last 24 hours A Soiree into Symbols in Ruby Some Smalltalk about Ruby Loops Ruby Blocks Returning from Ruby Blocks, Procs and Lambdas My Linux Laptop Finally Works: How Claude Helped Me Fix Years of Annoyances TIL: Watchexec - Modern File Watching for Development Workflows A Less Busy Mind GoForGo - Learn Go through live examples Migrating My Old Blog to Hugo with Claude The Qtile Window Manager: A Python-Powered Tiling Experience Read the RFCs that Built the Internet Py-x-Protobuf - Or How I Learned to Stop Worrying and Love Protocol Buffers Python Reverse a List New Beginnings Leaving ChainSafe Systems Screen Lock for Cinnamon Desktop using Zenity and Terminal Commands Crews Not Teams A System for Getting Better at LeetCode
TIL: Linux Kernel 5.8 and Grub Multi-Kernel Boot
2020-08-03 · via Stonecharioteer on Tech

Linux System Administration

Linux Kernel 5.8 Features

  • Linux Kernel 5.8 has a lot of hardware level optimizations
  • Significant improvements in hardware support and performance
  • Better power management and efficiency
  • Enhanced driver support for newer hardware
  • Performance improvements across various subsystems

Multi-Kernel Installation and Management

  • You can install more than one kernel into a Linux installation and choose which to boot from in Grub
  • Enables testing newer kernels while keeping stable fallback options
  • Useful for development, testing, and troubleshooting
  • Grub bootloader provides menu for kernel selection at boot time

Benefits of Multi-Kernel Setup

System Stability

  • Ability to rollback to previous kernel if new version causes issues
  • Critical for production systems and development environments
  • Reduces risk when updating system components

Development and Testing

  • Test new kernel features without losing stable system
  • Compare performance between kernel versions
  • Debug kernel-specific issues by switching between versions

Recovery Options

  • Broken kernel update doesn’t render system unbootable
  • Always have working kernel available for system recovery
  • Essential for maintaining system uptime and reliability