George Liu (eva2000)
George Liu (eva2000)
## Feature Request **Describe your use case and the problem you are facing** If downloads.wordpress site has connectivity issues, `wp core download` will timeout > Error: Failed to get url...
I am trying to install centos-release-scl and it is just hanging on download stage ? ``` Loaded plugins: fastestmirror, priorities, security Setting up Install Process Loading mirror speeds from cached...
Tried compiling lua-upstream-nginx-module-0.05 and seems to fail on nginx 1.9.12 > nginx configure options (alternate ordering): > ./configure --with-ld-opt="-ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib" --with-cc-opt="-m64 -mtune=native -mfpmath=sse -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security...
OpenSSL 3.2 supports TLS certificate compression https://www.openssl.org/blog/blog/2023/11/23/OpenSSL32/ and was wondering if Nginx/Angie can benefit from such for serving SSL certificates for HTTPS? Litespeed web server uses BoringSSL, and they improved...
Hi with add new set in custom dashboards I am seeing  is custom log format's `'ut="$upstream_response_time"` not enough to satisfy key metric `nginx.upstream_response_time` ? I have Nginx 1.15.5 with...
On just installed CentOS 7.3 64bit server the connectivity has stopped with error in /var/log/messages ``` nixstatsagent: ping: socket: Operation not permitted ``` ``` ls -lah /var/run/amplify-agent total 4.0K drwxr-xr-x...
On OpenVZ Virtualized VPS server https://community.centminmod.com/posts/20844/ in /var/log/amplify-agent/agent.log ``` 2015-11-26 11:46:58,272 [26231] sys_meta failed to collect meta lscpu due to AmplifySubprocessError 2015-11-26 11:47:11,209 [26231] sys_metrics failed to collect disk_io_counters due...
### Discussed in https://github.com/gluster/glusterfs/discussions/4373 Originally posted by **centminmod** June 3, 2024 I am testing tests with Ansible 2.14 and Glusterv11.1 for AlmaLinux 9 Extra's repo's CentOS SIG Storage GlusterFSv11 YUM...
Sort of inline with https://github.com/raphaelmansuy/code2prompt/issues/9 to add a feature to allow users to pair custom file extensions with specific code syntax highlighting. Right now for my code base, I see...
I searched the repo to see if a deploy hook was ever implemented for pure-ftpd and came across https://github.com/acmesh-official/acme.sh/blob/0f61e9c15ec6485f29ee5da73d1759b962a9bc9d/deploy/pureftpd.sh#L10 But was this ever implemented ?