May 13

The INSTALL file that comes with the FAAC and FAAD has a little problem. I was trying to install both encoder and decoder for the MPEG-4 files and I met the problem of not able to run ./bootstrap. After searching around, I finally found that we need to type “sh ./bootstrap” instead. Simple. ;)

Note: I’m using Terminal on Mac OS X Leopard.

written by mickeyckm \\ tags: , , , , ,

May 04

Some cool stuff shared by my friend. Worth 8 mins of your time. Check it out.

written by mickeyckm \\ tags: ,

Oct 04

Poor man’s Netstumbler (Small)For days, I’ve been finding a solution to segregate my wireless router from the congested wireless network that seems to only appears around night time, 7pm to 11pm.

Initially, I ask for support from Planex, the brand of my wireless router and they told me the only solution is to find out which channels are congested and avoid those channels. The person suggested NetStumbler, a tool to checkout your friendly wireless neighbourhood.

So I hung up the call and went to download it. After I installed, nothing works. No data shown. I called the support again. And, this time, he told me that Vista don’t work with it. (Shucks!) Well, what’s new. I asked the person is there any alternative and his replies is “Netstumbler is the best freeware you can get”. Weird reply, I assume that’s a no. I hung up again.

Guess what’s next? Google! I google around, as always, and I found the simplest way to do it, without even installing a single software, thanks to Steve Clayton’s blog. Here’s how it works:

Just fire up your command prompt and type netsh. When the netsh> prompt show up, type:

wlan show networks mode=bssid

Now I’m able to see the invisible wireless neighbourhood and set it to the channel that nobody uses it. ;)

written by mickeyckm

Aug 30

Linux PenguinAs usual, setting up in Virtual Box is fairly simple. I’ve installed Ubuntu on it and enabled the Virtual Box’s shared folder feature. To mount the shared folder on the system, I need to run the command below:

mount -t vboxsf <Shared_Folder_Name> <Local_Directory_Name>

However, the problem is I have to type it everytime I reboot the system. So I went out to search for the file that I can place my commands. The funny thing is I don’t know the exact term and I even tried the “Ubuntu equivalent of Windows’ autoexec.bat”.

Finally, I found it. It’s /etc/init.d/rc.local :) Have fun.

written by mickeyckm

Aug 29

Ubuntu LogoTwo days ago, I was thinking of trying out both Ubuntu 7.04 and Microsoft Vista Ultimate, so I went to download the ISO from ubuntu.com and MSDN. Naturally after that, I go on to burn the ISO into CD and DVD.

While I was burning my ISO files into CD/DVD, CDBurnerXP Pro kept prompting me that my disc aren’t blank. When I try burning my data files from hard disk, it works. So I thought, “Why not I try to mount the ISO and burn the files from the Virtual Disk?”. So I went ahead with that idea.

Sadly, I can’t boot any of them. After a long period of trial-and-error, I decided to install Nero and burn the ISO directly. It works! Most importantly, not only successfully burn the ISO but it can boot from the CD/DVDs.

So the moral of the story, don’t burn your bootable programs from Virtual Disk. It won’t work. :(

written by mickeyckm