Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
snap /
core22 /
2411 /
usr /
lib /
tmpfiles.d /
Delete
Unzip
Name
Size
Permission
Date
Action
cryptsetup.conf
35
B
-rw-r--r--
2025-03-08 02:50
dbus.conf
365
B
-rw-r--r--
2022-10-25 22:15
debian.conf
517
B
-rw-r--r--
2025-08-27 00:23
home.conf
362
B
-rw-r--r--
2022-03-11 21:48
journal-nocow.conf
1.07
KB
-rw-r--r--
2022-03-11 21:48
journald-conf-d.conf
115
B
-rw-r--r--
2026-02-25 12:57
legacy.conf
812
B
-rw-r--r--
2025-08-27 00:23
passwd.conf
239
B
-rw-r--r--
2021-11-10 18:39
snapd.conf
42
B
-rw-r--r--
2026-02-25 12:57
static-nodes-permissions.conf
763
B
-rw-r--r--
2025-08-27 00:23
sudo.conf
27
B
-rw-r--r--
2022-08-03 16:22
systemd-nologin.conf
597
B
-rw-r--r--
2022-03-11 21:48
systemd-pstore.conf
1.48
KB
-rw-r--r--
2022-03-11 21:48
systemd-tmp.conf
823
B
-rw-r--r--
2022-03-11 21:48
systemd.conf
1.75
KB
-rw-r--r--
2025-08-27 00:23
tmp.conf
448
B
-rw-r--r--
2025-08-27 00:23
var.conf
568
B
-rw-r--r--
2025-08-27 00:23
x11.conf
655
B
-rw-r--r--
2022-03-11 21:48
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 # line(s) 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