May 27, 2013

ഓഫ്‌‌ലൈൻ മലയാളം നിഘണ്ടു

ഏതാനും ദിവസങ്ങൾക്ക് മുമ്പ് olam.in റിലീസ് ചെയ്ത (http://olam.in/open/datuk/‌‌) മലയാളം പദസമുച്ചയമുപയോഗിക്കുന്ന ഒരു ഓഫ്‌‌ലൈൻ മലയാളം - മലയാളം നിഘണ്ടു നിങ്ങൾക്കായി സമർപ്പിക്കുന്നു. ലിനക്സിനു വേണ്ടി എഴുതിയ ഈ പ്രോഗ്രാം വിൻഡോസിലേക്ക് ക്രോസ് കമ്പൈൽ ചെയ്തിട്ടുണ്ട്. അതിനാൽ വിൻഡോസിൽ ചില്ലറ കുഴപ്പങ്ങളുണ്ടായേക്കാം. താഴെ നല്കിയിട്ടുള്ള ലിങ്കുകളിൽ നിന്ന് ലിനക്സ്/വിൻഡോസ് വെർഷനുകൾ ഡൗൺലോഡ് ചെയ്യാവുന്നതാണ്.

ലിനക്സ് : http://goo.gl/yvCC9  (https://drive.google.com/folderview?id=0Bzw-OGqyq_FwTklzR0NCaDc1QVU&usp=sharing)

വിൻഡോസ് : http://goo.gl/B4R7l (https://drive.google.com/folderview?id=0Bzw-OGqyq_FwSTVxbGlSSlc3Y28&usp=sharing)

SQLite ഡേറ്റാബേസിലേക്ക് ഇംപോർട്ട് ചെയ്യാനുള്ള സ്ക്രിപ്റ്റുകൾ : http://goo.gl/fXhxr  (https://drive.google.com/folderview?id=0Bzw-OGqyq_FwTGsyZE02QWM5aDA&usp=sharing) ദതുക് കോർപ്പസ് ഫയലിൽ നിന്നും SQLite ലേക്ക് ഇംപോർട്ട് ചെയ്യുവാൻ മാത്രമേ ഈ സ്ക്രിപ്റ്റകൾ ആവശ്യമുള്ളൂ. നിഘണ്ടു പ്രോഗ്രാമിന് ഇവ ആവശ്യമില്ല.

Source code under GPL Licence : https://github.com/primejyothi/mlDict



May 13, 2013

ഡാറ്റാ റിക്കവറി പ്രോഗ്രാം

എസ് ഡി കാർഡിൽ നിന്നൊക്കെ ഫോട്ടോ, വീഡിയോ എന്നിവ റിക്കവർ ചെയാൻ : http://www.cgsecurity.org/wiki/PhotoRec

ഇതുപയോഗിച്ച് കറപ്റ്റായ ഒരു മൈക്രോ എസ് ഡി കാർഡിൽ നിന്നും ഫോട്ടോകളും വീഡിയോകളും പ്രശ്നമൊന്നുമില്ലാതെ റിക്കവർ ചെയ്തു. ഒരേ ഒരു പ്രശ്നം റിക്കവർ ചെയ്ത ഫയലുകളുടെ പേരുകൾ ഒരു വിധമായിരിക്കുമെന്നാണ്. exiftool ഉപയോഗിച്ച് ഫോട്ടോകളിൽ നിന്നും ഫോട്ടോ എടുത്ത സമയം എക്സ്റ്റ്രാറ്റ് ചെയ്ത് റീനേം ചെയ്ത്, ടൈം സ്റ്റാമ്പ് ഫോട്ടോ ഏടുത്ത സമയമാക്കി അപ്ഡേറ്റ് ചെയ്യാൻ ഒരു സ്ക്രിപ്റ്റെഴുതി ആ പ്രശ്നം സോൾവാക്കി.

സ്ക്രിപ്റ്റ് ആവശ്യമുള്ളവർക്ക് അത് ഇവിടെ നിന്ന് ഏടുക്കാം‌: http://goo.gl/Ud6IY

May 8, 2013

Blackened new windows and pop up menus in Linux

I was facing this strange problem of new windows and pop up menus blackening after my Fedora 17 system has run for couple of hours. To recover, I have to disable the KDE desktop effects. Once the desktop effects are turned off, things went to normal. However I was unable to turn on the desktop effects until I restart KDE using ctrl + alt + back space. I was thinking that it was a KDE issue, my searches did not yield any results.

Few days back I found that there was an error “intel(0): Failed to submit batch buffer, expect rendering corruption: Resource deadlock avoided” in the Xorg.0.log. Further searches indicated that the blackening is happening due to the bug in Intel video driver and the work around is to use SNA for 3D acceleration. Adding the following line in the “Device” section of /etc/X11/xorg.conf resolved the problem.

Option "AccelMethod" "sna