Linux 186-227-203-186.cprapid.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
Apache
Server IP : 186.227.203.186 & Your IP : 216.73.217.146
Domains : 154 Domain
User : pmcaxingo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
usr /
libexec /
microcode_ctl /
Delete
Unzip
Name
Size
Permission
Date
Action
check_caveats
26.96
KB
-rwxr-xr-x
2026-04-14 17:36
reload_microcode
573
B
-rwxr-xr-x
2026-04-14 17:36
update_ucode
7.41
KB
-rwxr-xr-x
2026-04-14 17:36
Save
Rename
#! /bin/bash -efu # Trigger microcode reload with additional check for BDW-EP that can have # microcode reloaded only in case kernel has specific patches. # # SPDX-License-Identifier: CC0-1.0 export LC_ALL=C CHECK_CAVEATS=/usr/libexec/microcode_ctl/check_caveats IGNORE_HYPERVISOR="/etc/microcode_ctl/ignore-hypervisor-flag" [ -e "$IGNORE_HYPERVISOR" ] || { if grep -q '^flags[[:space:]]*:.* hypervisor\( .*\)\?$' /proc/cpuinfo then exit 0 fi } "$CHECK_CAVEATS" -m > /dev/null || exit 0 echo 2>/dev/null 1 > /sys/devices/system/cpu/microcode/reload || : exit 0