If you spent some time really (I mean “really”) serious listening to your iPod or MP3 player you might believe that something is missing on the music details and the staging. It turns out however very explainable because they were compressed music and they were not meant to be an audiophile standard format. FLAC (Free […]
Read MorePosts in category Linux
ath9k module for AR9285 using compat-wireless
Today I’ve got an AR9285 Atheros WLAN that I must make it work for MKU-model. The dead line is 2 days, since there are so many backlog I must complete for testqc and MNG-Model. Unfortunately the AR9285 only supported with kernel 2.6.29 and above regardless to linuxwireless.org, and I’m still using kernel 2.6.27 series kernel […]
Read MoreThunderbird and Firefox integration problem
Every time a new version of Firefox or Thunderbird comes out, it becomes impossible to open links in FF from TB and vice versa. Here’s what to do: Go into /usr/lib/thunderbird-2.0.0.23/thunderbird.cfg as root. Change it to read: pref(“network.protocol-handler.app.http”, “mozffremote”); pref(“network.protocol-handler.app.https”, “mozffremote”); pref(“network.protocol-handler.app.ftp”, “mozffremote”); pref(“network.protocol-handler.app.http”, “/usr/lib/firefox-3.5.3/firefox”); pref(“network.protocol-handler.app.https”, “/usr/lib/firefox-3.5.3/firefox”); pref(“network.protocol-handler.app.ftp”, “/usr/lib/firefox-3.5.3/firefox”); In FF: edit > preferences > […]
Read MoreRestoring missing grub
Did you ever lost your grub bootloader after installing winblows on a dual boot system ? I bet you do 😀 , since winblows always re writing the MBR of the harddisk at the end of installation, then the grub bootloader will always lost after winblows installation. In KLIXs since 2007 version till now I […]
Read MoreTable ‘mysql.servers’ doesn’t exist
Many times after compiling mysql to newer version, mysql always quitting with an error Table ‘mysql.servers’ doesn’t exist during flush privileges command. Apparently this issue arises sometimes with an incomplete MySQL upgrade. Beyond just installing new binaries you’ll often need to run mysql_fix_privilege_tables command to ensure the ‘mysql’ database contains all the needed stuff. {code […]
Read MoreSamba shares
Here is some sample my samba server I use : And the mask for create and directory mask for use with nobody.nogroup user as plain samba sharing : Add the samba user and configure the Read List and Write List for shared level.
Read Moretrac on klixs
Here is the trac config handler on mod_python.conf I use for trac mybiz3web development project : <Location /mybiz3web> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /var/www/html/mybiz3web PythonOption TracUriRoot /mybiz3web </Location> Add them to /etc/httpd/modules.d/16_mod_python.conf as a handler to apache web server. And I use this config to authenticate user via htpasswd password file : […]
Read MoreThe new slick Pico 3G
Finally, the pico series which aim the netbook market were launching. Still same looks and casing though, but now is more powerful with N280 atom processor and a built in 3G Modem for great mobility, and the last but not the least thing is the power consumption. Since this model using 6 cells battery plus […]
Read Morethe Worms
I always wonder why people make viruses, is it true it’s very exciting to just got a little compliment from their friend? … disgusting! I’d rather had a one night walk with someone I loved to get the same dopamine runs through my veins. Is it true it’s so very briliant to create the destructive […]
Read MoreHauppauge HVR900+ with KLIXs
This is Hauppauge HVR900+ USBTVTuner on Axioo MLM-series. Obviously, this usbtvtuner using the same chipset from emPia technology EM2861 just like on my previous post with Gadmei UTV330+ so it must be using the same em28xx module, which … thankfully … is already included in kernel tree since 2.6.27. So it must be automatically detected […]
Read More