TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Unix-like virtual shell inside browser

49 点作者 r11t超过 15 年前

14 条评论

ks超过 15 年前
Very interesting. It seems that each visitor is in a self contained environment. I made a simple HTML called "test.html" that I could access from <a href="http://cb.vu/test.html" rel="nofollow">http://cb.vu/test.html</a>. This file was only visible in my own browser,
评论 #1074053 未加载
wanderr超过 15 年前
the password for root is...root<p>Interestingly, I ran rm -rf / as root, and it acted like it wiped out everything. reboot made it act like it was rebooting, and refreshing the page showed "you broke it!" until I deleted the appropriate cookies. Fun!
评论 #1074326 未加载
r11t超过 15 年前
This has been built using terminal.js : <a href="http://www.masswerk.at/termlib/index.html" rel="nofollow">http://www.masswerk.at/termlib/index.html</a><p>This sort of in browser shell seems to be useful for building stuff like "MongoDB Browser Shell" <a href="http://mongo.kylebanker.com/" rel="nofollow">http://mongo.kylebanker.com/</a>
评论 #1074006 未加载
martinp超过 15 年前
Trying the traditional bash fork bomb gives a rather fun screen. Try entering the following<p><pre><code> :(){ :|:&#38; };:</code></pre>
评论 #1074135 未加载
enomar超过 15 年前
I hope Chrome OS includes something like this. Ssh support would be especially useful.
评论 #1074014 未加载
enomar超过 15 年前
Surprised vi works, but hitting backspace made my browser go back in the history.
评论 #1073922 未加载
sax超过 15 年前
Ubiquity allows a similar interface, at an arguably better abstraction level: <a href="https://mozillalabs.com/ubiquity/" rel="nofollow">https://mozillalabs.com/ubiquity/</a>
评论 #1082346 未加载
raphar超过 15 年前
Doesn't work in iPod! :(<p>It must be because you need an input or text area to make the virtual keyboard to appear.
alexitosrv超过 15 年前
If you want to try, type "invaders" (without the quotes), and enjoy...
rman666超过 15 年前
Seriously cool! Thanks Colin, for sharing this with the world :-)
d0m超过 15 年前
Pretty cool.. I did mostly play snake thought.
elblanco超过 15 年前
And so the circle is complete.
ez77超过 15 年前
Try invoking ed =).
评论 #1074291 未加载
评论 #1074151 未加载
throw_away超过 15 年前
please port lynx :)