Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-4.4.0-119 /
ubuntu /
Delete
Unzip
Name
Size
Permission
Date
Action
bnxt
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
dm-raid4-5
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
hio
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
i915
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
include
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
opennsl
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
rsi
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
vbox
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
xr-usb-serial
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
Kconfig
591
B
-rw-r--r--
2018-04-02 18:07
Makefile
893
B
-rw-r--r--
2018-04-02 18:07
Save
Rename
# # Makefile for the Linux kernel ubuntu supplied third-party device drivers. # # # NOTE: to allow drivers to be added and removed without causing merge # collisions you should add new entries in the middle of the six lines # of ## at the bottom of the list. Always add three lines of ## above # your new entry and maintain the six lines below. # ## ## ## obj-$(CONFIG_DM_RAID45) += dm-raid4-5/ ## ## ## ifneq ($(filter $(ARCH), i386 x86_64),) obj-y += vbox/ endif ## ## ## obj-$(CONFIG_DRM_I915_BPO) += i915/ ## ## ## obj-$(CONFIG_HIO) += hio/ ## ## ## ifeq ($(filter $(ARCH), s390),) obj-y += xr-usb-serial/ endif ## ## ## obj-$(CONFIG_WLAN_VENDOR_RSI) += rsi/ ## ## ## obj-$(CONFIG_OPENNSL) += opennsl/ ## ## ## ## obj-$(CONFIG_BNXT_BPO) += bnxt/ ## ## ## ## ## ## # This is a stupid trick to get kbuild to create ubuntu/built-in.o obj- += foo.o