Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 18.191.176.192
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
needrestart /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2024-12-06 06:04
NEWS.Debian.gz
295
B
-rw-r--r--
2022-03-16 07:53
NEWS.gz
1.22
KB
-rw-r--r--
2024-12-05 11:58
README.Cont.md
1.16
KB
-rw-r--r--
2024-12-05 11:58
README.Interp.md
2.4
KB
-rw-r--r--
2024-12-05 11:58
README.batch.md
928
B
-rw-r--r--
2024-12-05 11:58
README.md
3.03
KB
-rw-r--r--
2024-12-05 11:58
README.nagios.md
785
B
-rw-r--r--
2020-03-22 16:40
README.raspberry.md
687
B
-rw-r--r--
2024-12-05 11:58
README.uCode.md
966
B
-rw-r--r--
2020-03-22 16:40
changelog.Debian.gz
1.5
KB
-rw-r--r--
2024-12-05 11:58
copyright
1.05
KB
-rw-r--r--
2022-03-16 07:53
Save
Rename
needrestart - microcode support =============================== Some CPU architectures supports microcode updates to mitigate hardware-level bugs. Needrestart checks if the current running microcode signature matches the most recent version available on the host. The detection is currently only supported for AMD and Intel CPUs. AMD --- Needrestart decodes the AMD ucode firmware files to check for updates. This requires to know the cpu's CPUID value. The most reliable way is to use the cpuid kernel module (modprobe cpuid). As a fallback the CPUID is calculated from /proc/cpuinfo. The calculation might be wrong and should be avoided by loading the cpuinfo kernel module. Intel ----- Needrestart uses `iucode-tool`[1] to test for pending microcode updates. On Debian GNU/Linux it should be sufficient to install the `intel-microcode` package: ```console # apt-get install intel-microcode ``` [1] https://gitlab.com/iucode-tool/iucode-tool/wikis/home