Pinned Loading
-
hash_sha1.py
hash_sha1.py 1# Left rotate2def lrot(byte_string, offset):
3for i in range(offset):
4byte_string = byte_string[1:]+byte_string[0]
5return byte_string
-
Curl-Slack-Attachment: Send attachme...
Curl-Slack-Attachment: Send attachments payload to slack via curl; uses single quotes to form payload with variables. 1## Send slack attachment via curl23### I. Bot Token4- Note those single & double quotes around variables.5- Note there are backticks around `$(hostname -I)` to style it as code block.
-
-
-
nginx-certbot
nginx-certbot PublicForked from wmnnd/nginx-certbot
Boilerplate configuration for nginx and certbot with docker-compose
Shell
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



