Creating a simple blank monthly calendar to print in Linux

Here’s how I did it(I use Ubuntu).

sudo apt-get install remind

Remind is a command line based tool. Running the following comand creates an October 2006 calendar as a Postscript file in my home directory. Then I can just open it and print it.

remind -p1 /dev/null 1 oct 2006 | rem2ps -l -st 22 -sd 18 -sh 14 -e > oct06.ps

Update: If you use Arch Linux, Remind is available in AUR

This entry was posted in Linux and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>