Alexey Vesnin
Alexey Vesnin
try this in a kernel with timer HZ=1000 and preemtion type "Server" without dynticks: `root@pi:/home/pi# cat /etc/sysctl.conf # # /etc/sysctl.conf - Configuration file for setting system variables # See /etc/sysctl.d/...
@phraktle The fix was not just for polipo, actually. As far as I've figured it out, there are three vectors of solving this, but only in addition all three of...
@ValdikSS and @quetz : The problem in my case was also with Tor, that complained on almost-all-used connection limits, I2P used to be a slow-prank, polipo hanged the same way...
I understand - I'm quite a long time in IT :) but when I've tried to build it on my Cortex-A7 CPU that indicates that it does have a NEON...
What exact research of your colleagues do you mention - can you post a link to it? The basic problem I want to solve is using AES for a FAST...
works inside a docker container Deian stretch both host and container
@chshawkn Travis-CI - in my opinion - is a very questionable CI solution... Call me classy, but I'm still using Jenkins and it never ever failed me regardless of the...
It seems to be useless, and let me explain why. There are some sensitive dada - indeed, there are some other processes on servers - true, but if your potential...
well, that's a benefit change - use systemd or daemontools for proper process supervising
Wrong implementation vector, guys =) Use NGinx to handle them both : HTTP and HTTPS. Like that : ``` http { proxy_cache_path /tmp/nginx.cache keys_zone=one:100m loader_threshold=300 loader_files=2000; proxy_temp_path /tmp/nginx.proxy_temp 1 2;...