Internet is vague. It has nothing left to be covered now. However, things get messed up sometimes and I forgot where I used to find the materials I had just searched for some days ago. So, I am now gathering all those into this blog. This is just my bookmark or my scrapbook or anything you wish to say. If you think these are helpful, you can take references, no any rights to be defined here. No styles and no colorful designs, just an area to jot down some scraps and all. Enjoy
Pages
Monday, February 16, 2009
Flash 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
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
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.
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
left:0px;
position:fixed;
background-color:#f0f0f0;
_position:absolute;
_top:expression(eval(document.body.scrollTop));
Sunday, June 22, 2008
SLC Results @ Meronepalma.com
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
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