Matthew Clark
Matthew Clark
I can't build for ARM based platforms. The default configure script sets up for x86 regardless of platform detected (and fails because it can't find xmmintrin.h), but if I enable...
When trying to run on a Jetson Xavier NX (ubuntu 18.04), I'm getting a weird error. Is this an srsLTE thing? ``` root@482ef86740d8:/srsLTE/build# srsenb --- Software Radio Systems LTE eNodeB...
This allows FileCapture to read from a FIFO, which can be useful for parsing the kismet pcapng stream. ``` mkfifo /tmp/sharkfin || true wireshark -k -i /tmp/sharkfin & curl -N...
Is there a way to access the options field in a pcapng packet? I'm trying to use pyshark to parse through pcapng files converted from Kismet, which inserts its GPS...
Dumb dumb noob question, if I wanted to see my phone's IMSI or my Nordic nRF9160 LTE modem, how would I configure this?
#### Pre-Submission checklist - [X] There is no existing issue that already asks for this feature. - [ ] The feature already exists in rclone (on your PC or in...
I'm having a build error for the orange-pi-lite when trying to use the warrior branch `| DTC arch/arm/boot/dts/sun8i-h3-orangepi-lite.dtb | NOTE: make -j 12 HOSTCC=gcc -isystem/home/builder/Code/Yocto/Shared/tmp/work/orange_pi_lite-poky-linux-gnueabi/linux-mainline/4.19.63-r0/recipe-sysroot-native/usr/include -O2 -pipe -L/home/builder/Code/Yocto/Shared/tmp/work/orange_pi_lite-poky-linux-gnueabi/linux-mainline/4.19.63-r0/recipe-sysroot-native/usr/lib -L/home/builder/Code/Yocto/Shared/tmp/work/orange_pi_lite-poky-linux-gnueabi/linux-mainline/4.19.63-r0/recipe-sysroot-native/lib -Wl,--enable-new-dtags...
You reference the docker image. Do you have the Dockerfile you used to build it? I'd like to see if I can use my CUDA-enabled OpenCV 4.5.1.
I don't know if this is the right place, but I'm trying to build bettercap inside a Docker and it balks at this: # github.com/chifflier/nfqueue-go/nfqueue /go/pkg/mod/github.com/chifflier/[email protected]/nfqueue/nfqueue.go:187:29: could not determine kind...
When I try to detect an image using the latest version, the image doesn't load and I get the following error: ``` Uncaught (in promise) TypeError: v is undefined ct...