jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Front page / Stack Overflow · hot matching “ide”

3 shown · updated 8m ago · read only
  1. 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…
  2. Loading an SQLite database from a byte stream in .NET (stackoverflow.com)stack

    1 points by Ethan in stackoverflow.com · 15y ago · stack

    I'm trying to load an SQLite database that will be embedded in my executable as a resource. For those who are curious, it is because I use a small SQLite database to store configuration data, and I'd like to ship the default configuration embedded inside the executable (I hate h…