====== Snapshot ====== * https://librecmc.org/librecmc/downloads/snapshots/current/main/targets/ath79/generic/ * Last timestamp: ''2025-Mar-24 04:05'' * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]] "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" "root"@"192.168.1.1" rm -f '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -v 'https://librecmc.org/librecmc/downloads/snapshots/current/main/targets/ath79/generic/librecmc-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin' DEL /Q "%UserProfile%\.ssh\known_hosts" && ping -t "192.168.1.1" ====== Disable LuCI SSL ====== * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]] "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" "root"@"192.168.1.1" uci set 'uhttpd.main.redirect_https'='0' && uci commit 'uhttpd' && service 'uhttpd' reload && sync ====== Settings ====== ===== Scheduled Reboot ===== * http://192.168.1.1/cgi-bin/luci/admin/system/crontab # Restart 3:00 AM 0 3 * * * sleep '70' && touch '/etc/banner' && reboot ===== Firewall ===== * http://192.168.1.1/cgi-bin/luci/admin/network/firewall/forwards * 80/tcp HTTP * 443/tcp HTTPS