Wednesday, July 30, 2008

My Books Collection

You may download the book for personal use:
  • Oracle 8i Bible
http://www.4shared.com/file/57078348/c3d8b50f/Oracle_bible.html?dirPwdVerified=ab99d052

  • Microsoft Word Tutorial
http://www.4shared.com/file/52770914/3007bf47/Microsoft_Word_Tutorial.html?dirPwdVerified=ab99d052

  • Microsoft Excel Tutorial
http://www.4shared.com/file/52770904/291c8e06/Microsoft_Excel_Tutorial.html?dirPwdVerified=ab99d052

  • Windows & Networking Tutorial
http://www.4shared.com/file/57110606/c76f910d/Windows_XP_Tutorial.html?dirPwdVerified=ab99d052

Monday, July 28, 2008

Recover GRUB after reinstall windows


Boot using a Live CD or Installation CD.

mount your linux partition. Chroot, mount /proc and give the grub specific command to overwrite or update the mbr or where you want.

like my Linux root in /dev/sda4

after boot with the Live CD

#mkdir /mnt/lin (create a folder to use as a mount point)
#mount /dev/sda4 /mnt/lin
#chroot /mnt/lin
# mount /proc
#grub-install /dev/sda
or
#update-grub

the update-grub and grub-install command will work of Debian, Ubuntu and Debian based distro. If your are using other distribution. Read their grub policy and command. Here chroot will enable you to access the existing Linux system using the live CD kernel.

note: If you use normal Installation CD to recover grub then you might need to give the path known by the kernel. Like then you may need to use ../disc0/part4/ etc instead of /dev/hda6. You can find the exact path by execution a script called os-prober that generally comes with the installation CD of Debian.

Posted by salahuddin66 at 12:04 AM

Another Solution from
http://apcmag.com/how_to_dual_boot_linux_and_windows_xp_linux_installed_first.htm?page=5
How to dual-boot Windows XP and Linux. (Now updated for XP SP 3 and Ubuntu 8.04.)

Once XP has been installed, it will boot happily into XP but there's no sign of Ubuntu. To reinstate GRUB as the system bootloader it needs to be reinstalled into the MBR.

Boot the system from the Ubuntu Live CD and select "Try Ubuntu without any change to your computer".

Open a Terminal session - Applications, Accessories, Terminal

To enter the GRUB configuration mode, type in "sudo grub" and press Enter. Then type in the following commands in sequence:
- root (hd0,0) - it may be (sd0,0) for SCSI device
- setup (hd0)
- quit
- exit

Reboot the system. You'll get the GRUB bootloader but Vista won't be an option - we need to add this to the boot options.

Boot into Ubuntu and open up another Terminal session. Then, type in sudo gedit /boot/grub/menu.lst

Scroll down to the bottom of the file and type in the following text strings:

title Windows XP
root (hd0,1)
makeactive
chainloader +1

Save the file and reboot. When the GRUB loader launches hit ESC for the boot menu. Windows XP is the last option - select it and XP will load.

If you want to make the GRUB menu always available, boot back into Ubuntu and edit the MENU.LST file. Find the hiddenmenu text string and change it to #hiddenmenu.

To increase the menu timeout, change the default timeout 3 to something more appropriate.

How To Manage & backup Profiles in Thunderbird

Mozilla Thunderbird stores all your personal settings, such as your mail, passwords and extensions, in a profile. The profile is stored on your hard drive in a profile folder.

If you run into problems using Thunderbird (e.g. problems starting after installing an extension, or other features not functioning properly), the first thing you're usually asked to do in the tech support forum is to create a new profile. This tutorial will not only show you how to do that, but also how to create backups and move or restore existing profiles.

Contents

Locate your profile folder

Knowing where your profile folder is stored can be useful if, for example, you want to make a backup of your personal data.

  • On Windows Vista/XP/2000, the path is usually %AppData%\Thunderbird\Profiles\xxxxxxxx.default\, where xxxxxxxx is a random string of 8 characters. Just browse to C:\Documents and Settings\[User Name]\Application Data\Thunderbird\Profiles\ on Windows XP/2000 or C:\users\[User Name]\AppData\Roaming\Thunderbird\Profiles\ on Windows Vista, and the rest should be obvious.
  • On Windows 95/98/Me, the path is usually C:\WINDOWS\Application Data\Mozilla\Thunderbird\Profiles\xxxxxxxx.default\
  • On Linux, the path is usually ~/.thunderbird/xxxxxxxx.default/
  • On Mac OS X, the path is usually ~/Library/Thunderbird/Profiles/xxxxxxxx.default/

%AppData% is a shorthand for the Application Data path on Windows 2000/XP/Vista. To use it, click Start > Run... (use the search box on Vista), enter %AppData% and press Enter. You will be taken to the "real" folder, which is normally C:\Documents and Settings\[User Name]\Application Data on Windows XP/2000, C:\users\[User Name]\AppData\Roaming on Windows Vista.

Create a new profile

The screenshots are from Firefox, but the appearance is the same in Thunderbird.

In order to create a new profile, you use the Profile Manager. To start the Profile Manager in Windows, follow these steps:

  1. Close Thunderbird completely (select File > Exit from the main menu of Thunderbird).
  2. Select Start > Run... from the Windows Start menu (use the search box on Vista).
  3. Enter thunderbird.exe -ProfileManager and press OK.

On Mac OS X, hold down the Option key and double click the Thunderbird icon.

On Linux, start Thunderbird with the the -profilemanager switch, e.g. ./thunderbird -ProfileManager (this assumes that you're in the Thunderbird directory).

You should now see the Profile Manager window, shown in the screenshot to the right.

From the Profile Manager you are also able to remove and rename profiles.

Click on the Create Profile... button to start the Create Profile Wizard. Click Next and enter the name of the profile, e.g. your name or something descriptive.

You can also choose where on the disk you want the profile to be stored, which is useful if you plan on exporting your settings to another computer or setup in the future.

Finally, click Finish to have Thunderbird create the new profile.

You should now be taken back to the Profile Manager and the newly created profile should be listed. Select it and click Start Thunderbird. That's it!

You are now running Thunderbird with the new profile, which means all settings are reset to default. If you want to switch back to your old profile, just start the Profile Manager again (instructions above) and select the old profile.

You can also have Thunderbird start a selected profile automatically, so you don't have to pick one each time the browser is launched. Do this by checking the Don't ask at startup option.

Backing up your profile

Backing up your profile folder in Thunderbird is easy. Just follow these steps (which assumes you know how to manage files on your computer):

  1. Shut down Thunderbird completely (File > Exit).
  2. Make a copy of your profile folder to, for example, a CD-RW disc or a separate hard disk for backup purposes.

Move an existing profile or restore a backed up profile

It's possible to move the location of a profile folder. This could be useful if you have a backed up profile folder somewhere on your hard drive and want to tell Thunderbird to use that as your profile. This section explains how to do this.

  1. Shut down Thunderbird completely (File > Exit).
  2. Move the profile folder to the desired location. For example, on Windows XP, move the profile from C:\Documents and Settings\[username]\Application Data\Thunderbird\Profiles\xxxxxxxx.default to D:\Stuff\MyMailProfile. If you are reading these instructions because you want to restore a previously backed up profile, this step isn't necessary. Just note the current location of the profile you want to restore.
  3. Open up profiles.ini in a text editor. The file is located in the application data folder for Thunderbird:
    • On Windows Vista/XP/2000, the path is %AppData%\Thunderbird\
    • On Windows 95/98/Me, the path is usually C:\WINDOWS\Application Data\Thunderbird\
    • On Linux, the path is ~/.thunderbird/
    • On Mac OS X, the path is ~/Library/Application Support/Thunderbird/
  4. In profiles.ini, locate the entry for the profile you've just moved. Change the Path= line to the new location. If you are using a non-relative pathname, the direction of the slashes may be relevant (this is true for Windows XP).
  5. Change IsRelative=1 to IsRelative=0.
  6. Save profiles.ini and restart Thunderbird.

Wednesday, June 11, 2008

Generic Host Process for Win32 Service Error for Edge Modem


A few days ago, while i was surfing the web, an error occurred and it disconnected me from the internet. So i restarted my pc and after that i've been getting this annoying error everytime my computer is turned on and connected to internet for about 5 or 12 mins and the error message appears and it disconnects me from the internet, MSN , IRC and browser too and couldnt reconnect again. So i restart my pc everytime i get that error, was too lazy to fix it. hehehe! I got really mad about that problem and i started to work on my other pc with the same connection, not even half an hour, the annoying error popped on that even! So finally i thought of fixing that.


I met few people who got the same annoying error and some people told its a virus or something. So i scaned my pc with NOD32, Ad-aware SE , Spyware Doctor which are update-to-date, but it didnt detect any virus or anything. Some people have formatted their pc, but still the annoying error appears. I was so desperated and finally one of my friend came with a solution for this and since there are many people who got this old annoying error and also it keeps increasing day by day. So i've decided to post about this so people who got this problem can fix it without getting mad ;)
All you got to do is, close the so called port 135 & 445

To close it, do the following steps:

1. Open Registry Editor by going to Start>Run and in the box type: regedit.exe and press OK.

2. Now, from the Registry Editor, go to Edit>Find or Ctrl+F and write "TransportBindName" in the box without the quotation mark. It may take few mins to search. This value can be found in HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\NetBT\Parameters

3. Double-click on that value and delete the default value in the box and press OK.

4. Find the value "EnableDCOM" which can be found in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole

5. Double-click on that value and set the value in the box as 'N' which currently maybe set as 'Y'.

6. Close the Registry Editor and restart your pc.


You can also download Windows Worms Doors Cleaner (WWDC) and close 135, 445 and NetBIOS (if necessary) or all the ports, but by disabling only 135 & 445 my pc seems to be normal without formatting my pc. One of my friend told this problem can be fixed by a patch from Microsoft and by using a registry cleaner and also he told this problem can be created by a virus called w32/sbotworm which attacks those ports. That virus is detectable from McAfee and the virus maybe still trying to get around the fix and again create that same old annoying error. So you need to update windows and virus definitions.

So anyways i hope you can get out of this annoying thingy. Good luck and thankx for this great solution.

Gmail Configuration for POP up mail client

You can retrieve your Gmail messages with a client or device that supports POP, like Microsoft Outlook or Netscape Mail.

  • To enable POP in Gmail:
  • Sign in to Gmail.
  • Click Settings at the top of any Gmail page.
  • Click Forwarding and POP/IMAP.
  • Select Enable POP for all mail or Enable POP for mail that arrives from now on.
  • Choose the action you'd like your Gmail messages to take after they are accessed with POP. Configure your POP client* and click Save Changes.

To configure your client manually:

  1. Enable POP in your Gmail account. As above
  2. Open Outlook or Outlook Express.
  3. Click the 'Tools' menu, and select 'Accounts...
  4. Click 'Add,' and then click 'Mail...'
  5. Enter your name in the 'Display name:' field, and click 'Next.'
  6. Enter your full Gmail email address (username@gmail.com) in the 'Email address:' field, and click 'Next.'
  7. Enter 'pop.gmail.com' in the 'Incoming mail (POP3, IMAP or HTTP) server:' field. Enter 'smtp.gmail.com' in the 'Outgoing mail (SMTP) server:' field.
  8. Click 'Next.'
  9. Enter your Gmail username (including '@gmail.com') in the 'Account name:' field. Enter your Gmail password in the 'Password:' field, and click 'Next.'
  10. Click 'Finish.'
  11. Highlight 'pop.gmail.com' under 'Account,' and click 'Properties.'
  12. Click the 'Advanced' tab.
  13. Check the box next to 'This server requires a secure connection (SSL)' under 'Outgoing Mail (SMTP).'
  14. Enter '465' in the 'Outgoing mail (SMTP):' field.
  15. Check the box next to 'This server requires a secure connection (SSL)' under 'Incoming mail (POP3).' The port will change to 995.
    *The order of 'Outgoing' and 'Incoming' mail server fields varies by version. Make sure you enter the correct information in each field.
  16. Click the 'Servers' tab, and check the box next to 'My server requires authentication.'
  17. Click 'OK.'

Congratulations! You're done configuring your client to send and retrieve Gmail messages.

* Did you click 'Save Changes' after enabling POP in Gmail? To ensure that Gmail can communicate with your mail client, be sure to click 'Save Changes' on the 'Forwarding and POP' tab in your Gmail settings.