View Single Post
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#15
Easiest is to use ssh and vi. ssh to the device (you can also use Putty) and type

Code:
vi /usr/lib/python2.5/site-packages/mytube/ystorage.py
then navigate to the said row and press Insert key, then edit the row and after you're sure you've edited it and touched nothing else, press Esc, type

Code:
:wq
and press Enter. That's all.

If you're not familiar with vi, you can install mc and type this:

Code:
mc -e /usr/lib/python2.5/site-packages/mytube/ystorage.py
then edit the row and press F2 and F10.