Use this search engine or labels at left pane to find topics

Friday, February 20, 2009

Modifying/ uninstalling GRUB

I got it from another site but don't remember the address anymore.

A) Using a DOS or Windows 9x/ME Boot Floppy

In case you have DOS or Windows 9x/ME on your system, you can use
fdisk for this purpose. Create a rescue disk in DOS or Windows 9x/ME,
use it to boot the computer, and execute fdisk as follows:

fdisk /mbr

The MBR will be rewritten and GRUB will be uninstalled.

B) Using Windows XP

In Windows XP, you can uninstall GRUB as follows:

Boot from the Windows XP CD and press the "R" key during the setup in
order to start the Recovery Console. Select your Windows XP
installation from the list and enter the administrator password. At
the input prompt, enter the command "FIXMBR" and confirm the query
with "y". The MBR will be rewritten and GRUB will be uninstalled.
Press "exit" to reboot the computer.

C) Using Windows 2000

In Windows 2000, you can uninstall GRUB as follows:
Boot from the Windows 2000 CD and press the "R" key during the setup
and then the "K" key in the following menu in order to start the
Recovery Console. Select your Windows 2000 installation from the list
and enter the administrator password. At the input prompt, enter the
command "FIXMBR" and confirm the query with "y". The MBR will be
rewritten and GRUB will be uninstalled. Press "exit" to reboot the
computer.

E) Using Freedos

If none of the above-mentioned boot media is available, a floppy or CD
image from a free DOS system can be downloaded from
http://freedos.org/freedos/files/. You can create the CD image with
any burning program on any operating system. Just make sure not to
create a data CD but a CD image.

Creating the floppy image with Linux:

Enter the following command (or equivalent) in a root shell:

dd if=/tmp/fdos1440.img of=/dev/fd0

Creating the floppy image with Windows:

The directory /dosutils/rawrite/ on the first CD/DVD includes the
program rawrite.exe that can be used to write the image to a floppy.
Copy this program to the directory containing the file fdos1440.img.

Insert a floppy in the drive and start rawrite.exe. Enter the file
fdos1440.img as the source file and confirm with Enter. Then enter the
name of the floppy drive (usually "A") as the write medium. The image
will be written to the floppy.

Boot from this CD/floppy and select "1" for "Boot FreeDOS Setup" first
and then "3 - Clean Boot" from the start menu. Start fdisk with:

fdisk /mbr

By doing this, the boot loader GRUB will be overwritten.

Wednesday, February 18, 2009

Dividing a web page in right and left division

You'll need to use Division (div..../div) tag.
Details are available at http://www.createafreewebsite.net/html_tutorial/division_demo.html

Friday, February 13, 2009

Printing at miltiple pages (Tile printing)

I was in a need to print a large size photo. But my printer would not allow poster printing. The solution I found was tile printing. Tile printing is a printing process by which the original picture is divided into parts according to your printer's ability (letter, A4 etc. page) and printed. Then You'll have to join the printed pictures to get big photos. You can do tile printing by a free software named "Rasterbator". You have to download the software for tile printing (one can use it online also for tile printing).

Go to
http://homokaasu.org/rasterbator/
You can download the software and install it or you can use the online gadget to get it done. Online version will allow only up to 1 MB size.

After running/ uploading file follow the instructions and you should be getting the PDF file with which you should be done.

Tips:
1. Select dot size small for small size printouts (say - two to three) and large for larger print outs.
2. Select the multicolor mood after selecting the dot size. Otherwise you'll get a black and white output as the default is black.

Sunday, February 8, 2009

Movie in windows mobile

Have a pocket PC mobile; want to see movies in it? Viewing movie in windows mobile is not easy, specially with the embedded softwares. But still one can view movie in windows mobile. For viewing movie in windows mobile one requires a software called TCPMP.

Go to the site of TCPMP (picard.exceed.hu/tcpmp/test/) and download the software along with the plugins.

Install them following the instructions and now you can view a movie in windows mobile.

Saturday, February 7, 2009

Few codes for windows

To configure startup

start -> run -> msconfig

To edit registry

start -> run -> regedit