jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Knowledge / everything · hot matching “ide”

4 shown · updated 9s ago · read only
  1. Goaccess - Log format not working when invoked inside a bash script (stackoverflow.com)stack

    19 points by daHoodooMan in stackoverflow.com · 22h 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. As temperatures get hotter, pesticides are more dangerous to farmworkers Research shows heat amplifies the dangers of pesticides. https:// arstechnica.com/science/2026/0 8/as-temp… (mastodon.social)mastodon

    10 points by @arstechnica@mastodon.social in fosstodon.org · 1h ago · mastodon

    As temperatures get hotter, pesticides are more dangerous to farmworkers Research shows heat amplifies the dangers of pesticides. https:// arstechnica.com/science/2026/0 8/as-temperatures-get-hotter-pesticides-are-more-dangerous-to-farmworkers/?utm_brand=arstechnica&utm_social-t…
  3. 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…