Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
tmpfiles.d /
Delete
Unzip
Name
Size
Permission
Date
Action
README
400
B
-rw-r--r--
2022-10-31 18:59
apache2.conf
81
B
-rw-r--r--
2025-08-12 09:03
audit.conf
36
B
-rw-r-----
2025-03-12 14:03
cryptsetup.conf
35
B
-rw-r--r--
2025-08-05 06:16
dnf.conf
188
B
-rw-r--r--
2022-09-09 11:21
ea-passenger.conf
49
B
-rw-r--r--
2025-07-01 16:04
etc.conf
516
B
-rw-r--r--
2025-06-24 13:02
fail2ban.conf
32
B
-rw-r--r--
2024-04-25 21:08
home.conf
362
B
-rw-r--r--
2022-10-31 18:59
journal-nocow.conf
1.07
KB
-rw-r--r--
2022-10-31 18:59
legacy.conf
907
B
-rw-r--r--
2025-06-24 13:02
libselinux.conf
30
B
-rw-r--r--
2025-03-12 23:36
lvm2.conf
61
B
-r--r--r--
2025-03-13 11:49
man-db.conf
35
B
-rw-r--r--
2023-04-10 16:46
mariadb.conf
36
B
-rw-r--r--
2025-07-28 16:17
mdadm.conf
30
B
-rw-r--r--
2025-03-19 14:13
named.conf
32
B
-rw-r--r--
2025-07-29 21:44
nscd.conf
27
B
-rw-r--r--
2025-08-04 21:45
pam.conf
166
B
-rw-r--r--
2025-09-03 03:47
pcp-conf.conf
570
B
-rw-r--r--
2025-05-13 22:13
plesk-lmlib.conf
42
B
-rw-r--r--
1990-01-01 12:00
provision.conf
851
B
-rw-r--r--
2025-06-24 12:58
rootfiles.conf
399
B
-rw-r--r--
2025-03-12 23:53
rpcbind.conf
87
B
-rw-r--r--
2024-04-03 13:53
selinux-policy.conf
137
B
-rw-r--r--
2025-05-13 16:27
setup.conf
60
B
-rw-r--r--
2024-04-03 18:29
static-nodes-permissions.conf
763
B
-rw-r--r--
2025-06-24 13:02
sudo.conf
305
B
-rw-r--r--
2025-06-30 22:51
systemd-nologin.conf
597
B
-rw-r--r--
2022-10-31 18:59
systemd-pstore.conf
1.48
KB
-rw-r--r--
2022-10-31 18:59
systemd-tmp.conf
823
B
-rw-r--r--
2022-10-31 18:59
systemd.conf
1.95
KB
-rw-r--r--
2025-06-24 13:02
tmp.conf
449
B
-rw-r--r--
2022-10-31 18:59
tpm2-tss-fapi.conf
432
B
-rw-r--r--
2024-10-02 21:42
tuned.conf
56
B
-rw-r--r--
2025-02-03 19:17
var.conf
568
B
-rw-r--r--
2025-06-24 13:02
x11.conf
617
B
-rw-r--r--
2022-10-31 18:59
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