All3xJ
All3xJ
Here is a video that shows the bug: https://www.youtube.com/watch?v=PZY-I7SswCs It is unusable. It has ALWAYS worked, but maybe something in updates has broken struff. I use ArchLinux. This bug report...
If I want to open a file with a program installed with junest, how can I do it in a easy and fast way?
Good job for your script, but I encountered an issue. After crypting, and when I open the crypted program, it raises: `File "myscript.py", line 1 SyntaxError: Non-UTF-8 code starting with...
This bug is a duplicate of #7498 , but it's closed. I just noticed that my pc was lagging, so I checked with htop, and I have:  Arduino IDE...
After started the program and set the interface, it seems to work at the beginning showing essids of wifi networks, but then: ``` Traceback (most recent call last): File "wifijammer-ng.py",...
I suggest to set default "Min Frame Interval" value to 1ms in order to decrease latency, and default "Min pressure to generate" value to medium value. Even the resolution default...
I'm in Mac ``` $ ./hackrf_sweep_spectrum_analyzer_linux.sh Persistent image set to 320x240 HackRFSweep thread stopped. Starting hackrf_sweep... 2400-2500MHz hackrf_sweep params: freq 2400-2500MHz FFTBin 100000Hz samples 8192 lna: 40 vga: 0 antenna_lna:...
I have this code: ``` import socket import socks import random data = random._urandom(1024) socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, "IP_OF_SOCK5", PORT_OF_SOCK5, True) s = socks.socksocket(socket.AF_INET, socket.SOCK_DGRAM) s.sendto(data, ('IP_DST',PORT_DST)) ``` But I receive these errors:...
``` $ sudo tuxclocker QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QMetaObject::connectSlotsByName: No matching signal for on_newProfile_clicked() QMetaObject::connectSlotsByName: No matching signal for on_newProfile_closed() QMetaObject::connectSlotsByName: No matching signal for on_editProfile_closed() Segmentation...