WiredChris
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by WiredChris-
$ grep -E ".ht[acdespw]" /usr/share/dict/words | wc -l 995
-
Thanks for the update Michael!
-
Here's a one liner which resolves this issue: ps axu | grep clamdscan | grep -v grep | awk '{print $2}' | xargs kill; rm -f /etc/clamddisable; /scripts/restartsrv_clamd; It wouldn't be so bad if...