Linux s17.hosterpk.com 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
LiteSpeed
Server IP : 192.169.89.90 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : hamzalar
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
tmpfiles.d /
Delete
Unzip
Name
Size
Permission
Date
Action
20-systemd-shell-extra.conf
431
B
-rw-r--r--
2026-05-20 00:00
20-systemd-stub.conf
779
B
-rw-r--r--
2026-05-20 00:00
README
400
B
-rw-r--r--
2024-12-10 19:23
apache2.conf
81
B
-rw-r--r--
2026-05-05 00:00
at.conf
223
B
-rw-r--r--
2025-09-19 00:00
audit.conf
36
B
-rw-r-----
2026-01-06 00:00
cl-MariaDB1011.conf
75
B
-rw-r--r--
2026-02-10 00:00
credstore.conf
474
B
-rw-r--r--
2024-12-10 19:23
cronie-anacron.conf
312
B
-rw-r--r--
2026-01-14 00:00
cronie.conf
113
B
-rw-r--r--
2026-01-14 00:00
cryptsetup.conf
35
B
-rw-r--r--
2026-01-09 00:00
dnf.conf
188
B
-rw-r--r--
2024-04-24 11:16
ea-passenger.conf
49
B
-rw-r--r--
2021-09-14 00:00
etc.conf
547
B
-rw-r--r--
2026-05-20 00:00
fail2ban.conf
32
B
-rw-r--r--
2024-04-25 21:08
gssproxy.conf
79
B
-rw-r--r--
2025-01-07 00:00
home.conf
363
B
-rw-r--r--
2024-12-10 19:23
journal-nocow.conf
1.07
KB
-rw-r--r--
2024-12-10 19:23
legacy.conf
977
B
-rw-r--r--
2026-05-20 00:00
libselinux.conf
30
B
-rw-r--r--
2026-02-05 00:00
man-db.conf
35
B
-rw-r--r--
2025-06-10 00:00
mariadb.conf
443
B
-rw-r--r--
2026-02-10 00:00
named.conf
532
B
-rw-r--r--
2026-03-27 00:00
pam.conf
98
B
-rw-r--r--
2025-12-01 00:00
pcp-conf.conf
570
B
-rw-r--r--
2026-02-19 00:00
plesk-lmlib.conf
42
B
-rw-r--r--
1990-01-01 12:00
polkit-tmpfiles.conf
46
B
-rw-r--r--
2024-08-08 13:12
provision.conf
852
B
-rw-r--r--
2024-12-10 19:23
rootfiles.conf
399
B
-rw-r--r--
2025-02-12 00:00
rpcbind.conf
87
B
-rw-r--r--
2024-10-29 00:00
rsyslog.conf
38
B
-rw-r--r--
2025-10-20 00:00
samba.conf
28
B
-rw-r--r--
2026-04-21 00:00
selinux-policy.conf
137
B
-rw-r--r--
2026-03-10 00:00
setup.conf
60
B
-rw-r--r--
2025-04-08 00:00
smartmontools.conf
46
B
-rw-r--r--
2025-12-08 00:00
sssd.conf
28
B
-rw-r--r--
2026-04-14 00:00
static-nodes-permissions.conf
798
B
-rw-r--r--
2026-05-20 00:00
sudo.conf
305
B
-rw-r--r--
2026-04-10 00:00
sysstat.conf
31
B
-rw-r--r--
2025-12-08 00:00
systemd-nologin.conf
538
B
-rw-r--r--
2024-12-10 19:23
systemd-pstore.conf
1.48
KB
-rw-r--r--
2024-12-10 19:23
systemd-tmp.conf
824
B
-rw-r--r--
2024-12-10 19:23
systemd.conf
1.88
KB
-rw-r--r--
2026-05-20 00:00
tmp.conf
450
B
-rw-r--r--
2024-12-10 19:23
tpm2-tss-fapi.conf
592
B
-rw-r--r--
2025-09-05 00:00
tuned.conf
56
B
-rw-r--r--
2026-02-22 00:00
var.conf
569
B
-rw-r--r--
2026-05-20 00:00
x11.conf
618
B
-rw-r--r--
2024-12-10 19:23
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