View Single Post
Dqkata's Avatar
Posts: 40 | Thanked: 3 times | Joined on Mar 2008 @ Bulgaria
#3
Originally Posted by ace View Post
Here's one way:
Open a terminal
run
Code:
echo 'subcp=cp1251' >> .mplayer/config
The echo command just repeats the text you give it, ">> file" instructs the terminal to append that text to the given file instead of displaying it.
Thank you so much !!! Now I can say my N800 is becoming more and more a real laptop
By the way, do you know where I can learn some of these important Linux commands from ?