WiredChris
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by WiredChris-
WiredChris commented,
$ grep -E ".ht[acdespw]" /usr/share/dict/words | wc -l 995
-
WiredChris commented,
Thanks for the update Michael!
-
WiredChris commented,
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...