A blog about my experiences with bioinformatics, operating systems, and random other technologies and bits.

Monday, August 23, 2010

ksh93 for bioinformatics

From #illumos on Freenode:
alanc: I suspect anyone using ksh93 for bioinformatics is likely to be the thing under study
lol
* gdamore looks at roland.
yep, richlowe was right.

Monday, April 12, 2010

My favorite $TERM

The default in opensolaris, xterm, was not nice. I copied a file:

pfexec cp /usr/local/share/terminfo/x/xterm-256color /usr/share/lib/terminfo/x/

then add:
export TERM=xterm-256color
to ~/.bashrc

If you don't have this installed, and I'm not sure how I installed it, you can probably find it on a linux installation. Now back to work, in color!