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 […]

The JED editor

Well this is not exactly Emacs. But Emacs related.
I will always like a lightweight Emacs clone. Emacsclient is good for desktop usage. But for server maintenance, where you spend 10 minutes on a box everyday, you won’t like the 100M monster eating up all your memory.
I’ve been using for this. And today I’ve found […]

interactive with the rest of the world

Though many people says Emacs is an “Operating System”, it is not and still need to interactive with other programs
I’ve talked about how to call other programs from eshell, dired, and view files according to mime types within dired. Besides that, the 2 programs I use most is a terminal emulator and Firefox.
Most […]

eshell

There are many shell interface within Emacs, shell, eshell, and ansi-term can call the shell you like. IMO eshell is the one intergrated with Emacs the most and I use most.
The most intergration that the others don’t have (to my knowledge) is that we can call lisp functions within the shell. like input
message "Hello, world!"
will […]

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