Skip to content
Tech Master Tech Master

OneStopTechnical Forum

  • Books
  • AI
  • Networking
  • Windows
  • Linux
  • Cloud
  • Mac
  • Active Directory
  • Azure
  • Cloud
  • Exchange
  • M365
  • Server 2025
  • Storage
  • Vsphere
  • Website
  • Database
  • Security
  • Knowledge Base
  • VPN
Tech Master
Tech Master

OneStopTechnical Forum

How to Upgrade CentOS/Red Hat/Fedora Linux Kernel (cPanel WHM)

blog.payperitem.com, January 20, 2025January 20, 2025

In CentOS or RedHat Linux operating system, upgrading to latest version of kernel is important to ensure that all security vulnerabilities or loopholes are patches and new features are applied. In addition, as Linux specially CentOS is one of the most popular Linux flavor that hosts the cPanel web hosting control panel, the leading control panel which manages the websites in the web hosting industry, together with its Web Host Manager (WHM) that allows administrative access to the back end of cPanel. Thus, ensuring that the kernel is always up-to-date is utmost important.

Before you proceed to upgrade the system kernel, login to the server via SSH or console as root and use the following command to check the server’s kernel information:

uname -a

“uname -a” will list out all system information, including the current kernel version information. Use that information to determine if you need to upgrade the kernel.

To upgrade kernel, run the following command:

yum update kernel

Linux will set up the update process by processing the requirements and dependencies, and then ask for confirmation. At this step, press Y and hit Enter, and let the yum package management utility to do its job to update the kernel.

Update Linux Kernel

Once the kernel is updated, restart the server with one of the following commands to complete the kernel update:

/sbin/reboot

/sbin/shutdown -r now

Windows

Post navigation

Previous post
Next post

Related Posts

Active Directory Replication Error Codes & Fixes

April 3, 2025April 3, 2025

When repadmin /showrepl shows errors, they are usually accompanied by an HResult error code (e.g., 0x2105). Below is a list of common replication error codes, their causes, and solutions. 🛠 Common AD Replication Error Codes & Fixes 1️⃣ Error: 1722 (0x6ba) – The RPC Server is Unavailable 📌 Cause: ✅…

Read More
Windows

How to Install Windows 10 & Windows 8.1 with Local Account (Bypass Microsoft Account Sign In)

January 20, 2025

Since the release of Windows 8, Microsoft has taking cue from most popular desktop and mobile operating systems such as Mac OS X, iOS and Android to requires signing into a cloud service account to take full advantage of the features. Likewise in Windows 8.1, Windows 10 and future versions…

Read More

Slow Computer or Network Performance

April 8, 2025

🖥️ Computer Performance Troubleshooting 🔍 1. Basic System Health Check 🧼 2. Cleanup & Optimization 🛡️ 3. Malware/Spyware Checks ⚙️ 4. Driver and OS Updates 🔌 5. Hardware Bottlenecks 🌐 Network Performance Troubleshooting 📶 1. Local Network Check 📡 2. Wi-Fi Specifics 🌍 3. External Connectivity 📈 4. Network Saturation…

Read More

Recent Posts

  • List of AD Schema Versions
  • OldNewExplorer Free Download For Windows 11, 10, 8 and 7 [Latest Version]
  • How to Get the Classic (old) Context Menu on Windows 11
  • BitLocker Recovery Keys
  • Active Directory and Server hardening

Recent Comments

No comments to show.
June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« May    
Log in
©2025 Tech Master | WordPress Theme by SuperbThemes
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }