find $MY_HOME_DIRECTORY -group root
Keep a tunnel running from a home machine to a VPS that allows you to ssh into the home machine from the VPS
# From the home machine (to establish the tunnel)
ssh -v -R <local-port>:localhost:22 <vps-username>@<vps-hostname>
# On the vps machine (to log into the home machine)
ssh -p <local-port> localhost
This file contains hidden or 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
# Start the phone dialer activity | |
adb shell am start -a android.intent.action.CALL -d "tel:*123#" | |
# Wait for the dialer to open | |
sleep 2 | |
# Input the USSD command | |
adb shell input text "<your_ussd_code><parameter>" | |
# Send the USSD command |
youtube-dl (https://github.com/ytdl-org/youtube-dl) has had numerous problems dowloading videos, and keepig up to date.
This file contains hidden or 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
""" | |
Random Script for TonRandall online. | |
DESCRIPTON: | |
Generate a list of tuples where the first item in the tuple | |
is an integer and the second item in the tuple is the first | |
number squared. The script should not require any user input. | |
USAGE | |
python ./random-script-for-tonrandall-list-of-tuples.py |
This file contains hidden or 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
# www.flourwatersalt.com.au | |
https://www.flourwatersalt.com.au/ | |
https://www.flourwatersalt.com.au/collections/all | |
https://www.flourwatersalt.com.au/collections/all.atom | |
https://www.flourwatersalt.com.au/collections/all?page=1 | |
https://www.flourwatersalt.com.au/collections/all?page=2 | |
https://www.flourwatersalt.com.au/collections/all?page=3 | |
https://www.flourwatersalt.com.au/collections/all?page=4 | |
https://www.flourwatersalt.com.au/collections/all?page=5 |
NewerOlder