Archive for December, 2007

The Easiest Way To Burn Your CPU

You have heard that your CPU must be fitted with a cooler fan. Do you have any idea what it becomes without the cooler fan? Basically you can fry an egg on it. Check out the video below.

Popularity: 3% [?]

Linux Howto: Miss Your Windows Application? Try WINE

For anyone who is keen to migrate to Linux platform, but can’t live without Windows application, then Wine can be a great solution for you.

What is WINE?

WINE stands for Wine Is Not Emulator. Here is what it is about:

“Think of Wine as a compatibility layer for running Windows programs. Wine does not require Microsoft Windows, as it is a completely free alternative implementation of the Windows API consisting of 100% non-Microsoft code, however Wine can optionally use native Windows DLLs if they are available. Wine provides both a development toolkit for porting Windows source code to Unix as well as a program loader, allowing many unmodified Windows programs to run on x86-based Unixes, including Linux, FreeBSD, Mac OS X, and Solaris.”

Continue reading …

Popularity: 7% [?]

WordPress Plugin: Scheduling Popup And Get Your Message Across

Yes I know, some of you may say that popup window is annoying and irritating, but in actual fact, it is also the best way to get your message across.

Popup itself is not a annoying; it is how you use it that causes annoyance. If you control the frequency of the popup and show it only when you have an important message to tell your readers, then popup itself will be a useful tool.

I have been a strong believer in popup window as it has helped me to boost my sales, increase my subscriber base for countless time. However, when I look around WordPress plugin repository for popup plugin, there are only a limited few. So here I have created a popup plugin that is highly versatile and fully customizable – WordPress Popup Scheduler.

Continue reading …

Popularity: 7% [?]

What Is The Best Technology You Have Discovered in 2007?

Year 2007 is coming to an end and it is time to do a wrap-up on the interesting things that happened this year. Rather than me babbling about it (which is going to be boring), I’m going to take a different, more interactive and fun approach.

I want you to tell me what is the best technology that you have discovered in 2007.

I am sure all of you have benefited from some of the wonderful technology in 2007. Now it is time for you to show your appreciation. Blog about the best technology that you have discovered in year 2007.

It is very easy, here is how it works:

Continue reading …

Popularity: 4% [?]

Schedule And Automate tasks in Ubuntu

Doing the same thing over and over again is a boring chore. Windows and Mac understand that, that why they have the automation program built into their OS. Windows XP & Vista have a task scheduler that allow you to create and automate simple task. Unknown to many, Mac OS X iCal alarm function can also be used to schedule and automate task.

In Ubuntu (or basically Linux), task automation used to involve writing shell scripts and setting cron job, and this is not an easy thing for a new user to do. Luckily, there is the Gnome-schedule that come with a simple graphical interface and makes task scheduling a breeze.

Continue reading …

Popularity: 5% [?]

Best 101 Free Computer Software For Your Daily Use

Good things in life do not necessarily cost you a bomb. Below I have compiled a list of the top 100 101 free computer software you can make use of.

Enjoy!

Continue reading …

Popularity: 53% [?]

Backing Up Data In Ubuntu Using sBackup

sbackup cdrBe it Windows, Mac or Linux, it is always a wise choice to backup your data. You never know when your hardware is going to fail and when that happens, you know that all your data is safe and there is a backup copy for you to fall back on.

In Ubuntu, it is surprisingly easy to backup your data. Gone are the days that require you to remember all the text line commands to type in the command prompt. With sBackup, you can easily backup your data with few clicks of your mouse. let me show you how.

Continue reading …

Popularity: 8% [?]

Top 10 Windows Vista Tips and Tricks To Increase Your Gaming Performance

Windows Vista Logo Although Windows Vista is a great operating system with tons of great features and application, when it comes to gaming, its performance is still lagging behind Windows XP. One of the reasons is that most of the current games are not designed for Windows Vista which utilizes the new DirectX 10 technology. Another reason is that Windows Vista has a lot of activities running in the background that interferes with the gaming resources.

Below I have compiled 10 useful Windows Vista tips and tricks to help you improve your gaming performance.

Continue reading …

Popularity: 15% [?]

Ubuntu HowTo: Open .docx File In OpenOffice

If you have received a .docx file from your friends, most likely that you are not able to view it in Ubuntu’s Open Office. To fix this, you need to install the odf-converter.

First, go to http://download.novell.com/SummaryFree.jsp?buildid=ESrjfdE4U58 http://download.novell.com/Download?buildid=GuM6LMM9SR4 and download odf-converter-1.0.0-5.i586.rpm. It is about 3 MB.

The odf-converter file is in rpm format, which is used by RedHat Linux. To use this file, we need to convert it to tgz format. The application we are using to convert this file is alien

In your terminal,

sudo apt-get install alien

After downloading, start the conversion

sudo alien –to-tgz –script /dir/odf-converter-1.0.0-5.i586.rpm

where “dir” is the directory you saved the file.

Now, extract the file to a folder

tar xzf /dir/odf-converter-1.0.0.tgz

After extraction, copy the following files to the OpenOffice folder

sudo cp /dir/odf/usr/lib/ooo-2.0/program/OdfConverter /usr/lib/openoffice/program/

sudo cp /dir/odf/usr/lib/ooo-2.0/share/registry/modules/org/openoffice/TypeDetection/Filter/MOOXFilter_cpp.xcu /usr/lib/openoffice/share/registry/modules/org/openoffice/TypeDetection/Filter

sudo cp /dir/odf/usr/lib/ooo-2.0/share/registry/modules/org/openoffice/TypeDetection/Types/MOOXTypeDetection.xcu /usr/lib/openoffice/share/registry/modules/org/openoffice/TypeDetection/Types

That’s it. Open your OpenOffice and enjoy the .docx document.

Popularity: 11% [?]

A Fool Proof Way To Remember Thousands Of Passwords Effortlessly

password key
Image by husin.sani

One of the most common headache that people are facing is to remember the dozens of passwords associated with every site. What most people do to simplify the matter is to use one single password for all their acounts. To make thing even simpler, an easy to remember word is used as the password. It is not surprising to see that ‘password’ tops the list for the 10 most common passwords. Some of them trying to be smart, put a 1 behind the ‘password’ (which means ‘password1′) and pray that the hackers are not as smart as them to come up with such an ‘ingenious’ idea.

The problem with using the same password is that once someone finds out your password, all your accounts become instantly accessible by third party. If someone cracks into your Amazon.com or Paypal account that contains your credit card information, the result is going to be devastating.

How can I remember so many passwords?

Continue reading …

Popularity: 3% [?]