jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Front page / Stack Overflow · hot matching “http”

2 shown · updated 3s ago · read only
  1. .NET 10 Elevation Bug when using Admin By Request (stackoverflow.com)stack

    29 points by Curt Blunt in stackoverflow.com · 8m ago · stack

    Does anybody know what is happening with the bugs? Any workaround available? https://github.com/wixtoolset/issues/issues/9001 https://github.com/dotnet/runtime/issues/127647 Thanks
    filed under .netruntime
  2. Goaccess - Log format not working when invoked inside a bash script (stackoverflow.com)stack

    20 points by daHoodooMan in stackoverflow.com · 21h ago · stack

    I'm having a hard time to run goaccess in a simple bash script like this: #!/bin/bash cat domainlist.txt |\ while read d ; do # echo "goaccess /var/log/httpd/www.$d/access_log --log-format=COMBINED -o /srv/www/parked-domains/mystats/www.$d/index.html" ## uncomment previous line…