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
# Enable "charge + tether" in Settings -> Setup -> Mobile Router Setup -> Tethering | |
# Use a usb cable to connect (tethering) to the router on port 5510 | |
# Useful links: | |
# Verify the IMEI number | |
# https://en.wikipedia.org/wiki/Luhn_algorithm | |
# Challenge/Response Generator for Sierra Wireless Cards V1.0 | |
# https://github.com/bkerler/SierraWirelessGen | |
ATI |
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
{ | |
"final_space": true, | |
"console_title": true, | |
"console_title_style": "folder", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 0, |