xclip

Today I found an interesting program, xclip. It could access the X
clipboard from command line.
It makes the command line life much easier, for example, I have
alias -g C=’ |tee > (xclip) ‘
in my .zshrc. Thus a command like
ls C
will make the file listing of current PWD into the clipboard, and ready to be paste elsewhere […]

settitle and screen

While I work on command line, mostly remotely, there’re two tools I like very much: settitle and screen. The first one change the terminal titles, so I can know which one to choose when switching among my X windows. The other, screen, well, have got lots of articles about it. It enables me to run […]

use vi in com console

from http://bbs.chinaunix.net/forum/viewtopic.php?t=540911&show_type=
change in /etc/ttys
from
ttyd0   "/usr/libexec/getty std.9600"   dialup  off secure
to
ttyd0   "/usr/libexec/getty std.9600"   vt100  on secure

Share This

Close
E-mail It