back
user profile
ValdikSS
1,246karma·370submissions·December 29, 2014
recent activity (370 total)
comment
https://btcodecs.valdikss.org.ru/sbc-encoder/
comment
Do anyone know whether the new LE Audio standard include high quality duplex audio (headphones + microphone)? Or is it still mSBC 16 kHz?
comment
>This article is not about Bluetooth in general Here you are https://habr.com/en/articles/456182/ …
comment
My first earned $10, and also first vanished shortly after upon website seizure. I don't even remember how exactly did I earn it, most probably in one of 'autosurfing' HYIPs.
comment
https://neocities.org/
comment
Likely because it's 'more illegal'. I'd bet they are not allowed to hack into the server if it's not directly involved in the cybercriminal activity.
comment
Yes, I tend to believe that as well. My guess it's either related to Genesis Market or Qakbot takedowns.
comment
This mitm may be as a part of Genesis Market takedown, but it's just out of the blue. https://therecord.media/genesis-market-takedown-cybercrime …
comment
I've added "Could you prevent or monitor this kind of attack?" section. There are several indications which could be used to discover the attack from day 1: * All issued SSL/TLS ce…
comment
Linux swapper used to be very aggressive on file cache, evicting it to the point that for the next second you'll need all of these libraries again. That is the main reason of the slowdowns. Fortu…
comment
It has been fixed by MGLRU patchset since kernel 6.1.
Do: cat > /etc/tmpfiles.d/mglru-min-ttl.conf <<EOF
w- /sys/kernel/mm/lru_gen/enabl…
comment
Uuh… I have an old VIA-based 32-bit x86 machine (VIA Eden Esther 1 GHz from 2006), and it hangs in different times, but I managed to create a reproducer which hangs the system not so long after the bo…
comment
>works great on Linux Now try `sudo iw dev wlan0 del` and the kernel will deadlock :)
comment
That's a LineageOS customization, as far as I know.
comment
Which use case are you referring to? You can't connect via SSH to the GitHub Actions worker, it is behind NAT.
comment
It's not possible to run server software on GitHub Actions using regular methods: the worker virtual machine is placed behind Network Address Translation (NAT), which prevents it from receiving d…
comment
https://bitbucket.org/anticensority/russian-unlisted-blocks/... — my list of unlisted blocks >How are the TSPU boxes setup? Are these provided by the government to differ…
comment
Several issues: * VPNs are mostly not free, and with current situation in Russia, you can't easily pay for the Europe/US service due to absent Visa/MC service * Popular VPN providers ar…
comment
If anyone gets me a network link to China, I'm ready to test and implement new techniques. Last time I asked why such tools are not built in China, the developer of very popular anti-censorship t…
comment
That was true 3-4 years ago but nowadays they're getting surprisingly good, and that's alarming.
comment
No, unfortunately almost no of these naive methods longer works. However the protocol spoofing ("fake packet" in GoodbyeDPI) with Auto-TTL is pretty effective on most ISPs of Russia, Korea, …
comment
GoodbyeDPI also includes Russian blacklist built from zapret-info, to apply censorship circumvention only for the websites from the list, to reduce the risk of breaking the website due to mangled traf…
comment
Windows Server 2016+ with Secure Boot enabled won't allow loading of any third-party non-HLK-certified drivers, whether they are signed or unsigned. That's why. And HLK is only for device dr…
comment
Windows Server 2016+ with Secure Boot enabled won't allow loading of any third-party non-HLK-certified drivers, whether they are signed or unsigned. That's why.
comment
+
If it wasn't OllyDBG, I would never have understood how a computer works.
comment
The article mentions Miracle Box, but the cracked version is dangerous, use it without the internet connection. Basically if you're fine with dangerous windows-only no-VM Miracle Box, it supports…
comment
No-no, le9 is very useful both with swap (physical or zram) and without. With zram it makes swapping process seamless (no lags when swapping), with physical swap on HDD it makes it a bit softer (on re…
comment
https://notes.valdikss.org.ru/linux-for-old-pc-from-2007/en/ The patch prevents eviction of file cache from the RAM, which, when using with zram, makes the system very fast …
comment
TL;DR: 1. Linux sucks when the memory usage come close to RAM amount, making system barely usable even on modern PCs (here's the report of system freeze with 32 GB RAM[1]). Luckily, the "le9…