Most Danger come in through Windows



IBM Linux ad: Prodigy



MY Notebook Sony Vaio CR series



Ubuntu desktop installation



Cool themes for ubuntu linuX

For Ubuntu Karmic users

First edit /etc/apt/sources.list file

gksudo gedit /etc/apt/sources.list

add the following lines

deb http://ppa.launchpad.net/bisigi/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu karmic main

Save and exit the file

add the GPG key using the following command

gpg --keyserver hkp://keyserver.ubuntu.com:11371 --recv-key 881574DE && gpg -a --export 881574DE | sudo apt-key add -

Or simply use the following command

sudo add-apt-repository ppa:bisigi

Update the source list using the following command

sudo aptitude update

Install all the themes using the following command

sudo aptitude install zgegblog-themes

or click on the following link

apt://zgegblog-themes

This will install the following themes

Showtime for Gnome

1

Balanzan

balanzan_pres

Infinity

infinity-pres

Wild shine

wild-pres

Exotic

exotic

Tropical

tropical-prsentation

Bamboo Zen

bamboo-prs

Ubuntu sunrise

ubuntu_presentation

Aqua Dreams

expose

If you want to install above themes separately use the following commands

sudo aptitude install showtime-theme

sudo aptitude install balanzan-theme

sudo aptitude install infinity-theme

sudo aptitude install wild-shine-theme

sudo aptitude install exotic-theme

sudo aptitude install tropical-theme

sudo aptitude install bamboo-zen-theme

sudo aptitude install ubuntu-sunrise-theme

sudo aptitude install aquadreams-theme

Remove Themes

If you want to remove full package use the following command

sudo aptitude remove zgegblog-themes

If you want to remove each theme use the following syntax

sudo aptitude remove themename



Fix for com surrogate error

Fix for COM Surrogate Has Stopped Working Error in Vista

Don’t worry about. it is not a big problem as it seems.

If you’ve been getting the error COM Surrogate has stopped working whenever you browse folders containing video or media files, you have come to a good place for some possible solutions. This problem is caused because of codecs and other COM components installed by various softwares that aren’t fully Vista-compatible, like some versions of DivX or Nero.

My simple recommendation it to Remove your nero or upgrade to a latest version 9.

This worked For me.

GOOD LUck

—-Nano



Error Code 19 in Windows Vista or Later[solution]

You can try this trick – It might work – But, only if this is the root cause of your problem:

Many third-party programs that control CD or DVD burning (as well as some player applications) install CD- or DVD-ROM filter device drivers into Windows. These filter drivers are meant to allow for low-level hooks into the hardware, to allow for functions such as packet writing (where a CD-R/W or DVD-/+RW can be written incrementally, like a hard disk).

How CD/DVD issues can occur

These filter drivers sometimes have problems that can cause the CD or DVD drive to stop working correctly. The device entry for the CD or DVD drive in the Device Manager may show up with an error descriptor that reads “The device could not start.” Additionally, there may be an error message that reads “One of the filter drivers for this device is invalid.” The devices themselves do not show up in Explorer. Error codes for the device include code 31, code 32, code 19 or code 39, and sometimes the even more ominous warning “Your registry might be corrupted” appears.

Fixing the CD/DVD problem simply involves deleting the filter entries for the third-party device drivers. These entries can sometimes become damaged (which is what produces the “corrupt registry” warning).

How to fix CD/DVD issues
First Backup the registry.

Step 1: Start Registry Editor
type “regedit” in the Start Run box.
Step 2: Delete the UpperFilters registry entry

1. In Registry Editor, expand My Computer, and then expand HKEY_LOCAL_MACHINE.
2. Expand SYSTEM, and then expand CurrentControlSet.
3. Expand Control, and then expand Class.
4. Under Class, click {4D36E965-E325-11CE-BFC1-08002BE10318}.
5. In the details pane of Registry Editor, on the right side, click UpperFilters.

Note You may also see an UpperFilters.bak registry entry. You do not have to remove that entry. Click UpperFilters only.
* If you see the UpperFilters registry entry in the details pane of Registry Editor, go to step 6.
* If you do not see the UpperFilters registry entry, you still might have to remove the
LowerFilters registry entry. To do this, go to “Step 3: Delete the LowerFilters registry entry.”
6. On the Edit menu, click Delete.
7. Click Yes when you receive the following message:
Are you sure you want to delete this value?

The UpperFilters registry entry is removed.
Step 3: Delete the LowerFilters registry entry

1. In the details pane of Registry Editor, on the right side, click LowerFilters.

Note You might see a LowerFilters.bak registry entry. You do not have to remove that entry. Click LowerFilters only.

If you do not see the LowerFilters registry entry, unfortunately this content is unable to help you any more. Go to the “Next Steps” section for information about how you can find more solutions or more help on the Microsoft Web site.
2. On the Edit menu, click Delete.
3. Click Yes when you receive the following message:
Are you sure you want to delete this value?
The LowerFilters registry entry is removed.
4. Exit Registry Editor.

Step 4: Restart your computer
Restart your computer. After you have done this, try to access the CD or DVD drive. If you can access the CD or DVD drive, and if you do not receive an error message, the problem is resolved. You can reinstall your CD or DVD writing or recording software.

Several of the products made by Roxio are infamous for causing this problem, although in fairness to the company the most recent versions of their Roxio CD/DVD writing software (6.2 and higher) do not have these problems. Users of 5.0 or 6.0 editions of the Easy CD & DVD Creator product, which has been bundled with many new PCs in the past, should upgrade to 6.2 or better. Other programs can also cause this problem, with the same solution.

Note that after you do this, you may lose functionality in the program that uses the filter drivers, which may need to be reinstalled.

My Experience: I tried it in Sony VAIO with Vista home premium and with Roxio in it.It worked for me.

Good LUck

Nano