Http://bellard.org/jslinux/
This is a Linux simulator that meets the taste of JavaScript programmers. After the system is started, the black screen and white-text command line operations make programmers feel comfortable!
For habits, enter ls to see what is in it:
Hello. c
Input VI hello. C and use Vim to check the source code of Hello. C. Stunned! You have actually entered the vim editor!
Input I to insert Vim to modify the source code. Change the string "Hello World" to "Hello George wing ". Press ESC to exit the insert mode and enter WQ to save the changes. Enter quit again! Exit vim.
Enter TCC-O hello. C to compile hello. C. Enter TCC-run Hello. C to run it:
Displayed: Hello George Wing
Haha, this simulator is too powerful. Some Linux Command operations can be performed on this web application. The developer is really a god!
(End)