I have tried to do this as instructed but when trying to install "joe" I get an error message saying this is not available.
Apologies if I am a little green in this area.
J
No problem ;-)
Go to the KDE desktop and open the Konsole application. Then type the following...<return> means hit the return key to enter the line to the left by the way;
sudo<return>
Now you are sudo'd you can run commands without typing in the root password;
apt-get install joe<return>
Now the Joe text editor is installed and you can use it to edit/view any text file on your Core.
To see your xorg.conf for example type the following;
joe /etc/X11/xorg.conf<return>
To exit Joe type Ctrl-K-X or Ctrl-c
Hope the above gets you started... google joe for more info and Howto's etc.
All the best
Andrew