Usage: mount.jffs2 [jffs2 file] [mount path]
Usage:
mount.luks m [device path] [device name] [mountpoint]
mount.luks u [device name] [mountpoint]
mount.luks l
Options:
m - Mount mode
u - Unmount mode
l - List devices
Examples:
mount.luks m /dev/xda S3cr3t /mnt
mount.luks u S3cr3t /mnt
mount.luks l
Usage:
Self-Signed Cert: $0 ssc [digest] [days] [RSA bits] [crt out] [key out]
Cert Signing Request: $0 csr [RSA bits] [csr out] [key out]
Examples:
gencert.sh ssc sha512 365 4096 cert.crt private.key
gencert.sh csr 4096 request.csr private.key
Usage: ./netns.sh [iface]
Examples:
./netns.sh wlan0 - Creates a namespace that can access wlan0's network (can also be used to access the internet)
Attention:
If you run OpenVPN in the namespace your host's /etc/resolv.conf will be overwritten, thus disabling DNS resolving from the host