rcplay / snake-os

Automatically exported from code.google.com/p/snake-os
1 stars 0 forks source link

Simple Editor #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Would it be possible to include a simple editor like nano? Operating VI can
be so convoluted for simple changes to configuration files. Having access
to nano or something similar would make simple changes to things like
smb.conf much easier. Thanks.

Original issue reported on code.google.com by peacedo...@gmail.com on 4 Jun 2010 at 2:10

GoogleCodeExporter commented 8 years ago
try #apt-get install nano

or 

cd /root
wget http://www.nano-editor.org/dist/v1.2/nano-1.2.5.tar.gz
tar -xvzf nano-1.2.5.tar.gz
cd nano-1.2.5
./configure
make
make install

Original comment by karesk...@gmail.com on 20 Jul 2010 at 5:51

GoogleCodeExporter commented 8 years ago
Using SFTP for file editing is a lot easier. You can try WinSCP. Just enable 
SSH and you can download and edit your files with your favorite text editor and 
then upload them back to the NAS.

Original comment by netbo...@gmail.com on 2 Jan 2012 at 8:24

GoogleCodeExporter commented 8 years ago
I used ipkg and installd nano.

Infos can be found here:
http://code.google.com/p/snake-os/issues/detail?id=6

Original comment by mkhom...@googlemail.com on 4 Jan 2012 at 12:04