Archive for the ‘home-top’ Category

How to Resolve Windows 7 Blue Screen of Death of hp dm4-2191us laptop

Monday, January 14th, 2019

I have a dedicated laptop for conducting online banking and stuff.

The laptop has Windows 8 Home Premium and some basic office applications.

After not using it for about 9 months, I decided to dust it off and of course I was hit with tons of Microsoft updates.

And as you can imagine, after spending hours and hours, one (or more) of these updates screwed up something so that my laptop would BSOD and crash every 40 minutes or so.

After intermittently troubleshooting it over a course of week, I finally figured out that the problem lied with USBehci.sys file.

This particular driver apparently controls two Intel USB controllers. Unfortunately one of those USB controllers shares IRQ #16 with a Realtek wireless card.

Unlike the old days with VESA and ISA, you cannot manually select IRQs, it’s done automatically via OS (it can be done by manually editing registry (regedit) but that solution is just not reliable).

Since I only needed 2 ports (one for my USB mouse, one for the external backup drive), I decided to disable one of the USB controllers, thereby turning off the third USB port on my lappy.

I am happy to report that since this modification, my laptop has not yet crashed.

If you want to read about it more in detail, should be a message below and I will create a step-by-step instruction.

Good luck!
Kevin

Reviews – Hostgator

Tuesday, May 8th, 2012

Hostgator Review

Hostgator RocksIf you are aiming at building any kind of business from your website, the first thing that you will need is choose a best hosting company that satisfies all your need and charge as per your budget. There is one web hosting company named as Hostgator that will offer you world-class web hosting services at affordable prices. Hostgator is the ultimate choice for most Internet marketers and bloggers, as they know the importance of choosing a good host.

As far as I’m concerned, all of my websites are hosted on Hostgator now. Initially all of my websites including Bloggers Passion were hosted on some other web host. First I started using Hostgator web hosting services on one of my website. I become so happy with their services, customer support, features and pricing plans with huge discount coupons that I moved all of my websites now on to Hostgator.



Hostgator is a privately owned web hosting company that was started in 2002 and is based in Houston, Texas. They are claiming to be currently hosting more than 5 million websites and are currently having its clientage in more than 200 countries.

 

 

 

Easy file sharing between Windows 7 (host OS) and Ubuntu 11.10 (guest OS)

Tuesday, January 31st, 2012

If you are new to Ubuntu and/or Windows networking, it can be somewhat daunting in trying to figure out how to share folders between the host operating system with one of the guest operating systems.

Unlike VMWare’s VMPlayer, VirtualBox does not support dragging-and-dropping files between the host and guest operating systems.  But VirtualBox does allow you to create a “shared folder” that can be used to exchange files between guest and host operating systems.

Before we get started, let’s make sure that we are all on the same page:

  • Laptop with Windows 7 (any variety) with Service Pack 1 as the HOST (or parent) operating system;
  • VirtualBox from Oracle (version 4.1.4 r74291 or higher) with “guest additions” module installed;
  • Ubuntu operating system(version 11.10 or higher);

I am going to assume nothing so I apologize in advance if I am outlining the the following steps in excruciating detail:

Step 1> Start Windows 7;
Step 2>Start VirtualBox launcher and start the guest Ubuntu OS;
Step 3>If you are unsure whether or not you have guest addition installed, simply adjust the window size when Ubuntu has launched.  If the desktop automatically adjusts to your window size, you have guest additions installed;  If not, click here (TBD) to learn how;
Step 4>In Windows 7, create a folder named ubu-shared (By the way, although Windows does not normally distinguish between the upper and lower case letters, Ubuntu treats them differently so please stay consistent)
Step 5>In VirtualBox window containing the guest OS, click Devices –> Shared Folder then type in ubu-shared

Step 6>Next, you need to create a mountpoint under Ubuntu before you can link to ubu-shared so open up the terminal application (see how) and type in sudo mkdir /media/windows-share
Step 7>You will need your superuser / admin password to execute the above command so enter it when prompted;
Step 8>You can mount ubu-shared using mountpoint windows-share by typing in: sudo mount -t vboxsf ubu-shared /media/windows-share (vboxsf = virtualbox shared folder; this step links two different folders together)

That’s it!  From now on, you can either place files under ubuntu–>windows-share folder or windows 7 –>ubu-shared folder to exchange documents.

After placing a test.txt file under Windows “ubu-shared” folder, you can access the same file under Ubuntu by simply clicking on the Home Folder on the left side nav bar (2nd from the top looks like a house), which will open up Ubuntu’s file manager.  From there, click on FILE SYSTEM  –> MEDIA –> windows-share.

Have fun with it!