All Projects → huyuan1999 → django-webssh

huyuan1999 / django-webssh

Licence: Apache-2.0 license
django + django_channles 实现的 webssh

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to django-webssh

xm2cloud term
powerful webssh that developed with django, channels, xterm,ioloop
Stars: ✭ 17 (-76.06%)
Mutual labels:  xterm, webssh
Termination
Integrated terminal for Atom. Looks like terminal-plus, acts like your native terminal (except every other Friday). Looking for collaborators! :-)
Stars: ✭ 83 (+16.9%)
Mutual labels:  xterm
tempus-themes
[Mirror] Tempus is a collection of themes for Vim, text editors, and terminal emulators that are compliant at the very least with the WCAG AA accessibility standard for colour contrast
Stars: ✭ 48 (-32.39%)
Mutual labels:  xterm
x-terminal
An xterm based Atom plugin for providing terminals inside your Atom workspace.
Stars: ✭ 34 (-52.11%)
Mutual labels:  xterm
twilight-commander
A simple console file manager.
Stars: ✭ 16 (-77.46%)
Mutual labels:  xterm
local-echo
A local-echo controller for xterm.js
Stars: ✭ 96 (+35.21%)
Mutual labels:  xterm
Xterm.js
A terminal for the web
Stars: ✭ 12,019 (+16828.17%)
Mutual labels:  xterm
contour
Modern C++ Terminal Emulator
Stars: ✭ 761 (+971.83%)
Mutual labels:  xterm
darktile
🌘 Darktile is a GPU rendered terminal emulator designed for tiling window managers.
Stars: ✭ 2,694 (+3694.37%)
Mutual labels:  xterm
Ttyd
Share your terminal over the web
Stars: ✭ 4,030 (+5576.06%)
Mutual labels:  xterm
Offensive-Reverse-Shell-Cheat-Sheet
Offensive Reverse Shell (Cheat Sheet)
Stars: ✭ 138 (+94.37%)
Mutual labels:  xterm
webterm
web terminal based on xterm.js in rust
Stars: ✭ 20 (-71.83%)
Mutual labels:  xterm
ng-terminal
NgTerminal is a terminal component on Angular 12. the Ivy distribution's released from v5.0.0.
Stars: ✭ 87 (+22.54%)
Mutual labels:  xterm
wcwidth-icons
Support fonts with double-width icons in xterm/rxvt-unicode/zsh/vim/…
Stars: ✭ 36 (-49.3%)
Mutual labels:  xterm
Aminal
🌘 Darktile is a GPU rendered terminal emulator designed for tiling window managers.
Stars: ✭ 2,663 (+3650.7%)
Mutual labels:  xterm
go-rainbow
Golang Helper for beautiful CLI Applications
Stars: ✭ 86 (+21.13%)
Mutual labels:  xterm
sshbg
Change terminal background when SSH'ing (on specific terminals)
Stars: ✭ 45 (-36.62%)
Mutual labels:  xterm
django-webssh
Django+paramiko 实现的 webssh。此项目存在已知BUG,最新请参考:https://github.com/leffss/devops
Stars: ✭ 57 (-19.72%)
Mutual labels:  webssh
Lsix
Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
Stars: ✭ 2,635 (+3611.27%)
Mutual labels:  xterm
Wetty
Terminal in browser over http/https. (Ajaxterm/Anyterm alternative, but much better)
Stars: ✭ 3,076 (+4232.39%)
Mutual labels:  xterm
开发环境: 
    deepin 15
    python 3.6

	
安装:(Centos 7 环境)
	git clone https://github.com/huyuan1999/django-webssh.git
	yum -y install epel-release gcc
	yum -y install python36 python36-devel
	curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
	python3.6 get-pip.py
	python3.6 -m pip install Django==2.0.6 paramiko==2.4.1 channels==2.1.5
	
	
启动:
	cd django-webssh/webssh/
	python3.6 manage.py runserver 0.0.0.0:8000





demo:

登录
webssh


命令行界面
webssh webssh


top交互式命令行界面
webssh webssh


vim命令行界面
webssh webssh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].