Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
lib /
tmpfiles.d /
[ HOME SHELL ]
Name
Size
Permission
Action
00rsyslog.conf
465
B
-rw-r--r--
apport.conf
80
B
-rw-r--r--
colord.conf
115
B
-rw-r--r--
dbus.conf
365
B
-rw-r--r--
debian.conf
517
B
-rw-r--r--
gvfsd-fuse-tmpfiles.conf
595
B
-rw-r--r--
home.conf
362
B
-rw-r--r--
journal-nocow.conf
1.07
KB
-rw-r--r--
legacy.conf
812
B
-rw-r--r--
man-db.conf
33
B
-rw-r--r--
named.conf
32
B
-rw-r--r--
openvpn.conf
112
B
-rw-r--r--
passwd.conf
239
B
-rw-r--r--
snapd.conf
42
B
-rw-r--r--
speech-dispatcher.conf
418
B
-rw-r--r--
spice-vdagentd.conf
97
B
-rw-r--r--
static-nodes-permissions.conf
763
B
-rw-r--r--
sudo.conf
27
B
-rw-r--r--
systemd.conf
1.75
KB
-rw-r--r--
systemd-nologin.conf
597
B
-rw-r--r--
systemd-pstore.conf
1.48
KB
-rw-r--r--
systemd-tmp.conf
823
B
-rw-r--r--
tmp.conf
448
B
-rw-r--r--
var.conf
568
B
-rw-r--r--
x11.conf
655
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : systemd-pstore.conf
# 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
Close