Showing posts with label xterm. Show all posts
Showing posts with label xterm. Show all posts

Monday, November 3, 2014

xterm setup & alternatives

xterm alternatives: gnome-terminal, xfce4-terminal, konsole. xterm can be launched with -fg grey -bg black -font 10x20 to change colors.

REF:
https://mkaz.com/2010/04/04/xterm-colors/
http://docstore.mik.ua/orelly/unix3/upt/ch05_18.htm

Sunday, August 26, 2012

using xterm with copy/paste & X forwarding

xterm coming with OpenBSD default installation is basically enough for heavy terminal users. after you login xdm, an xterm popups for you, under the environment of Fvwm window manager. it supports copy (highlight text with your mouse), paste (middle-click your mouse), and X forwarding from other unix-like machines.

Of course you have to turn on Forwarding options in /etc/ssh/ssh_config first to make X forwarding work.