Skip to content

Instantly share code, notes, and snippets.

@Gimenz
Created October 23, 2025 03:02
Show Gist options
  • Save Gimenz/1ff112bd8e48478a4c19b2f0cbea406f to your computer and use it in GitHub Desktop.
Save Gimenz/1ff112bd8e48478a4c19b2f0cbea406f to your computer and use it in GitHub Desktop.

OpenWRT Post Install

beberapa tools yang saya gunakan setelah install openwrt

1. Speedtest CLI

wget --no-check-certificate https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-aarch64.tgz -O /tmp/speedtest.tgz
tar -xzvf /tmp/speedtest.tgz -C /usr/bin/
chmod +x /usr/bin/speedtest

2. AdGuardHome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment