Sunday, January 31, 2010

How to Recover/ Hack / Reset Windows NT/2000/XT/Vista Password Using Ubuntu Live CD

You can easily hack Windows Password with Ubuntu. You may need to reset an admin password in windows (NT/2000/XT/Vista) for many reasons, such as you have  forgotten it or you  need to repair and don't have access to the admin password. You can Easily Reset Windows password with Ubuntu.

Requirements

A little knowledge in Command Line , An Ubuntu Live CD. And a Wonderful package called chntpw.

Open a terminal
$ apt-get install chntpw

Chntpw is a program designed to overwrite Windows NT/2000/XP/Vista
SAM password.

Mount your Windows partition with read/write support


Then you need to locate (use your Command line Skills)  SAM file which for Windows 2000 and XP is normally located at windows/system32/config or winnt/system32/config.

Once inside the ‘config’ folder , issue this command:

$ sudo chntpw -h              for help 
$sudo chntpw -l SAM       for list of windows users
$sudo chntpw -u USERNAME  SAM    for reset password


it is recomended to reset the password to BLANK.

Friday, January 29, 2010

Mirror Your Remote Server Graphically with Grsync in Ubuntu Linux


rsync is an open source utility that provides fast incremental file transfer.  rsync uses the "rsync algorithm" which provides a very fast method synchronization of  two server.
Grsync is the Graphical Front-end for rsync.
Some features of rsync include

* can update whole directory trees and filesystems
* optionally preserves symbolic links, hard links, file ownership, permissions, devices and times
* requires no special privileges to install
* internal pipelining reduces latency for multiple files
* can use rsh, ssh or direct sockets as the transport
* supports anonymous rsync which is ideal for mirroring

Install grsync in ubuntu
Open a terminal and type
$apt-get install grsync
or use Synaptic package manger

Thursday, January 28, 2010

Letters and Numbers Learning Game for Kids in Ubuntu Linux : lletters



GTK letters-learning game for small children . It is specialy made for  children 2 and up, and is a learn with  fun game. It helps younger children learn their letters and numbers, while older children will improve their spelling, and vocabulary skills. It will also helps your kids to develop important keyboard and mouse skills too.

Open a Terminal and type
$ sudo apt-get install lletters
or use Synaptic Package manager