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 : 3.17.79.195
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 - 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 ```