Linux velvet.gennetworks.in 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 : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
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--
2026-01-27 07:34
cl-MariaDB106.conf
75
B
-rw-r--r--
2025-08-21 00:59
cloud-init.conf
37
B
-rw-r--r--
2026-01-23 14:01
cockpit-tempfiles.conf
175
B
-rw-r--r--
2026-01-23 21:00
cryptsetup.conf
35
B
-rw-r--r--
2023-10-15 09:20
dbus.conf
365
B
-rw-r--r--
2025-08-26 16:52
dnf.conf
188
B
-rw-r--r--
2021-04-12 20:56
ea-ruby27-passenger.conf
48
B
-rw-r--r--
2026-02-05 14:34
etc.conf
515
B
-rw-r--r--
2026-01-26 15:00
fail2ban.conf
32
B
-rw-r--r--
2023-04-01 20:10
home.conf
362
B
-rw-r--r--
2018-06-22 16:41
iscsi.conf
75
B
-rw-r--r--
2025-12-18 18:28
journal-nocow.conf
1.07
KB
-rw-r--r--
2018-06-22 16:41
legacy.conf
841
B
-rw-r--r--
2018-06-22 16:41
libselinux.conf
30
B
-rw-r--r--
2026-02-10 19:56
libstoragemgmt.conf
80
B
-rw-r--r--
2023-10-12 04:55
lvm2.conf
61
B
-r--r--r--
2026-01-23 13:01
man-db.conf
35
B
-rw-r--r--
2021-10-08 18:28
mariadb.conf
36
B
-rw-r--r--
2025-08-21 01:56
mdadm.conf
30
B
-rw-r--r--
2025-11-05 16:24
multipath.conf
34
B
-rw-r--r--
2025-04-22 07:25
named.conf
32
B
-rw-r--r--
2025-11-06 13:15
nscd.conf
27
B
-rw-r--r--
2025-12-08 15:12
openssh.conf
34
B
-rw-r--r--
2025-12-18 07:57
pam.conf
129
B
-rw-r--r--
2025-12-18 00:24
plesk-lmlib.conf
42
B
-rw-r--r--
1990-01-01 17:30
portables.conf
96
B
-rw-r--r--
2018-06-22 16:41
rpcbind.conf
87
B
-rw-r--r--
2022-10-12 16:30
rpm.conf
22
B
-rw-r--r--
2024-12-17 09:41
samba.conf
28
B
-rw-r--r--
2025-11-05 18:34
screen.conf
64
B
-rw-r--r--
2021-05-05 15:34
selinux-policy.conf
137
B
-rw-r--r--
2024-12-17 09:29
setroubleshoot.conf
58
B
-rw-r--r--
2024-04-06 19:14
sudo.conf
305
B
-rw-r--r--
2025-12-18 19:31
systemd-nologin.conf
596
B
-rw-r--r--
2018-06-22 16:41
systemd-pstore.conf
1.47
KB
-rw-r--r--
2026-01-26 14:59
systemd.conf
1.64
KB
-rw-r--r--
2026-01-26 15:00
tmp.conf
757
B
-rw-r--r--
2018-06-22 16:41
tuned.conf
56
B
-rw-r--r--
2024-02-22 17:53
udisks2.conf
28
B
-rw-r--r--
2025-09-03 14:36
var.conf
568
B
-rw-r--r--
2026-01-26 15:00
x11.conf
655
B
-rw-r--r--
2018-06-22 16:41
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