Blog Archive

Saturday, May 14, 2011

crack password of microsoft access

This is a free utility to view password of Microsoft Acces access
http://www.nirsoft.net/utils/accesspv.html

Tuesday, May 3, 2011

Rsync on a non default port for ssh

Rsync on a non default port for ssh

# rsync -avz -e "ssh -p $portNumber" user@remoteip:/path/to/files/ /local/path/

Passing the port parameter to ssh with the -e option worked like a charm. :-)

This is why Unix rocks.

Thanks Mike Hostetler for the  tip.

Followers