Map that idea with the help of an Asus EEE and FreeMind

When you have an idea, it is natural to want to write it down, plan it, structure it, work though its aspects to produce something solid. At one time this was difficult, people had to make do with whatever was at hand, an example is the Mini which was initially planned with a drawing on a cigaratte packet! Fortunately mind mapping software came along that allows you to plan and structure your ideas. This is not just useful for brainstorming but also useful for planning essays, mapping knowledge, producing system diagrams and countless other uses.

A great example of such software is FreeMind, which is an open source project written in Java. You can use it for all of the tasks mentioned above. I've used this for such things as planning assignment answers and documenting how systems work, another interesting use of it is to help in learning languages. When used with an ultramobile computer like the Asus EEE you can have all of this functionality on the go; you don't have to wait until you get back to the office or your study to start work on that idea, just start the EEE and in less than a minute you can be mind mapping.

Getting FreeMind set up on the EEE is relatively straigtforward. There are a number of ways to install it, including a Debian package, but for now I am going to stick with the Java download as it is quick and easy to set up. You can get hold of the downloads for FreeMind by visiting: http://freemind.sourceforge.net/wiki/index.php/Download. Java programs are platform independent and the two download options we are looking at are the ones listed as being for any operating system. Two version are offered here, a cut down version which is missing some functionality, but uses less disk space and a full version which can do things like export to PDF, but takes a bit more space. The precise option you pick depends on how much space you have left on your EEE.

The download for FreeMind is a ZIP file, but due to the way it has been archived you should download the zip to /home/user/bin/freemind. After the download is complete, unzip the download and delete the original zip file. The files for the reduced version will occupy about 3.5MB of space. Now you need to make the script that launches FreeMind executable, issue the following command in a terminal:
chmod u+x ~/bin/freemind/freemind.sh
To launch FreeMind simply open a terminal and type:
cd ~/bin/freemind
./freemind.sh

It is relatively straightforward to get started with it, right clicking over an element brings up commands to manipulate that element or add a child element. You can also drag elements around to rearrange them. A new version of FreeMind is in the pipeline with new features so keep an eye on their website for developments.

Screenshot of FreeMind running on the EEE

Trackback URL for this post:

http://www.greenhughes.com/trackback/77

Comments

Post new comment

  • Please note that all comments are subject to moderation to prevent spam and abuse.
  • Please use your own name not a company or website name to submit comments. Your comment may be removed if you don't do this.
  • All links in comments will be marked with a no follow attribute.
  • You can now record video comments by clicking on the Seesmic logo below
The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <q> <blockquote> <h1> <h2> <h3> <h4> <h5> <h6>
  • Lines and paragraphs break automatically.

More information about formatting options


CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.

Back to top