Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.216.61
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
ubuntu-advantage /
Delete
Unzip
Name
Size
Permission
Date
Action
add_esm_snapshot_auth.py
1.88
KB
-rw-r--r--
2026-04-07 18:21
apt-esm-json-hook
50.32
KB
-rwxr-xr-x
2026-07-06 13:28
apt_news.py
565
B
-rw-r--r--
2026-04-07 18:21
auto_attach.py
3.68
KB
-rw-r--r--
2026-04-07 18:21
cloud-id-shim.sh
500
B
-rwxr-xr-x
2026-04-07 18:21
convert_list_to_deb822.py
2.37
KB
-rw-r--r--
2026-04-07 18:21
daemon.py
2.49
KB
-rw-r--r--
2026-04-07 18:21
esm_cache.py
491
B
-rwxr-xr-x
2026-04-07 18:21
postinst-migrations.sh
3.53
KB
-rwxr-xr-x
2026-04-07 18:21
reboot_cmds.py
4.9
KB
-rw-r--r--
2026-04-07 18:21
timer.py
5.98
KB
-rw-r--r--
2026-04-07 18:21
upgrade_lts_contract.py
621
B
-rwxr-xr-x
2026-04-07 18:21
Save
Rename
#!/usr/bin/env python3 """ This script is called after running do-release-upgrade in a machine. See uaclient/upgrade_lts_contract.py for more details. """ import logging from uaclient import config, defaults, http, log, upgrade_lts_contract if __name__ == "__main__": log.setup_cli_logging(logging.DEBUG, defaults.CONFIG_DEFAULTS["log_level"]) cfg = config.UAConfig() log.setup_cli_logging(cfg.log_level, cfg.log_file) http.configure_web_proxy(cfg.http_proxy, cfg.https_proxy) upgrade_lts_contract.process_contract_delta_after_apt_lock(cfg) upgrade_lts_contract.remove_private_esm_apt_cache()