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: # Create the SOCKS5 proxy bound to 127.0.0.1:9050 ssh -N -D 9050 socksproxy@123.1.2.3 # Verify [0] % \ss -tulpn | \grep 9050 tcp LISTEN 0 128 ...