https://github.com/lflxp/weblinux
all kind of linux control at web server
https://github.com/lflxp/weblinux
Last synced: 3 months ago
JSON representation
all kind of linux control at web server
- Host: GitHub
- URL: https://github.com/lflxp/weblinux
- Owner: lflxp
- Created: 2018-06-04T15:11:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T18:01:50.000Z (about 8 years ago)
- Last Synced: 2026-01-02T03:39:21.863Z (7 months ago)
- Language: TypeScript
- Size: 466 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestTerminal
Proof of concept terminal.

This is a small component of a much larger system including authentication, access control and security - do not use it.
## Getting
```
go get github.com/freman/goterm
```
## Running
Not included is https://github.com/sourcelair/xterm.js
```
cd src/github.com/freman/goterm/assets
git clone https://github.com/sourcelair/xterm.js
$GOPATH/bin/goterm -assets `pwd`
```