Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any website having command line environment of Linux, for practicing commands? [closed]

Tags:

linux

shell

I was wondering whether I could practice LINUX commands and shell scripting, online, over a website which could provide me an editor to practice them. And I know that probably the easiest thing to do would be to download a Linux LIVE CD and then practice shell scripting, but apart from it, I want to practice them online, anywhere I want, anytime I want and on any system, without bothering about booting from a LIVE CD.

like image 366
Avian Avatar asked Apr 10 '13 07:04

Avian


2 Answers

There is a quite a good one here:

Javascript PC Emulator - http://bellard.org/jslinux/


Related:

  • How does Linux emulator in Javascript by Fabrice Bellard work?
  • Simulating linux terminal in browser
like image 166
fedorqui 'SO stop harming' Avatar answered Oct 24 '22 14:10

fedorqui 'SO stop harming'


There is a site linuxzoo that provides you the linux environment, but you need to use a emulator(like Putty) to connect to this webserver and execute the commands. please go through the site it might be helpful.

like image 23
Ganesh Avatar answered Oct 24 '22 14:10

Ganesh