Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hey guys,
This is a dumb question, but how do I check the CPU usage (and the processes using it) on the dns-323?
when i type in top i get: /mnt/HD_a2/lnx_bin/sh: top: not found
Offline
Well I've been told from another forum that you can run it rhough busybox using the following command:
/mnt/HD_a2/lnx_bin/busybox3 top
Offline
You can also create a symbolic link, named "top", pointing to "busybox"
ln -s /bin/busybox top
(or whatever your busybox path is)
Offline