solsTiCe d'Hiver
solsTiCe d'Hiver
So instead of importing a new **dependancy** with *python-radiotap*, one can use the following function (this is a stripped down version of the python-radiotap parsing module) ``` def parse_rssi(packet): #...
There is at least one bug in libpcap 1.10 that prevents capturing wifi packet in monitor mode. See https://github.com/the-tcpdump-group/libpcap/issues/989
Sorry, I did not see the reply. so this works better with latest git. However, it does not hop over channel like `airodump-ng` normally does automatically. I don't know if...
I have no idea. The default one built-in gnome shell 3.36 ?
I booted fine the Live usb key I created wit "Media Creation Tool" with **Secure Boot enabled**. That was the point. It was to fix the boot of Windows 10...
Yes. Please. This is really needed: ``` ERROR: Command errored out with exit status 1: command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-62k6_9qa/redislite_ef9823c28815432a9ce81c086516cbb1/setup.py'"'"'; __file__='"'"'/tmp/pip-install-62k6_9qa/redislite_ef9823c28815432a9ce81c086516cbb1/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code,...
I submit that naive fix/work-around: ``` --- src/chkboot-1.3/chkboot 2020-01-07 19:34:30.459462693 +0100 +++ src/chkboot-1.3/chkboot 2019-04-16 23:00:54.000000000 +0200 @@ -68,7 +68,7 @@ pushd "$BOOTDIR" > /dev/null 2>&1 files=`find . -type f` #...
I have no idea. May be keep simply the BATX as name but let the user customize it if need be with a parameter in the configuration file ? With...
I tried with isl-0.24 and I get that ``` [ 47%] Built target cpptest-lite-project-build [ 47%] Building CXX object src/CMakeFiles/VC4CC.dir/GlobalValues.cpp.o : attention: « _GNU_SOURCE » redéfini : note: ceci est...
I got bitten by this bug too. Using *google_authenticator* with **libpam-google-authenticator**, on a host that requires *2FA* for clients from outside network, but fallbacks to only *pubkey* in LAN clients,...