Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.29
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python37 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
alembic
971
B
-rwxr-xr-x
2022-06-27 23:08
chardetect
401
B
-rwxr-xr-x
2021-07-07 22:53
futurize
973
B
-rwxr-xr-x
2022-06-27 23:49
jsonschema
410
B
-rwxr-xr-x
2021-07-08 10:56
mako-render
970
B
-rwxr-xr-x
2022-06-27 22:09
normalizer
1013
B
-rwxr-xr-x
2022-05-11 09:46
nosetests-3.7
398
B
-rwxr-xr-x
2021-07-07 23:30
pasteurize
977
B
-rwxr-xr-x
2022-06-27 23:49
pip
661
B
-rwxr-xr-x
2023-11-13 21:26
pip-3
661
B
-rwxr-xr-x
2023-11-13 21:26
pip-3.7
661
B
-rwxr-xr-x
2023-11-13 21:26
pip3
661
B
-rwxr-xr-x
2023-11-13 21:26
pip3.7
661
B
-rwxr-xr-x
2023-11-13 21:26
pydoc3
91
B
-rwxr-xr-x
2024-04-17 17:23
pydoc3.7
91
B
-rwxr-xr-x
2024-04-17 17:23
pyjwt
385
B
-rwxr-xr-x
2021-07-07 23:56
python3
6.98
KB
-rwxr-xr-x
2024-04-17 17:25
python3-config
173
B
-rwxr-xr-x
2024-04-17 17:24
python3.7
6.98
KB
-rwxr-xr-x
2024-04-17 17:25
python3.7-config
173
B
-rwxr-xr-x
2024-04-17 17:24
python3.7m
6.98
KB
-rwxr-xr-x
2024-04-17 17:25
python3.7m-config
173
B
-rwxr-xr-x
2024-04-17 17:24
python3.7m-x86_64-config
3.21
KB
-rwxr-xr-x
2024-04-17 17:21
pyvenv
448
B
-rwxr-xr-x
2024-04-17 17:23
pyvenv-3.7
448
B
-rwxr-xr-x
2024-04-17 17:23
raven
961
B
-rwxr-xr-x
2022-06-27 23:43
virtualenv
992
B
-rwxr-xr-x
2022-05-26 11:30
virtualenv-3
992
B
-rwxr-xr-x
2022-05-26 11:30
virtualenv-37
992
B
-rwxr-xr-x
2022-05-26 11:30
Save
Rename
#!/opt/alt/python37/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'future==0.17.0','console_scripts','futurize' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'future==0.17.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('future==0.17.0', 'console_scripts', 'futurize')())