Showing posts with label documents. Show all posts
Showing posts with label documents. Show all posts

Subversion 1.6 Quick Reference Card


  • You want to know subversions new features?
  • You like quick reference cards like the ones that come with emacs and gdb?

Get the Subversion Quick Reference card for Subversion 1.6. This two-page PDF document summarizes common Subversion command line commands, subcommands and switches.

Found on CollabNet.

Mind mapping - Freemind


FreeMind is a premier free mind-mapping software written in Java and therefore a multi-platform high productivity tool.
It claims that its operation and navigation is faster than that of MindManager (a commercial software only for Windows).

A mind map is a diagram used to represent words, ideas, tasks, or other items linked to and arranged around a central key word or idea. Mind maps are used to generate, visualize, structure, and classify ideas, and as an aid in study, organization, problem solving, decision making, and writing.

Install instructions


I highly recommend to install the latest release candidate 0.9.0rc3. Just unpack the archive somewhere and launch freemind with one of the startup scripts for your platform (and of course, make sure you have Java installed).

Automatic updates


If you want to get automatic updates, use Ubuntu's package management.
sudo -s
echo "deb http://eric.lavar.de/comp/linux/debian/ unstable/deb-src http://eric.lavar.de/comp/linux/debian/ unstable/
deb http://eric.lavar.de/comp/linux/debian/ experimental/
deb-src http://eric.lavar.de/comp/linux/debian/ experimental/" > /tmp/freemind.list
mv /tmp/freemind.list /etc/apt/sources.list.d
aptitude update
aptitude install freemind
exit

At the moment, this will install Release Candidate 1-2, not the latest one.

MS Office Fonts in OpenOffice Linux

Sometimes you open a MS Office Word document and you discover that some of the fonts don't look equal on your screen, and even worse, look very different on print-outs.

What happens?

MS Office users heavenly use some MS Office specific fonts (like Comic Sans, Webdings), which aren't installed by default on your fresh Ubuntu system. So OpenOffice tries to simulate these with similar fonts, the same applies to the printer driver.

Okay, you could go and setup a font replacement table in OpenOffice, but there's a much quicker way of solving the problem.

Installation of MS Core Fonts


Just install the msttcorefonts package from Synaptic, from the Applications menu or the command line:
sudo aptitude install msttcorefonts