i cant think A blog belong to Mohammad Azwan bin Ali. Most of his writings are about his real life story, ideas, thoughts, moderate political views, computer, programming, tips & tricks, particularly in Linux…. and of course it includes some random unspecified crappy stuffs too! Don't forget to check Movies and Junkyard pages out!

Posts Tagged ‘ubuntu’

opencv in ubuntu

for those who want to do some image processing in ubuntu but strunggling to compile and install it here’s a easiest way to do it

sudo apt-get install opencv-doc python-opencv libcv1 libcvaux1 libhighgui1 \
libcvaux-dev libcv-dev libhighgui-dev

to see all example from opencv-doc
cp -r /usr/share/doc/opencv-doc/examples cv-examples && cd cv-examples

there’s will be c and python example, to compile [...]

fugly stuff

most fugly desktop ever!! i don’t even know why i wasted my precious time trying this crap….
lesson of the day: stop customizing your desktop to look like other os esspecially windows :)

change is hard

i’m wondering why ubuntu nowadays really like to experimenting with new no-so-user friendly stuffs
it really start to bothering me since the new notification position in karmic and now they’re planning to release ubuntu with some gay mac-ish look?
sometimes, change is good in order to refresh how the os feel and give user better experience.
i myself like the [...]

faster kernel compiling and update

if you have try to compile a kernel before, you will know how boring the process is!
it get more boring and annoying when you need to disable/enable certain thing in .config or doing some patches you need to recompile the whole thing again
so here, i want to share something that i’ve learned alot during my [...]

fix headphone jack for acer aspire on ubuntu

have you ever come accros a bug where your laptop speaker not muted after you jack-in your headphone. having to manually mute your laptop speaker everytime you use headphone is kinda annoying imo.
so here’s a quick workaround on how to do it. note that this workaround is for acer-aspire model only!
edit your /etc/modprobe.d/alsa-base.conf
nano /etc/modprobe.d/alsa-base.conf
find this [...]

← Before