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

推荐订阅源

I
InfoQ
博客园 - 司徒正美
爱范儿
爱范儿
F
Fortinet All Blogs
J
Java Code Geeks
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
S
SegmentFault 最新的问题
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
V
V2EX
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
A
About on SuperTechFans
有赞技术团队
有赞技术团队
Y
Y Combinator 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