Linux server.uxijen.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 94.177.147.70 & Your IP : 216.73.216.26
Domains :
Cant Read [ /etc/named.conf ]
User : uxijen
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
tmpfiles.d /
Delete
Unzip
Name
Size
Permission
Date
Action
apache2.conf
81
B
-rw-r--r--
2025-12-09 17:16
cryptsetup.conf
35
B
-rw-r--r--
2023-10-15 03:50
dbus.conf
365
B
-rw-r--r--
2025-08-26 11:22
dnf.conf
188
B
-rw-r--r--
2021-04-12 15:26
ea-ruby27-passenger.conf
48
B
-rw-r--r--
2025-12-07 12:10
etc.conf
515
B
-rw-r--r--
2025-11-05 09:26
home.conf
362
B
-rw-r--r--
2018-06-22 11:11
journal-nocow.conf
1.07
KB
-rw-r--r--
2018-06-22 11:11
legacy.conf
841
B
-rw-r--r--
2018-06-22 11:11
libselinux.conf
30
B
-rw-r--r--
2025-03-11 12:11
lvm2.conf
61
B
-r--r--r--
2025-07-15 09:03
man-db.conf
35
B
-rw-r--r--
2021-10-08 12:58
mariadb.conf
443
B
-rw-r--r--
2025-11-03 13:34
mdadm.conf
30
B
-rw-r--r--
2025-11-05 10:54
named.conf
32
B
-rw-r--r--
2025-11-06 07:45
nscd.conf
27
B
-rw-r--r--
2025-12-08 09:42
openssh.conf
34
B
-rw-r--r--
2025-12-18 02:27
pam.conf
129
B
-rw-r--r--
2025-12-17 18:54
portables.conf
96
B
-rw-r--r--
2018-06-22 11:11
rpcbind.conf
87
B
-rw-r--r--
2022-10-12 11:00
rpm.conf
22
B
-rw-r--r--
2024-12-17 04:11
selinux-policy.conf
137
B
-rw-r--r--
2024-12-17 03:59
sudo.conf
305
B
-rw-r--r--
2025-12-18 14:01
systemd-nologin.conf
596
B
-rw-r--r--
2018-06-22 11:11
systemd-pstore.conf
1.47
KB
-rw-r--r--
2025-11-05 09:26
systemd.conf
1.64
KB
-rw-r--r--
2025-11-05 09:26
tmp.conf
757
B
-rw-r--r--
2018-06-22 11:11
tuned.conf
56
B
-rw-r--r--
2024-02-22 12:23
udisks2.conf
28
B
-rw-r--r--
2025-09-03 09:06
var.conf
568
B
-rw-r--r--
2025-11-05 09:26
x11.conf
655
B
-rw-r--r--
2018-06-22 11:11
Save
Rename
# SPDX-License-Identifier: LGPL-2.1+ # # 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