< Browse > Home /

| RSS

   

Perl – Migrating User Accounts From Old To New Linux Distribution

Migrating user accounts can be very troublesome when you have a large numbers of users. So, is always recommended to deploy active directory or LDAP to have a centralized authentication system. If your organization don’t have AD or LDAP and have large portion of users needed to transfer from 1 to another server. Don’t worry, [...]

[ More ] October 22nd, 2008 | 6 Comments | Posted in Programming |

PHP – Tax Calculator

I wrote a simple tax calculator with PHP, feel free to use it. This tool only supports Singapore Tax 2008. All calculations are based on the documents and formula from the official site (http://www.iras.gov.sg). Please report to me if you found any errors or miscalculations. Tax Calculator

[ More ] October 10th, 2008 | 2 Comments | Posted in Programming |