Thorsten von Eicken

Results 148 comments of Thorsten von Eicken

After installing libpcap, the linking is failing due to missing -lpcap: ``` root@oc1:~/dot11decrypt# make g++ main.o -lpthread -ltins -o dot11decrypt /usr/bin/ld: main.o: undefined reference to symbol 'pcap_breakloop' //usr/lib/arm-linux-gnueabihf/libpcap.so.0.8: error adding...

I updated and installed today on an ARM Ubuntu 14.04 system: ``` # apt-cache show libtins-dev Package: libtins-dev Priority: extra Section: universe/libdevel Installed-Size: 625 Maintainer: Ubuntu Developers Original-Maintainer: Raúl Benencia...

BTW, the program worked great for me, I'm just trying to provide feedback to make it easier to install for the next person. Basically on my Ubuntu 14.04 system I...

Interesting. Here you can see all the tabs in the right-hand column. I clicked "edit" on the "Left" group in the "Systems" tab and you can see how the tab...

I was hoping to put a breakpoint into the code that populates the tabs dropdown on the left so I could see why it's not including all enabled tabs. But...

Thanks for this PR, helped me implement OIDC! However, at first I got it badly wrong, granting all github users access to the AWS role! Specifically, the gihub docs have...

@mikeviviani yeah, except that documentation is completely wrong... If I remove the "actor" match in my policy and just leave the "aud" match it works (just is insecure). The "sub"...

> so its case sensitive and that was the problem all along What is case-sensitive? Did you get the actor match to work?

Looks like I didn't explain the problem I'm seeing but your response does allow me to do what I'm looking for. I have the situation where my server receives a...

I have the exact same `No permission to configure backup activity`: ``` ~/M/o/Pixel3a> adb shell pm list users Users: UserInfo{0:Owner:13} running UserInfo{10:Work profile:30} running ~/M/o/Pixel3a> adb shell bmgr --user 10...