Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
tmpfiles.d /
Delete
Unzip
Name
Size
Permission
Date
Action
000vz.conf
68
B
-rw-r--r--
2021-05-05 00:37
00rsyslog.conf
465
B
-rw-r--r--
2025-08-21 20:53
apport.conf
80
B
-rw-r--r--
2026-04-24 11:18
credstore.conf
473
B
-rw-r--r--
2024-02-27 17:26
cron-daemon-common.conf
45
B
-rw-r--r--
2024-02-27 02:09
dbus.conf
545
B
-rw-r--r--
2024-08-09 02:33
debian.conf
615
B
-rw-r--r--
2026-03-24 13:45
exim4-base.conf
54
B
-rw-r--r--
2024-06-24 20:31
gvfsd-fuse-tmpfiles.conf
595
B
-rw-r--r--
2024-10-18 10:41
home.conf
362
B
-rw-r--r--
2024-02-27 17:26
journal-nocow.conf
1.07
KB
-rw-r--r--
2024-02-27 17:26
legacy.conf
878
B
-rw-r--r--
2026-06-05 15:36
libselinux1.conf
112
B
-rw-r--r--
2024-02-15 08:49
man-db.conf
33
B
-rw-r--r--
2024-04-08 14:45
passwd.conf
239
B
-rw-r--r--
2024-04-23 10:44
polkitd.conf
130
B
-rw-r--r--
2024-03-16 19:22
provision.conf
851
B
-rw-r--r--
2024-02-27 17:26
screen-cleanup.conf
29
B
-rw-r--r--
2021-02-23 10:18
snapd.conf
260
B
-rw-r--r--
2026-07-13 14:38
static-nodes-permissions.conf
798
B
-rw-r--r--
2026-06-05 15:36
sudo.conf
27
B
-rw-r--r--
2024-01-29 17:09
systemd-network.conf
583
B
-rw-r--r--
2024-02-27 17:26
systemd-nologin.conf
538
B
-rw-r--r--
2024-02-27 17:26
systemd-pstore.conf
1.48
KB
-rw-r--r--
2024-02-27 17:26
systemd-resolve.conf
393
B
-rw-r--r--
2024-02-27 17:26
systemd-tmp.conf
823
B
-rw-r--r--
2024-02-27 17:26
systemd.conf
2.07
KB
-rw-r--r--
2026-06-05 15:36
tmp.conf
450
B
-rw-r--r--
2026-06-05 15:36
var.conf
568
B
-rw-r--r--
2026-06-05 15:36
x11.conf
617
B
-rw-r--r--
2024-02-27 17:26
Save
Rename
# SPDX-License-Identifier: LGPL-2.1-or-later # # The systemd-pstore.service(1) archives the contents of /sys/fs/pstore # upon boot so that there is room for a subsequent dump. This service # is enabled with: # systemctl enable systemd-pstore # # With the service enabled, the kernel still needs to be configured # to write data into the pstore. The kernel has two parameters, # crash_kexec_post_notifiers and printk.always_kmsg_dump, that # control writes into pstore. # # The crash_kexec_post_notifiers parameter enables the kernel to write # dmesg (including stack trace) into pstore upon a panic even if kdump # is loaded, only needed if you want to use pstore with kdump. Without # this parameter, kdump could block writing to pstore for stability # reason. Note this increases the risk of kdump failure even if pstore # is not available. # # The printk.always_kmsg_dump parameter enables the kernel to write dmesg # upon a normal shutdown (shutdown, reboot, halt). # # To configure the kernel parameters, uncomment the appropriate # lines below. The value written is either 'Y' to enable the # kernel parameter, or 'N' to disable the kernel parameter. # # After making a change to this file, do: # systemd-tmpfiles --create path/to/tmpfiles.d/systemd-pstore.conf # # These changes are automatically applied on future re-boots. d /var/lib/systemd/pstore 0755 root root 14d #w- /sys/module/printk/parameters/always_kmsg_dump - - - - Y #w- /sys/module/kernel/parameters/crash_kexec_post_notifiers - - - - Y