Advanced Search
Search Results
54 total results found
Optimization
# JPEG/JFIF - lossless jpegoptim "${filepath}" # PNG (and ICO that is PNG) - lossless # zopfli makes the entire thing MUCH slower, but saves more space - question is whether it's worth it inflating compress time by 80x (decompress is the same) # --strip all o...
IoT
Internet of Things done securely. IoT devices can use a range of technologies for communication, Wi-Fi, Bluetooth, Zigbee, Z-Wave, Thread, Matter ... Companies like Tuya provide smart chip integration for existing devices of other manufacturer's, so the qualit...
Proxy over SSH
I wanted to tunnel my SSH SOCKS5 proxy out to Wi-Fi, here's a little how to, DNS included: This could be added to the readme. Note that DNS requests sent over TCP will probably be broken with the default iptables rules. # Create the SOCKS5 proxy bound to 127.0...