<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="0.92">
<channel>
	<title>Dryice Liu's Blog</title>
	<link>http://dryice.name/blog</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 12:01:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>xclip</title>
		<description>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=' &#124;tee &#62; (xclip) ' 

in my .zshrc. Thus a command like


ls C

will make the file listing of current PWD into the clipboard, ...</description>
		<link>http://dryice.name/blog/freebsd/xclip/</link>
			</item>
	<item>
		<title>settitle and screen</title>
		<description>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. ...</description>
		<link>http://dryice.name/blog/freebsd/settitle-and-screen/</link>
			</item>
	<item>
		<title>The JED editor</title>
		<description>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 ...</description>
		<link>http://dryice.name/blog/emacs/the-jed-editor/</link>
			</item>
	<item>
		<title>interactive with the rest of the world</title>
		<description>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 ...</description>
		<link>http://dryice.name/blog/emacs/interactive-with-the-rest-of-the-world/</link>
			</item>
	<item>
		<title>eshell</title>
		<description>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 ...</description>
		<link>http://dryice.name/blog/emacs/eshell/</link>
			</item>
	<item>
		<title>use vi in com console</title>
		<description>from http://bbs.chinaunix.net/forum/viewtopic.php?t=540911&#38;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
 </description>
		<link>http://dryice.name/blog/freebsd/use-vi-in-com-console/</link>
			</item>
</channel>
</rss>

