Results 3 comments of Marek

Use `sudo airmon-ng check wlan0` instead wlan0 use any other interface you want and try kill all applications in that output...

@quaggalinux Thanks to developers of Alpine linux (based on `MUSL`) and nload it is quite easy: **Run inside of Alpine:** ```sh apk update && apk add git bash autoconf automake...

You forgot `libtool` package: `apk update && apk --no-cache add git wget autoconf automake build-base linux-headers ncurses-dev ncurses-static libtool` Then building succeed, but static binary can be problematic, you have...