back
user profile

ValdikSS

1,246karma·370submissions·December 29, 2014
recent activity (370 total)
comment
https://btcodecs.valdikss.org.ru/sbc-encoder/
2y ago·view thread
comment
Do anyone know whether the new LE Audio standard include high quality duplex audio (headphones + microphone)? Or is it still mSBC 16 kHz?
2y ago·view thread
comment
>This article is not about Bluetooth in general Here you are https://habr.com/en/articles/456182/ …
2y ago·view thread
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.
2y ago·view thread
comment
https://neocities.org/
2y ago·view thread
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.
2y ago·view thread
comment
Yes, I tend to believe that as well. My guess it's either related to Genesis Market or Qakbot takedowns.
2y ago·view thread
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 …
2y ago·view thread
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…
2y ago·view thread
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…
2y ago·view thread
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…
2y ago·view thread
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…
3y ago·view thread
comment
>works great on Linux Now try `sudo iw dev wlan0 del` and the kernel will deadlock :)
3y ago·view thread
comment
That's a LineageOS customization, as far as I know.
4y ago·view thread
comment
Which use case are you referring to? You can't connect via SSH to the GitHub Actions worker, it is behind NAT.
4y ago·view thread
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…
4y ago·view thread
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…
4y ago·view thread
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…
4y ago·view thread
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…
4y ago·view thread
comment
That was true 3-4 years ago but nowadays they're getting surprisingly good, and that's alarming.
4y ago·view thread
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, …
4y ago·view thread
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…
4y ago·view thread
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…
4y ago·view thread
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.
4y ago·view thread
comment
+ If it wasn't OllyDBG, I would never have understood how a computer works.
4y ago·view thread
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…
5y ago·view thread
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…
5y ago·view thread
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 …
5y ago·view thread
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…
5y ago·view thread