These are index folders, the presence of which can be quite annoying. To locate them find . -type d -name "@eaDir" if you’re feeling ok about automatically deleting them then: find . -type d -name "@eaDir" -print0 | xargs -0 rm -rf On a Synology NAS you can disable feature as follows synoservice …
Read more →Tech
Posts tagged with
Support Net Neutrality
Internet neutrality is a big deal. It enables you, or anyone else, to complete at a true level playing field with large corporations. Please do support Net neutrality Early last year Mark Zuckerberg had pushed to break net neutrality in India. It failed! Read here more about Facebook’s biggest …
Read more →Open Source

the Linux penguin I came to technology through the back door — as a finance person who quickly learned that access to clean, secure data is everything. That led me deeper: into information security, global systems, and eventually customer-facing technology at an international level. The question I …
Read more →cron errors only
If you run a cron job and you would like to only see the errors reported use cronic on Centos or chrronic on Ubuntu. The latter comes with the package moreutils apt-get install moreutils
Read more →Search for a text string within files
At times you see that a particular image or so is not found when loading a web page and you are at a loss where the call came from. At least I had that today when I noticed that a menu image was called. The command to search for that is actually really straight forward: grep -rnw 'directory' -e …
Read more →