LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 10-04-2006, 06:12 PM   #1
Millenniumman
Member
 
Registered: Apr 2006
Posts: 81

Rep: Reputation: 15
Online emacs/Vim


I would like to be able to use a good programmers text editor (such as Vim or emacs) from a web browser, sort of similar to Google's Writely (writely.com) online word processor. I have been using Writely, but it is very inefficient for coding and can't be used for testing at all.

It does not need to be have a GUI at all. Essentially, what I need is an web browser ssh client and a service that give me a user account on a computer, similar to a web hosting service. Is there any service that does this?

If not, I might be able to set one up with my home computer, but I'm not sure as to how to do it.
 
Old 10-04-2006, 06:17 PM   #2
xhi
Senior Member
 
Registered: Mar 2005
Location: USA::Pennsylvania
Distribution: Slackware
Posts: 1,065

Rep: Reputation: 45
why cant you just use ssh?
 
Old 10-04-2006, 10:21 PM   #3
Millenniumman
Member
 
Registered: Apr 2006
Posts: 81

Original Poster
Rep: Reputation: 15
I can't access the CLI on these computers, let alone install anything (they are Windows, and don't come with ssh). It needs to be from the web browser.

It seems like there are a lot of services like writely for various things, and this would be a lot easier for someone to implement.
 
Old 10-04-2006, 10:24 PM   #4
xhi
Senior Member
 
Registered: Mar 2005
Location: USA::Pennsylvania
Distribution: Slackware
Posts: 1,065

Rep: Reputation: 45
so you cant install anything at all.. just wondering because you could use cygwin, a ssh client like putty, and just run it off of your box at home.. just forward X to the cygwin on the remote machine.

can you install stuff on the windows computer?
 
Old 10-05-2006, 04:07 AM   #5
silent_cutthroat
LQ Newbie
 
Registered: Nov 2005
Distribution: Arch
Posts: 27

Rep: Reputation: 15
Putty doesn't need to be installed, it's just one executable.
 
Old 10-05-2006, 06:04 AM   #6
senyahnoj
Member
 
Registered: Jul 2004
Location: Gloucestershire, UK
Distribution: Ubuntu, Debian & Gentoo
Posts: 74

Rep: Reputation: 16
http://freshmeat.net/projects/mindterm/

This is essentially a ssh-client java applet which you can embed in a web page. I've been in a similar situation myself, but I couldn't get round my organisation's firewall which blocked port 22.
 
Old 10-05-2006, 08:33 AM   #7
xhi
Senior Member
 
Registered: Mar 2005
Location: USA::Pennsylvania
Distribution: Slackware
Posts: 1,065

Rep: Reputation: 45
Quote:
Originally Posted by silent_cutthroat
Putty doesn't need to be installed, it's just one executable.
yeh youre right, i was talking about cygwin. im not sure about it, does it have to be 'installed' or does it just copy itself?

Last edited by xhi; 10-05-2006 at 08:35 AM.
 
Old 10-05-2006, 10:36 AM   #8
Millenniumman
Member
 
Registered: Apr 2006
Posts: 81

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by senyahnoj
http://freshmeat.net/projects/mindterm/

This is essentially a ssh-client java applet which you can embed in a web page. I've been in a similar situation myself, but I couldn't get round my organisation's firewall which blocked port 22.
Thanks. That looks good.

Quote:
so you cant install anything at all.. just wondering because you could use cygwin, a ssh client like putty, and just run it off of your box at home.. just forward X to the cygwin on the remote machine.

can you install stuff on the windows computer?
I can't install anything on the Widnwos computer. I can install anything on my *nix computers at home, which I can log into remotely via ssh.
 
Old 10-05-2006, 11:05 AM   #9
xhi
Senior Member
 
Registered: Mar 2005
Location: USA::Pennsylvania
Distribution: Slackware
Posts: 1,065

Rep: Reputation: 45
Quote:
Originally Posted by Millenniumman
I can't install anything on the Widnwos computer. I can install anything on my *nix computers at home, which I can log into remotely via ssh.
my mistake. i thought you were looking for X forwarding as well. but like i said you dont have to install anything for putty, and i just looked and cygwin does not install either.. so with relatively little effort you could have X forwarding as well..

Quote:
Originally Posted by senyahnoj
I've been in a similar situation myself, but I couldn't get round my organisation's firewall which blocked port 22.
just change sshd on your box at home to listen on a port such as 443 or 8080 or something that is open at work..
 
Old 10-05-2006, 11:39 AM   #10
Hko
Senior Member
 
Registered: Aug 2002
Location: Groningen, The Netherlands
Distribution: Debian
Posts: 2,536

Rep: Reputation: 111Reputation: 111
Quote:
Originally Posted by Millenniumman
I can't install anything on the Widnwos computer. I can install anything on my *nix computers at home, which I can log into remotely via ssh.
Maybe I don;t get it, but....
So, even if somebody here in this thread comes up with a (link to) a perfect emacs/vi for a webserver on Windows, you will not be able to get installed...?

What's the point in asking then?
Or do I miss something here?
 
Old 10-05-2006, 03:59 PM   #11
Millenniumman
Member
 
Registered: Apr 2006
Posts: 81

Original Poster
Rep: Reputation: 15
I can't install anything on the computer terminal I am at (Windows). I can install anything on my home computers (unixy). The one I am at already has a browser, so If I can install a browser interface to ssh on my home computer, I can access it.

I was also looking for a service that let you use emacs like Google's writely (or any other web application), as comcast internet and an old computer aren't incredibly fast or reliable for a web host. Googling for "online emacs" or anything like it gets me links to emacs web browsers.
 
Old 10-06-2006, 04:13 AM   #12
Hko
Senior Member
 
Registered: Aug 2002
Location: Groningen, The Netherlands
Distribution: Debian
Posts: 2,536

Rep: Reputation: 111Reputation: 111
Quote:
Originally Posted by Millenniumman
I can't install anything on the computer terminal I am at (Windows). I can install anything on my home computers (unixy). The one I am at already has a browser, so If I can install a browser interface to ssh on my home computer, I can access it.
Sorry, my mistake. I didn't get the whole story right. It's just the other way around tha I was thinking.
 
Old 01-22-2010, 08:53 AM   #13
landreus
LQ Newbie
 
Registered: Jan 2010
Posts: 2

Rep: Reputation: 0
online editor for coders

well, i know im late, but i just came to this thread while i was exactly in the same situation... a dull terminal with windows, and a dire need to get some coding tools on the web... i came to this, i know its not as powerful as vim or emacs... though its still flexible and programmable, and has a sweet gui... check it out, hope this helps someone!

https://bespin.mozilla.com
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Emacs-like paren matching in vim jrdioko Linux - Software 0 01-23-2006 04:28 PM
How do I program in Emacs/Vim? coolblue Programming 5 07-29-2005 03:00 AM
how to get colors in emacs and vim pranith Linux - Newbie 1 02-11-2005 12:35 AM
regarding colors in vim and emacs pranith Linux - Newbie 0 02-10-2005 03:10 AM
Emacs or Vim? Whats best for me? wiggywag Linux - Software 19 10-15-2003 06:22 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 09:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration