Всех команд не скажу. Просто смотри те две, что были указанны в этой теме выше.
Консоль.
Ставим uclibc:
Installing uclibc
1. Click on Start -> Run
2. Type “cmd” without the quotes and hit <Enter>
A command prompt should appear
3. Type the command “telnet A.B.C.D” into the command prompt and hit <Enter>
You should be greeted by the command prompt “#”.
4. Type the command “cd /mnt/HD_a2” and hit <Enter>
The prompt should change to “/mnt/HD_a2 #”
5. Type the command “wget
http://www.inreto.de/dns323/fun-plug/0. ... 9.29-7.tgz” and hit <Enter>
There should be a downloading process. Do not interrupt it and wait for the prompt to reappear
6. Type the command “funpkg -i uclibc-0.9.29-7.tgz” and hit <Enter>
7. Finally reboot the NAS using the command “reboot”
The command prompt may end and close by itself
Wait for the NAS to be online before going to the next section.
..
Далее коннектимся из Винды:
1. Выполнить --> telnet <ай-пи DNS'a>
У меня айпи 192.168.0.32 к примеру)
2. получаем приветствие в виде строки "#:" далее вводим необходимые команды.
Я знаю только малость команд:
man - вроде хелпа. можно узнать синтаксис разных команд
top - вроде диспетчера задач. Показывает загруженные в память процессы.
cd - смена активного каталога.
wget - скачка файла напрямую из интернета на NAS
sh <путь к файлу> stop - остановка процесса
sh <путь к файлу> start - запуск процесса.
vi - открытие файла для редактирования. (пример: vi /mnt/HD_a2/.transmission-daemon/settings.json)