This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Checks passwords in HIBP range | |
# | |
# $1 - (optional) quoted password | |
# | |
check_pwned_password() | |
{ | |
PWNCANDIDATE="$1" | |
if [ -z "$PWNCANDIDATE" ]; then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Source it from your LineageOS build environment: | |
# | |
# . lineageos-gerrit-repopick-topic.sh | |
# | |
# then use it, for example: | |
# | |
# repopick_topic n-asb-2020-05 | |
# | |
# to pick the May 2020 ASB for LineageOS 14.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Proof-of-concept geolocation-based timezone changer | |
# | |
# Requires: | |
# | |
# * Termux with termux-api package installed | |
# * Fine locatiin permission granted | |
# * Free API ey from https://ipgeolocation.io |