N950 tip: run ranger, Pythonic vim-inspired file manager
Harmattan has Python 2.6.6, so ranger can run here, as opposed to N900 with Python 2.5. Find address for latest tgz-ball. Unpack. $ devel-su Password: rootme # cd hut-ranger-<hash> We can’t execute scripts directly because of aegis, so just run the script into python. # python ./setup.py install –optimize=1 –record=install_log.txt # exit This will install …