Online Linux Bash Demo

I wanted to show someone some basic Linux commands (bash). I do not want to go through the whole process of installing a Linux virtual machine on my system so that this is possible. I'm just wondering if there is a webpage on the Internet where I can do this? Something like try MongoDB on the Internet.

I would be grateful for any pointers. Thanks!

+6
source share
4 answers

I know this one, this is Javascript PC Emulator

http://bellard.org/jslinux/

+5
source

This site makes many languages ​​in the browser: http://www.tutorialspoint.com/execute_bash_online.php

+3
source

Well, there is FreeBSD, it should be good enough for bash stuff, see http://cb.vu/

0
source

Fabrice Bellard JSLinux is a complete Linux PC emulator running in a browser that supports Javascript, and it provides a shell (maybe not a complete bash just a busybox )

0
source

All Articles