Android Community Forums - View Single Post - SSH Terminal App
View Single Post
  #7  
Old 11-01-2008, 08:10 AM
MrGibbage's Avatar
MrGibbage MrGibbage is offline
MrGibbage is wondering what the definition of "is" is...
Phone junkie!
 
Join Date: Sep 2008
Posts: 1,198
MrGibbage is on a distinguished road
Default Re: SSH Terminal App

Quote:
Originally Posted by kaziko View Post
how did you edit the webpage? i tried to gedit through connectbot but then again im a linux noob
gedit is a graphic editor for x windows. It won't work in ssh over your phone. You need to learn command line utilities in order to use ssh. I use an editor called "joe", but a lot of people swear by "vi" and "vim". Finally, "pico" is another popular text based editor. They are all probably installed on your system already. You will find all the help on these programs you could ever ask for if you google for "linux vi", or "linux joe", etc.
Reply With Quote