Jeffri Hong

keaglez

Hi! I'm Jeffri Hong, also known as keaglez, a 21 years old geek who love the web and comic.

Cleaning MSI GX633 Fan

Posted on Computer and tagged with , , ,

My current notebook, MSI GX633 turned 2 years old by this March. In past months, the notebook run pretty hot that it’s not even possible to run everything at maximum. A more intense task like video playback would raise the temperature to more than 90 degrees Celcius. I can’t even use the maximum clock (the processor run at 550 Mhz, 1.1 Ghz and 2.2 Ghz), so I’m limiting it to the middle clock, and even so it still heat that much.

I have tried a few solutions to solve this overheating issue, first is undervolting. It’s kind of challenge to find which tools that can undervolt AMD Turion X2 processor, and I found K40Stat worked for me. I was hoping this could solve the overheating, but it’s not. I always get BSOD at the end. The next solution I tried is buying a laptop cooler (opted for Targus model), but it didn’t help much either. In the end, I could only run half the clock of the processor to prevent it from overheat.

In general, overheating is caused by accumulated dust on the air intake and outtake, blocking off the ventilation. Even though the solution is simple, by cleaning the fan and the ventilation, but it require me to open the notebook cover. Since this is my only work computer, I’m always avoiding this but I finally build up the courage to do it as the heat is unbearable anymore. Read on to find out how I clean my fan and solve the overheating issue. :)

Server outage, 3 days offline, a month credit

Posted on Uncategorized and tagged with ,

A surprising news came to my inbox 2 days ago from Site5, indicating that the server which my account hosted has been down since the night a day before. As a result, all of my website were all down. I have completely moved all of my domain to Site5, so this is certainly a bad news. Fortunately, I don’t have (yet) any business that rely solely on it, so damage to me is actually minimal.

According to Site5 customer service, hardware issue that the server experienced is extremely rare. They had to restore backup and it was a lengthy process, there is also a network issue that caused the restoration to fail at the first time. The restoration finally done today and server is up again. They are also offering one month credit to my account as an apology. :)

To my surprise, Site5 is pretty responding regarding this issue. They update the forum frequently and for users that didn’t bother to check the forum often, they sent an email everyday regarding the status of server, explaining what is happening that day. Despite the outage, I’m actually quite happy with the customer service and Site5 itself for a reliable service so far. Hopefully, this won’t happen again in future. :)

Sort by latest post for wp_list_categories

Posted on Programming, Wordpress and tagged with , , ,

One of my developer friend asked me if we could sort by last post using wp_list_categories function for WordPress. By default, wp_list_categories accept arguments for order by ID, name, slug, count or term_group. Order by latest post is not possible by default, but with a little of tweak using filter hook, we can. :)

First, we’ll looking at the function wp_list_categories. This function made call to get_categories to get the list of categories, which made another call to get_terms. Categories in WordPress is basically terms with category taxonomy. Finally, looking on the get_terms function, we will find some delicious filter hook that suitable for our customization.

Read more…

Happy Chinese New Year

Posted on Art, Uncategorized

Woah, long time I didn’t write anything. Well, just drop for a second to wish everyone a Happy Chinese New Year! Gong Xi Fa Cai!

View larger resolution on my Deviant Art

Blog successfully updated to WordPress 3.2

Posted on Wordpress and tagged with ,

Here is another major update from WordPress. Now, this blog has been successfully updated to 3.2. Thanksfully, nothing need to be changed in the theme. :)

A lot of changes has been made for this version, and one that is noticeable is the new look and layout for the administration area. It looks a little better. The sidebar is changed. The color of the boxes also changed a bit, it is more light. Some fonts are also changed. Overall, I liked the new look. ;)

There’s no yet compatibility issue so far is all that I can tell.

Proudly powered by Wordpress