[转帖]super-inspire

Posted jinanxiaolaohu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[转帖]super-inspire相关的知识,希望对你有一定的参考价值。

quickStart/快速开始

访问临时服务器地址, 你可以在这里选择一个喜欢的系统, 然后系统将自动创建该系统的容器, 并自动打开新的网页进入 web shell 交互.

  • 目前支持 Ubuntu14.04, 16.04, 18.04; CentOS6.10; CentOS7; Alpine Latest.

  • 请注意允许弹出窗口.

how to deploy super-inspire?/如何部署?

https://github.com/super-inspire/super-inspire-end/blob/master/docs/README-zh.md

 

如果你认为官方的服务器提供的体验过慢的话, 欢迎自行部署一个~, 部署 super-inspire 非常简单, 你需要拥有以下环境:

  1. 带有 docker 的 linux 系统, 推荐使用 Ubuntu:16.04
# git clone https://github.com/super-inspire/super-inspire-end.git
# cd super-inspire-end/
# sudo ./init.sh
# docker-compose up

接着就可以使用 super-inspire 的本地版啦!

默认请访问 localhost:8888 来进行测试.

questions?/有疑问?

如果你有任何疑问, 请提交 issue, 我们会很快检查并回复.

非常感谢 tsl0922 大佬的ttyd项目, super-inspire 借助它才得以完成 webshell 部分的组件.

祝你通过 super-inspire 更加方便的接触 linux 和开源, 这是我们最大的梦想.

以上是关于[转帖]super-inspire的主要内容,如果未能解决你的问题,请参考以下文章

[转帖]11个代码质量审核和管理工具,程序员收藏

[转帖]Chrome 错误代码:ERR_UNSAFE_PORT

单点登录SSO图示和讲解(有代码范例)转帖

[转帖]B4. Concurrent JVM 锁机制(synchronized)

[转帖]reptyr, 将正在运行的程序转换为新终端

[转帖] go的import 语法