Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 52.14.204.52
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-aws-headers-4.15.0-1021 /
arch /
um /
[ HOME SHELL ]
Name
Size
Permission
Action
drivers
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
kernel
[ DIR ]
drwxr-xr-x
os-Linux
[ DIR ]
drwxr-xr-x
scripts
[ DIR ]
drwxr-xr-x
Kconfig.char
4.46
KB
-rw-r--r--
Kconfig.common
823
B
-rw-r--r--
Kconfig.debug
1.01
KB
-rw-r--r--
Kconfig.net
8.49
KB
-rw-r--r--
Kconfig.rest
326
B
-rw-r--r--
Kconfig.um
4.07
KB
-rw-r--r--
Makefile
5.23
KB
-rw-r--r--
Makefile-os-Linux
235
B
-rw-r--r--
Makefile-skas
290
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Kconfig.debug
# SPDX-License-Identifier: GPL-2.0 menu "Kernel hacking" source "lib/Kconfig.debug" config GPROF bool "Enable gprof support" depends on DEBUG_INFO && FRAME_POINTER help This allows profiling of a User-Mode Linux kernel with the gprof utility. See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more details. If you're involved in UML kernel development and want to use gprof, say Y. If you're unsure, say N. config GCOV bool "Enable gcov support" depends on DEBUG_INFO help This option allows developers to retrieve coverage data from a UML session. See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more details. If you're involved in UML kernel development and want to use gcov, say Y. If you're unsure, say N. config EARLY_PRINTK bool "Early printk" default y ---help--- Write kernel log output directly to stdout. This is useful for kernel debugging when your machine crashes very early before the console code is initialized. endmenu
Close