13
heyheni
6y

dumb question...
what fun things can you do with a router running linux arm7 with telnet accsess?

apt is not installed, cURL and rpm is.
and sudo doesn't seem to work, but su.

Comments
  • 2
    Try yum install
  • 4
    Nothing, let it be and enjoy your Internet. (said no nerd ever)
  • 3
    also

    sudo() {
    su -c '$*'
    }
    you probably have to mess with the quotes and with $@ but that should do the trick
  • 2
    Install pi hole on it, or a vpn server, if it's able to handle that. Make sure it doesn't slow your connection down.
  • 1
    @Wack cool! il try that :)
    i thought i could install mosquitto a mqtt broker to controll my various wlan smart bulbs.
    But without apt it's not that easy at first try.
  • 1
    @gitreflog does that get me sudo?
    and that is not a rm rf joke? 😉
  • 3
    @heyheni not really sudo. sudo respects your aliases and stuff, this not. and sudo does a lot more.
  • 0
    @gitreflog thank you very much
Add Comment