Archive for September, 2008

How to fix MBR

One Day When I  started  my computer  Windows XP, I get the “MBR Corrupt” and “Error loading operating system” messages. Its shows my hard disk MBR Corrupted.
What is MBR  ?
MBR (Master Boot Record) - When we start computer, the BIOS (basic input/output system) looks for the MBR on the first sector of your hard disk. MBR [...]

Top Popular Free Windows Softwares.

The list of top most popular softwares for Windows.
1. AVG AntiVirus Free Edition — One of the most popular antivirus softwares.
2. Ad-Aware 2008 — It can scan your RAM, Registry, hard drives, and external storage devices for known data-mining, advertising, and tracking components thereby allowing you to maintain a higher degree of privacy while you [...]

Basic Linux commands for Beginner’s

1) ls
This basic command  Use for to see  the list of a directory.
# ls
a) To view details such as the file permissions, user and group owner, last time file was modified
# ls -l
b) Searching  filenames by using wildcards. To list files that start with the letter h, use
 # ls -l h*
2) find
The find command to [...]