Terminal in a web browser?

Is there a way to host a terminal in a web browser instead, so I just run localhost: 80, and then I will have a terminal that I can use, and everything I executed will run on my local network server?

And the outputs that I want to display in a web browser are also like a regular terminal.

I am using Ruby for Mac OS X / Ubuntu.

+1
ruby bash shell terminal webserver
source share
2 answers

You can use shellinabox , here deb packages .

+1
source share

There are several packages that allow you to log in to your computer using ssh through a web browser, including anyterm and AjaxTerm . See here .

+1
source share

All Articles