Probably what you're looking for
[a]
Alternate (alternate version of the game, usually trying a different output method)[p]
Pirate
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
#!/bin/bash | |
# | |
# This script converts SMS encoded with UTF-8 to UCS2 format expected by smsd. | |
# To use it, edit your /etc/smsd.conf and add the following line: | |
# | |
# checkhandler = /path/to/smstools-utf8-to-ucs2.sh | |
# | |
# When creating a new message in /var/spool/outgoing/, add the following header line: | |
# | |
# Alphabet: UTF-8 |