加入收藏 | 设为首页 | 会员中心 | 我要投稿 佛山站长网 (https://www.0757zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

基于浏览器的Linux

发布时间:2016-10-22 05:51:05 所属栏目:Linux 来源:网络整理
导读:QEMU模拟器项目创始人Fabrice Bellard开发了在JavaScript中运行的模拟器,允许用户在浏览器上(支持Firefox 4和Google Chrome 11)启动Linux。现在,另一位开发者

easier customization possible (see jslinux.js file).

May 20, 2011:

added support for more browsers including Opera 11.11 and Internet Explorer 9

reduced VM RAM size from 32 MB to 16 MB

Source code release of the Linux starter utility.

May 18, 2011:

added a clipboard to exchange data between the VM and the host

added FAQ and News pages

fixed monospace font for some browsers.

May 17, 2011:

fixed binary XHR for Firefox nightly builds

fixed terminal height for the less command

fixed ampersand output in the terminal.

May 16, 2011:

Initial realease.

Javascript PC Emulator - FAQ

更多精彩内容:http://www.bianceng.cn/OS/Linux/

Which browser should I use to try the PC emulator ?

The following browsers are officially supported:

Firefox >= 4

Chrome 11

Opera 11.11

Internet Explorer 9

For optimal performance, your browser should support the W3C Typed Arrays. Firefox 4.x and Chrome 11 have such support.

The current version of Chrome 12 beta is reported to have a bug preventing to run the emulator.

What is the expected boot time of Linux with the emulator ?

Here are some figures:

基于浏览器的Linux

How can I scroll back in the terminal ?

Use Ctrl-Up, Ctrl-Down, Ctrl-PageUp and Ctrl-PageDown.

How can I copy data to the Virtual Machine ?

Copy your file content to the OS clipboard using your favorite text editor.

Paste the data to the JS/Linux clipboard using the mouse (it is the text area on the right of the VM terminal).

In the VM Linux shell do:

cat < /dev/clipboard > /tmp/myfile
  

Your text file is now copied to /tmp/myfile.

To copy binary data, you can uuencode it on the PC using (assuming you use Linux):

uuencode myfile myfile > myfile.txt

Then you copy myfile.txt to the Linux VM and uudecode it by doing:

uudecode < /dev/clipboard

(编辑:佛山站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读