Linux lionsclub 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 161.35.52.75 | : 3.17.62.51
Cant Read [ /etc/named.conf ]
7.4.28
www-data
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-4.15.0-213 /
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.03
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 depends on !KCOV 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