To enumerate all Python versions installed on your system, use:
% ls -l /usr/local/bin/ | grep python
% ls -l /usr/bin/ | grep python
#!/usr/bin/env python3 | |
# Verifies the SHA-256 hash of a downloaded file from (https://gitflic.ru/project/magnolia1234/bpc_uploads) against the hash in [release-hashes.txt](https://github.com/bpc-clone/bypass-paywalls-chrome-clean/blob/master/release-hashes.txt). | |
# 1. Downloads the hash file from the [HASH_URL] and extracts the expected hash for the correspondent [FILENAME]. | |
# 2. Downloads the zip-file [FILENAME] from [DOWNLOAD_URL] and calculates its SHA-256 hash. | |
# 3. Compares the calculated hash with the expected hash. | |
# 4. On match, prompts the user to move the file to a permanent location [DOWNLOAD_DIR]. | |
# 5. Moves and extracts the file if confirmed; otherwise, deletes the temporary file. | |
# Note: Before running script, replace [DOWNLOAD_DIR] with permanent location on your computer that you use for your extension, excluding the extracted folder name [EXTRACT_DIR_NAME]. | |
import requests |
These lists are built-into Brave natively.
xcode-select --install
duckduckgo !shebang for added privacy, cleaner search UI
Search Engine > Manage Search Engines and Site Search Add > e.g. :
Name: Custom DDG
Shortcut: ddg
URL with %s in place of query: https://duckduckgo.com/?q=%s&t=brave&kc=-1&kav=1&k1=-1&kax=-1&kak=-1&kaq=-1&kap=-1&kao=-1&kau=-1&kz=1&kp=-2&kae=d&kac=-1`