• missing xbfish.com image

Monthly Archives: November 2009

Change of Domain Name

Starting from 21st Nov 2009, or even now, http://xbfish.info will no longer be in used. http://xbfish.com will be my new domain name.

Remember to bookmark this new domain ! :)

[Linux] Change user account password

In order to change the current user password in Linux, open up Terminal and enter the following:

passwd

You will be prompt for your current account password and the new password (2 times):

Changing password for XXXX
(current) UNIX password:
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

where XXXX is the username of current account.