Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

March 23 2010

dpkg-query -W -f='${Conffiles}\n' '*' | awk 'OFS="  "{print $2,$1}' | md5sum -c 2>/dev/null | awk -F': ' '$2 !~ /OK/{print $1}'
How to check for modified config files on a Debian system? - Server Fault