Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
systemd /
system /
multi-user.target.wants /
[ HOME SHELL ]
Name
Size
Permission
Action
apache2.service
438
B
-rw-r--r--
console-setup.service
312
B
-rw-r--r--
cron.service
251
B
-rw-r--r--
irqbalance.service
368
B
-rw-r--r--
mysql.service
467
B
-rw-r--r--
networkd-dispatcher.service
258
B
-rw-r--r--
ondemand.service
362
B
-rw-r--r--
remote-fs.target
522
B
-rw-r--r--
rsync.service
188
B
-rw-r--r--
rsyslog.service
290
B
-rw-r--r--
ssh.service
493
B
-rw-r--r--
systemd-resolved.service
1.67
KB
-rw-r--r--
ua-reboot-cmds.service
323
B
-rw-r--r--
ubuntu-advantage.service
1.31
KB
-rw-r--r--
ufw.service
266
B
-rw-r--r--
unattended-upgrades.service
372
B
-rw-r--r--
webmin.service
368
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ubuntu-advantage.service
# This service runs on GCP to enable auto-attaching to Ubuntu Advantage # services when an Ubuntu Pro license is added to a GCP machine. # It also serves as the retry service if an auto-attach fails and will # retry for up to one month after the failed attempt. # If you are uninterested in Ubuntu Pro services, then you can safely # stop and disable this service: # sudo systemctl stop ubuntu-advantage.service # sudo systemctl disable ubuntu-advantage.service [Unit] Description=Ubuntu Pro Background Auto Attach Documentation=man:ubuntu-advantage https://ubuntu.com/advantage After=network.target network-online.target systemd-networkd.service ua-auto-attach.service cloud-config.service ubuntu-advantage-cloud-id-shim.service # Only run if not already attached ConditionPathExists=!/var/lib/ubuntu-advantage/private/machine-token.json # This service has two modes: # 1. GCP detect pro mode - only on GCP # 2. auto-attach retry mode - only if ua-auto-attach.service fails # The following conditions correspond to those two modes. ConditionPathExists=|/run/cloud-init/cloud-id-gce ConditionPathExists=|/run/ubuntu-advantage/flags/auto-attach-failed [Service] Type=notify NotifyAccess=main ExecStart=/usr/bin/python3 /usr/lib/ubuntu-advantage/daemon.py WorkingDirectory=/var/lib/ubuntu-advantage/ [Install] WantedBy=multi-user.target
Close