Pages

Your Ad Here

This Blog is not to read or go through

because, I have never been such a mess


Search the blog instead

Monday, February 16, 2009

Flash for linux

Two tools I found available to use here for Linux.

Flasm
Haxe

Have not explored properly, will post more if found any more.

Friday, January 23, 2009

Sound in MSI VR 420 Laptop

After I bought my first laptop MSI VR 420 with genuine Vista installed, I installed Kubuntu 8.04 Hardy. Everything one fine except the sound was not working.

dmesg produced this error
hda_codec: Unknown model for ALC883, trying auto-probe from BIOS..


... ... ...
lots of headaches
... ... ....

And finally,
This was how I made it working.
modprobe -r snd_hda_intel
modprobe snd_hda_intel model=3stack-dig


And it worked.

The first thing I played was
http://www.meronepalma.com/song/425

Friday, November 7, 2008

Pass Sessions between subdomains in php

If needed to be able to pass session data between subdomains, add the following to the php.ini file.
session.cookie_domain = .mydomain.com

If unable to modify the the php.ini file, add the following before the session.start() function on any page which creates the session cookie.

ini_set("session.cookie_domain", ".mydomain.com")

Friday, July 25, 2008

Couldn't find MIME type application/octet-stream.

KDE returns "Couldn't find MIME type application/octet-stream" at startup and/or Konqueror returns the same error message when launching whatever application.

Start the Control Center and open KDE Components/File Associations, you will see something like
Expand "application", you will probably see that there's no entry for "octet-stream".
Click on "Add...", for "Group" select "application" and for "Type Name" fill in "octet-stream". This should fix it.

It solved

Sunday, June 29, 2008

Position:fixed solved in IE

top:0px;
left:0px;
position:fixed;
background-color:#f0f0f0;
_position:absolute;
_top:expression(eval(document.body.scrollTop));

Sunday, June 22, 2008

SLC Results @ Meronepalma.com

GET SLC 2064B.S. Results @ Meronepalma.com

www.meronepalma.com/slc/2064

We will continue providing important facts and information related to
Nepal and Nepalese as far as possible.

Thank you.
Meronepalma.com

Thursday, May 15, 2008

Error 1 in APACHE

Dear Ostwald,
Greetings,

I have been using xampp for linux for a long time, and had not reported with any errors. But, just today I got an error reporting. Error 1: ..... So, I went through FAQ pages and searched in other search engines too, but could not find any proper answer that could solve my exact problem.

Then I started to have trials on my own. But, it was mystical when I found a log file named apachestart.log. Since the error was reported while starting apache, it had the error which i had expected. Why I mentioned this here, is because this file name is not included in the FAQ page, And as you have mentioned to email at this address, I am doing the same.

Regards,
Dhruba Adhikari
Your Ad Here