open source

GNUCash for your Android Cellphone

GNUCash is a Free double-entry accounting software that can be used to manage your income and expenditure. I have been using GNUCash for many years now and it has helped me immensely in controlling my expenses in tune to my income.

It is released under GPL and runs in Windows, Linux, and various flavors of Unices.

(more…)

MyNotex – A Simple Note Taking Software for Linux

I love to take notes. A good note taking strategy will allow you to learn your subject better, in a smaller time frame. Good notes also help you to brush up your subject at a later date. There are lots of note taking tools available – free or otherwise.

MyNotex is a free note taking software that runs in Linux. It is available in the repositories of most Linux distributions.
(more…)

A Git Primer For New Users

This is a git primer for newbies or those people who – want to use Git to version their data, but don’t know how.

(more…)

How to Reduce Computer Eye Strain

You might suffer from eye strain if your job involves working on a computer for long hours. This is especially true if you stare at the computer monitor sitting in a dimly lit room.

One of the best ways of reducing computer eye strain is to change the colour of your monitor in relation to the time at your place.
(more…)

How to add a taskbar in Ubuntu 11.10

If you are using Ubuntu 11.10 as your Linux Desktop, then you will find that when you minimize any application, there is no visual cue where the application has been minimized. And the only way of bringing the minimized application to the front is to use the application switcher [Alt + Tab] key combination.
(more…)

GCstar – A Free Collections Manager Software

GCstar is an open source collections manager software. Collection managers are databases optimized for collecting information on similar things. For example, I have a bunch of DVD movies that I have ripped to my computer for easy viewing. Unfortunately, they have been saved in different locations.

Using GCstar, I can create a movie collection database and import the full file paths of all the movies I have on my computer. This way, I am able to access my movies from one single interface.

(more…)

OfflineIMAP – Read, Synchronize and Backup your Email Offline

OfflineIMAP is a command line tool that operates on a remote and a local repository and synchronizes emails between them. Using offlineIMAP, you will be able to read and manage your email from multiple computers – with or without an active Internet connection. Any changes you make in your email folders are reflected on all your machines.

(more…)

Enigmail – Digitally Sign And Encrypt Your Email In Thunderbird

Enigmail is a security extension to Mozilla Thunderbird Email client that allows you to send digitally signed and / or encrypted emails with ease. It also automatically verifies the digital signature of the email you receive, and lets you decrypt any email encrypted with your public key.

(more…)

Cron – A Job Scheduler In Linux

Cron is a time based task or job scheduler available on Linux/Unix operating systems.

A job scheduler executes tasks on your computer at adjustable regular intervals.

What this means is – suppose you have to carry out a task on your computer that needs to be repeated at regular intervals, then you can pass the task to cron and it will execute the task at the given time and date.

(more…)

bcrypt – A Good File Encryption Tool

Bcrypt is a cross platform file encryption tool that uses the Blowfish encryption algorithm. One of the chief advantages of using bcrypt (apart from the security aspect) is that it runs on a wide variety of OS platforms and hardware architectures. This includes Windows, Linux, Mac OS X, BSD, HP-UX etc. This means, you can encrypt the file in say Linux, and then move the encrypted file to a machine running Windows and decrypt the file over there.
(more…)

Go to Top