Archive for the 'Cool' Category



Use Preview to view man pages

Here’s a cool trick that converts man pages to postscript and opens the file in Preview. Add this to your .tcshrc file in your home directory:
alias preman ‘man -t \!^ > /tmp/\!^.ps; open /tmp/\!^.ps’
Then to open man pages in Preview type:
preman NAMEHERE

screen

I discovered the incredibly useful unix program screen just recently. It allows multiple terminal sessions running at once and it provides easy access for switching between sessions. To run the command type:
screen
Once screen is running you can do Control-AC to create a new window and use Control-A followed by a number to switch to that […]

Command-X on Scissors

I found this in the ACM office here at the University of Illinois. Picture thanks to Nicholas Riley.

DreamHost

What a steal deal, $7 for a whole year of hosting over at Dreamhost. When it took my old host, Hostcentric, over a week to rebuild and restore the server that my website was on I decided it was time to switch. Based off of a friends recommendation, I signed up with Dreamhost and I’ve […]