Primarily, I'm a C/C++ programmer on Unix machines... But I'd kill for browser based shell access to a linux box...
So, the question is: How hard would it be, and what approaches would be the best for building real shell level access into a web page? Flash? Javascript?
I know this is really all opinion, but I'm curious if people think it might be possible?
Primarily, I'm a C/C++ programmer on Unix machines... But I'd kill for browser based shell access to a linux box...
So, the question is: How hard would it be, and what approaches would be the best for building real shell level access into a web page? Flash? Javascript?
I know this is really all opinion, but I'm curious if people think it might be possible?
Share Improve this question asked Oct 24, 2009 at 21:16 dicrocedicroce 46.8k31 gold badges106 silver badges149 bronze badges 2- Neat, but I want a REAL bash shell... :) – dicroce Commented Oct 24, 2009 at 21:25
- Well, it shows that it can be done in javascript ;) At least the front-end side of things. – hasen Commented Oct 24, 2009 at 21:42
3 Answers
Reset to default 8There are a few scripts that can do this :
- http://antony.lesuisse/software/ajaxterm/
- http://anyterm/index.html
- http://www-personal.umich.edu/~mressl/webshell/index.html
- http://www.techenclave./operating-systems/web-based-shell-interfaces-870.html
You could embed a Java SSH applet...
This is already done in Cloud9 project. You can run terminal application in the browser.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743763282a4503030.html
评论列表(0条)