Archive for June, 2009

Here’s how to install Apache Tomcat version 5.5 on an Ubuntu machine (note that there is nothing Ubutu specific in these steps). This will form one of the foundation steps for a series of posts in which we will build a fully open-source business intelligence platform. First, install Java JDK. I am using Sun’s version […]

Tuesday, June 23rd, 2009 at 16:33 | 0 comments
Categories: Linux, Web
Tags:

Here’s a tip to save typing the mount command each time you start DOSBox. Simply create a file called .dosboxrc in your home directory and save it with the following content: [autoexec] MOUNT C ~/OldApps c: Where ~/OldApps is the directory with MS-DOS executables. Here’s a how-to with more information about DOSBox under Linux.

Wednesday, June 17th, 2009 at 14:53 | 0 comments
Categories: Linux
Tags:

For a long time the only way to access and use a Hotmail account from Thunderbird was the WebMail extension. All in all, this is a great solution but it always seemed a bit of a workaround since in the background it “pretends” to be a browser, downloads the Hotmail HTML and parses it to […]

Wednesday, June 10th, 2009 at 15:52 | 0 comments
Categories: Web

Here’s how to create simple uniform table borders in BIRT. This seems very obvious once you know how to do it, but messing around again and again with cell and row borders without getting the right result can be very frustrating! Hover over the table to get the “Table” handle in the bottom left corner. […]

Sunday, June 7th, 2009 at 16:18 | 10 comments
Tags:

Nautilus and Thunar sometimes refuse to mount NTFS disk (e.g. a USB hard drive) when it was previously not unmounted cleanly from Windows. It is still possible to mount it from terminal shell by using the following command: sudo mount -t ntfs-3g -o force /dev/sdc1 /media/myntfsdisk Where /dev/sdc1 is the device you want to mount […]

Sunday, June 7th, 2009 at 15:56 | 0 comments
Categories: Linux

Full Circle is a free online monthly magazine covering all things Ubuntu. Featuring tips, interviews, reviews and opinions, it’s worth checking out.

Wednesday, June 3rd, 2009 at 02:37 | 0 comments
Categories: Linux
Tags:
TOP