Patrick Schleizer

Results 162 issues of Patrick Schleizer

Documentation is at the moment a bit sparse on [nginx gzip](https://nginx.org/en/docs/http/ngx_http_gzip_module.html). Specifically nginx [gzip_static](https://nginx.org/en/docs/http/ngx_http_gzip_static_module.html#gzip_static). It is my understanding that gzip_static cannot be easily used in conjunction with nginx pagespeed. Source:...

Quote https://www.modpagespeed.com/doc/downstream-caching#ps-capabilitylist > To use this header properly, however, you have to know which capabilities are supported by which browsers in the version of PageSpeed you're using and craft regular...

When javascript is disabled (this is common for users of Tor Browser) anchored links are broken For example, https://www.whonix.org/wiki/Hardened-kernel#Upstreaming is rewritten to https://www.whonix.org/wiki/Hardened-kernel?PageSpeed=noscript If anything it should be: https://www.whonix.org/wiki/Hardened-kernel?PageSpeed=noscript#Upstreaming Why...

If monerod is already running or better said if port 18081 on localhost is already open, Monero Wallet CLI auto detects that, uses that port to connect to to that...

pip3 install pyinstaller cd ~/magic-wormhole/pyi /home/user/.local/bin/pyinstaller --clean --distpath=dist wormhole.exe.spec ``` 32 INFO: PyInstaller: 3.6 32 INFO: Python: 3.7.3 33 INFO: Platform: Linux-4.19.125-1.pvops.qubes.x86_64-x86_64-with-debian-10.4 34 INFO: UPX is not available. 35 INFO:...

packaging

In case it is forgotten or in case file names get changed by upstream give the user a hint. Untested. //cc @rustybird

Hi, I am adrelanos, Whonix is my project, an anonymous general purpose operating system. http://whonix.sourceforge.net/ It runs on two (virtual) machines. One acts as a gateway and one as a...

> ERROR: ld.so: object '/usr/lib/libindp.so' from LD_PRELOAD cannot be preloaded (cannot dynamically load position-independent executable): ignored. This is happening since Debian `bullseye`. Found this, same error message for a different...

``` gcc -nostartfiles -fpic -shared bindp.c -o libindp.so -ldl -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -fPIE -pie -Wl,-z,relro -Wl,-z,now /usr/bin/ld.bfd.real: warning: cannot find entry symbol _start; defaulting to...

https://github.com/openwall/lkrg/blob/main/scripts/bootup/systemd/lkrg.service currently uses: * `Before=[...] shutdown.target` * `ExecStop=/sbin/modprobe -v -r p_lkrg` I don't see what this would be good for? Could even be a security issue to unload LKRG? System...

shortcoming