[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
etc
/
sysconfig
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 console
SET
[ DEL ]
📁 imunify360
SET
[ DEL ]
📁 modules
SET
[ DEL ]
📁 network-scripts
SET
[ DEL ]
📄 aibolit-resident
30 B
SET
[ EDIT ]
|
[ DEL ]
📄 anaconda
112 B
SET
[ EDIT ]
|
[ DEL ]
📄 atd
403 B
SET
[ EDIT ]
|
[ DEL ]
📄 chronyd
46 B
SET
[ EDIT ]
|
[ DEL ]
📄 cpanel-dovecot-solr
879 B
SET
[ EDIT ]
|
[ DEL ]
📄 cpupower
150 B
SET
[ EDIT ]
|
[ DEL ]
📄 crond
110 B
SET
[ EDIT ]
|
[ DEL ]
📄 dovecot
72 B
SET
[ EDIT ]
|
[ DEL ]
📄 ebtables-config
417 B
SET
[ EDIT ]
|
[ DEL ]
📄 exim
142 B
SET
[ EDIT ]
|
[ DEL ]
📄 exim.rpmorig
21 B
SET
[ EDIT ]
|
[ DEL ]
📄 firewalld
73 B
SET
[ EDIT ]
|
[ DEL ]
📄 garb
560 B
SET
[ EDIT ]
|
[ DEL ]
📄 grub
367 B
SET
[ EDIT ]
|
[ DEL ]
📄 htcacheclean
350 B
SET
[ EDIT ]
|
[ DEL ]
📄 httpd
1,052 B
SET
[ EDIT ]
|
[ DEL ]
📄 ip6tables-config
2,134 B
SET
[ EDIT ]
|
[ DEL ]
📄 iptables-config
2,116 B
SET
[ EDIT ]
|
[ DEL ]
📄 irqbalance
903 B
SET
[ EDIT ]
|
[ DEL ]
📄 kdump
2,497 B
SET
[ EDIT ]
|
[ DEL ]
📄 kernel
185 B
SET
[ EDIT ]
|
[ DEL ]
📄 man-db
310 B
SET
[ EDIT ]
|
[ DEL ]
📄 named
845 B
SET
[ EDIT ]
|
[ DEL ]
📄 network
88 B
SET
[ EDIT ]
|
[ DEL ]
📄 nftables.conf
7,387 B
SET
[ EDIT ]
|
[ DEL ]
📄 rpcbind
73 B
SET
[ EDIT ]
|
[ DEL ]
📄 rsyslog
196 B
SET
[ EDIT ]
|
[ DEL ]
📄 run-parts
0 B
SET
[ EDIT ]
|
[ DEL ]
📄 selinux
547 B
SET
[ EDIT ]
|
[ DEL ]
📄 smartmontools
186 B
SET
[ EDIT ]
|
[ DEL ]
📄 sshd
591 B
SET
[ EDIT ]
|
[ DEL ]
📄 sshd-permitrootlogin
161 B
SET
[ EDIT ]
|
[ DEL ]
📄 sysstat
1,015 B
SET
[ EDIT ]
|
[ DEL ]
📄 sysstat.ioconf
6,430 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: kdump
# Kernel Version string for the -kdump kernel, such as 2.6.13-1544.FC5kdump # If no version is specified, then the init script will try to find a # kdump kernel with the same version number as the running kernel. KDUMP_KERNELVER="" # The kdump commandline is the command line that needs to be passed off to # the kdump kernel. This will likely match the contents of the grub kernel # line. For example: # KDUMP_COMMANDLINE="ro root=LABEL=/" # Dracut depends on proper root= options, so please make sure that appropriate # root= options are copied from /proc/cmdline. In general it is best to append # command line options using "KDUMP_COMMANDLINE_APPEND=". # If a command line is not specified, the default will be taken from # /proc/cmdline KDUMP_COMMANDLINE="" # This variable lets us remove arguments from the current kdump commandline # as taken from either KDUMP_COMMANDLINE above, or from /proc/cmdline # NOTE: some arguments such as crashkernel will always be removed KDUMP_COMMANDLINE_REMOVE="hugepages hugepagesz slub_debug quiet log_buf_len swiotlb ignition.firstboot" # This variable lets us append arguments to the current kdump commandline # after processed by KDUMP_COMMANDLINE_REMOVE KDUMP_COMMANDLINE_APPEND="irqpoll nr_cpus=1 reset_devices cgroup_disable=memory mce=off numa=off udev.children-max=2 panic=10 rootflags=nofail acpi_no_memhotplug transparent_hugepage=never nokaslr novmcoredd hest_disable" # Any additional kexec arguments required. In most situations, this should # be left empty # # Example: # KEXEC_ARGS="--elf32-core-headers" KEXEC_ARGS="-s" #Where to find the boot image #KDUMP_BOOTDIR="/boot" #What is the image type used for kdump KDUMP_IMG="vmlinuz" #What is the images extension. Relocatable kernels don't have one KDUMP_IMG_EXT="" # Logging is controlled by following variables in the first kernel: # - @var KDUMP_STDLOGLVL - logging level to standard error (console output) # - @var KDUMP_SYSLOGLVL - logging level to syslog (by logger command) # - @var KDUMP_KMSGLOGLVL - logging level to /dev/kmsg (only for boot-time) # # In the second kernel, kdump will use the rd.kdumploglvl option to set the # log level in the above KDUMP_COMMANDLINE_APPEND. # - @var rd.kdumploglvl - logging level to syslog (by logger command) # - for example: add the rd.kdumploglvl=3 option to KDUMP_COMMANDLINE_APPEND # # Logging levels: no logging(0), error(1),warn(2),info(3),debug(4) # # KDUMP_STDLOGLVL=3 # KDUMP_SYSLOGLVL=0 # KDUMP_KMSGLOGLVL=0