1

Is there a way to put the terminal on the web browser instead, so I just fire up localhost:80 and then I'll have a terminal on it that I can use and whatever I execute it will execute on my local web server?

And the outputs I want to be displayed on the web browser too, just like a normal Terminal.

I'm using Ruby on Mac OS X/Ubuntu.

never_had_a_name
  • 90,630
  • 105
  • 267
  • 383

2 Answers2

1

You can use shellinabox, here are deb packages.

jcubic
  • 61,973
  • 54
  • 229
  • 402
1

There are several packages which allow you to log into a computer using ssh via a web browser, including anyterm and AjaxTerm. See here.

xioxox
  • 2,526
  • 1
  • 22
  • 22