Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Putty
Window -> Translation -> Received data assumed to be in which character set
choose UTF-8
Window -> Appearance -> Font used in the terminal window
default Courier New is good enough for Chinese and Japanese
if you additionally need Korean change to BatangChe
/etc/profile
alias ls='ls --show-control-chars' alias screen='screen -U'
/etc/inputrc
set meta-flag on set input-meta on set output-meta on set convert-meta off
Last edited by timezlicer (2011-06-09 11:53:24)
Offline
do we have to create /ffp/etc/profile & /ffp/etc/inputrc or /etc/inputrc & /etc/profile ?
Offline
i am using optware and not fffp, so it might be different
no harm creating in /ffp then soft link in /etc
/etc is anyway volatile
Offline
great it works !
I created /ffp/etc/profile & /ffp/etc/inputrc
Then I added
ln -s /ffp/etc/profile /etc/profile
ln -s /ffp/etc/inputrc /etc/inputrc
in /ffp/etc/fun_plug.local to make the change permanent.
Thanks
Offline