13 projects tagged "Terminals"
The xterm program is the standard terminal emulator for the X Window System. It provides DEC VT102/VT220 and Tektronix 4014 compatible terminals for programs that can't use the window system directly. If the underlying operating system supports terminal resizing capabilities (for example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will use the facilities to notify programs running in the window whenever it is resized.
dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm, to the console. As a console window manager, it tries to make it easy to work with multiple console based programs like vim, mutt, cmus, or irssi. dvtm is intended to be used where X11 isn't available or over SSH. In conjunction with dtach, it can be seen as a lightweight alternative to GNU screen.
Userful MultiSeat is a multiseat Linux desktop virtualization solution that enables a single computer to support up to 11 independent users at the same time, each with their own monitor, keyboard, and mouse by using USB multiseat devices, and virtualizing the X server. This approach offers the features of a full PC including high performance video and significantly reduces hardware costs, support and maintenance costs, electricity consumption, and e-waste as compared to stand alone PCs or thin clients. It installs on popular Linux distributions including Ubuntu and Edubuntu (operating system for schools). It supports 3D graphics, per-seat USB, 2-way audio, and all major USB multiseat devices, including the HP t100, t150 & t200, Acer Zero-Client Docking Station, Viewsonic VMA10, Atrust M200 & M202, GWC DU2600, and Displaylink devices, as well as video cards from Intel, ATI, and NVIDIA. Userful MultiSeat is available as both a standalone package for multi-seat enabling your Linux distribution of choice, and as a bundled install DVD for schools, which Includes Userful MultiSeat, Edubuntu operating system for education, and the ITALC classroom management tool. It was formerly called Userful Multiplier.
rrs is a reverse (connecting) remote shell. Instead of listening, it will connect out to rrs in listen mode. The listener will accept the connection and receive a shell from the remote host. rrs features full pseudo-TTY support, full OpenSSL support (client/server authentication and choice of cipher suites), Twofish encryption, a simple XOR cipher, plain-text sessions, peer-side session snooping, a daemon option, and reconnection features. It is known to compile and run under Linux, FreeBSD, NetBSD, OpenBSD, and QNX.
Conch is an SSHv2, Telnet, and VT102 implementation. It interfaces well with other Python projects such as Imagination, and includes an experimental console windowing library (Insults) and support for rudimentary line editing behaviors. A new implementation of Twisted's Manhole application is also included, featuring server-side input history and interactive syntax coloring.