Browse > Home /

| Subcribe via RSS


I'm Back Again

December 17th, 2009 | Comments | Posted in Life log, Misc | Written by chenhow - 211 views

Sincerely apologize to all my loyal readers (though I’m only have a few), I’m having some tough times to keep this blog running as I was too busy on my work and I have some tough decision to made over the past few weeks to keep my career going.

But fear not, everything have been settled and I will start writing again to repay you all. And I will also open a new section focusing on Linux server deployment, by providing step by step guide with explanation to help Linux admin to perform in their daily work.

So stay tuned!

Tags:

Child Sponsorship

August 13th, 2009 | Comments | Posted in Life log, Misc | Written by chenhow - 1,198 views

Inspired by one of the article written by my bro, JJ (Dawn Rhythm), a guy who’s like to watch WWE and UFC covering with all the blood scene. Who’d have thought a violence guy like JJ in the bottom of his heart actually wanted to do something for the society.

And because of him, I came to know this programme called ‘World Vision‘. Through this programme, you can sponsor a child in need by contributing only minimum RM50 per month.

The ultimate goal of this programme is giving sponsored child a better and healthier world to live by providing them clean water, health care and food. And part of the fund will be used to teach villagers how to improve harvests so they can have a stable income.

Here is my sponsored child and his name is WIN, Than Hlaing. WIN is from Myanmar and he has 2 brothers and sisters. His father is a fisherman and mother is an unemployed.

When my parents came to know that I’m sponsoring a child, they actually very proud of me, just that they are curios why my sponsor child is without front teeth.. Ahaha funny question though, in fact, I just don’t want to become bias, so I will just sponsor whoever assigned to me from world vision.

Anyway, helping people’s really makes you feel better. So come to join.

If anyone interested in sponsoring a child, you can goto http://www.worldvision.com.my/ or click the “sponsor a child” banner on the left sidebar.

Tags:

Install Chromium + Flash plugin in Ubuntu Jaunty

July 13th, 2009 | Comments | Posted in Ubuntu, google | Written by chenhow - 6,046 views

Install Chromium Browser in Ubuntu 9.10 with 5 simple steps.

1.) Edit /etc/apt/source.list

chenhow@chenhow-laptop:~$ sudo gedit /etc/apt/source.list

### Add following into source.list file ###

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main

2.) Add GPG key

chenhow@chenhow-laptop:~$ sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

3.) Update source list then install chromium.

chenhow@chenhow-laptop:~$ sudo apt-get update

chenhow@chenhow-laptop:~$ sudo apt-get install chromium-browser


4.) Once finish install Chromium, follow below steps to enable flash

chenhow@chenhow-laptop:~$ cd /usr/lib/chromium-browser/plugins

chenhow@chenhow-laptop:/usr/lib/chromium-browser/plugins$ sudo ln -s ../../adobe-flashplugin/libflashplayer.so

chenhow@chenhow-laptop:/usr/lib/chromium-browser/plugins$ sudo vim /etc/chromium-browser/default

### Edit chromium flags in default file ###

# Options to pass to chromium-browser
CHROMIUM_FLAGS=”–enable-plugins”

5.) You can now check your browser by typing “about:plugins” in the url bar, if you see the plugins is installed,  you should be able to play flash content.


google chromium

google chrome

1) sudo vim /etc/chromium-browser/default
2) edit chromium flags to look like following







# Options to pass to chromium-browser
CHROMIUM_FLAGS=”–enable-plugins”

3) start chromium-browser and check “about:plugins”
4) you should see some installed plugins now

Tags: ,

New Theme – Statement

July 13th, 2009 | Comments | Posted in wordpress | Written by chenhow - 317 views

Any feedback on my new blog theme? Give me your comment.

Tags:

Happy Birthday to Pohmeng

July 13th, 2009 | Comments | Posted in Life log | Written by chenhow - 467 views

Too bad I’m in Singapore and can’t attend your birthday Party, so I will waste one of my post to write about you, to let more ppl to know you and increase your chances to know more chicks. :)

OK, Pohmeng is someone I knew from my ex company, he has good attraction to women with his innocent looks and charming smile, eventhough I think he looks more like a pervert than innocent.

He always listens first before giving his own opinion, that makes him a good listener and you would like to share more things with him.

He definitely 1 of the person I trust and 1 of my buddy.

He is curently single, so anyone interested on this guy should drop by his blog to learn more about him.

Tags:

Using apt-p2p For Faster Upgrades From Intrepid to Jaunty

Written by chenhow on April 4, 2009 – 11:39 PM - 9,109 views

apt-p2p is a p2p proxy for apt dowloads, it will act as a proxy between apt requests and a repository server, downloading any request files from peers (if possible), else ...