CamTheSnapper wrote:I'd love to clean up all this ** on my QNAP like Mohammed points out but I've got no idea how to implement this findutils-find command, anyone?
See QNAPedia article:
Install Optware IPKG.
I recommend using the
QPKG methodFor it to work properly you also need to complete these steps:
Running /opt/etc/init.d/* on startup &
Fix the $PATH in /etc/profileAfter this is complete, restart your NAS and from an SSH shell use the following command:
- Code: Select all
ipkg install findutils
or
- Code: Select all
ipkg install findutils findutils-doc
(if you also want documentation).
Caveat: Installing Optware is not completely straight forward, and involves editing files within Linux. This is not a job for nervous Linux newbies. IF you aren't comfortable with doing so, then you might be better off to not do so at all. It really depends on your skills and confidence.
If not installed properly, Optware can cause more problems that it solves. Some Optware packages can have undesirable side-effects if not setup correctly.
I use Optware, and I love it, but it truly is not suitable for everyone.