31
May
stored in: General and tagged:

Probably you’ve heard people saying that the more fans there are in your PC, the cooler the components are going to be and hence, the longer their life span. Then, you came across technicians who claims that power supply units with large wattage rating will draw more power then lesser versions. Are these true??? Bits [...]

31
May

Newbies keep complaining that Windows ate their hard disk space because their 80GB hard disk showed only 74GB in Windows. So these really smart people hypothesized that formatting your hard disk takes 6GB out of your hard disk for Windows to play with. Is this true?

31
May

In Malaysia where utility power is transient and noisy, protection of sensitive equipment such as servers, personal computers and peripherals is a must. Normally, we will use a voltage regulator to handle the job but nowadays it seems like blackouts and browouts are getting more common. The answer to the problem is a UPS but unfortunately, [...]

17
Apr

There are tonnes of software firewalls available on the internet, and 99% of them claims to be the “best” firewall that offer “comprehensive protections” like rootkit detection and this and that. Unfortunately, this neat article slaughters all the claims: http://www.rootkit.com/newsread.php?newsid=849. There’s nothing worse than a false sense of security. Attackers always target the temporary lapse in [...]

Those who’d enabled Gzip through Litespeed (unconfirmed on other servers) might find that the spellchecker in WordPress 2.5 no longer works. This is due to TinyMCE not decompressing the compressed output into plain text (my speculation). To fix this, edit /wp-includes/js/tinymce/plugins/spellchecker/rpc.php Change the following line: header(‘Content-Type: text/plain’); to header(‘Content-Type: text/xml’); or anything that Litespeed is not set to [...]