
docw
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
Comments
Recent activity by docw-
Thanks quietFinn, that makes sense now. I had missed the "An email notification will be sent to the user" bit under the disk quota percentages.
-
Extended attributes can be applied to files and directories (so it's perfectly possible that the directory is empty). For a directory, you can list extended attributes with `lsattr -d [directory]`....
-
This is slightly cleaner alternative: for domain in $(find /var/named/ -maxdepth 1 -type f -name "*.db" -exec basename \{} .db \;); do if ! grep -q "^$domain" /etc/userdomains; then echo "$domain";...
-
Hah, thanks, you're right. I completely overlooked that!
-
I've opened a new threat for the hotlink protection issue (it's unrelated to my initial topic):