Damien Oh

Damien Oh is the owner and chief editor of Make Tech Easier

Recent Posts

Move Your Tux: Show your appreciation to Linux (Oops…I mean Linus Torvalds)

When you received a favor from someone, you show your appreciation.

When you love someone, you also show your appreciation.

Now, Linus Torvalds did all of us a favor by releasing that Linux source code in year 1991 and we all love Linux, so how are we going to show our appreciation?

Here’s your chance.

There is currently this crazy challenge named: Move Your Tux. This challenge involves a small real, physical Tux (about 12 or 15cm in height) that will travel around the World from hand to hand and finally end on Linus Torvalds’ desk. The main aim is to show your appreciation to Linus and show the world that Linux is not only a chain of codes, but also a human community.

Here’s How Tux going to travel:

  1. Through the dedicated website, you make contact with an other voluntary
  2. It doesn’t matter if Tux is going 1km or 100, it just have to move, and if it is blocked somewhere, it can just go back and take an other way in others hands.
  3. To ensure the Tux is moving, there is a password system:
    The first one choose a «password», this password must change every third person who have Tux. The one who must change the password have to contact one of the webmaster to define a new password and will have to give the old one, which he will have received with Tux.The passwords will be only free software names.
  4. Each one who had Tux takes a picture of him with it. And indicate to the webmasters where, and when he gave Tux to someone else. And of course gives the picture so we can all see Tux, as we will all miss it…

The Tux’s trip website will be at http://move-your-tux.fr.nf. You can do your share (and show your appreciation) by contributing to the project.

Read the rules here: http://move-your-tux.fr.nf/forum/viewtopic.php?id=1

How To Install Puppy Linux On a USB Flash Drive

puppy-linux-logoAfter 6 months of development, Puppy Linux 4 was finally released in May 2008. Codenamed Dingo, this latest version only takes up 87MB in size and like Damn Small Linux, it can be installed on a USB flash drive, as well as run via the Live CD.

For those who are new to Puppy Linux, it is a lightweight Linux system that is suited for low-end machines, or for users who want a minimal but efficient operating system to do their work. Though it is small in size, it packs a complete suite of application (more than) sufficient for your daily usage.

[Read more...]

10 Must-Have Plugins For Windows Live Writer

Windows Live Writer

I am not a lover of Microsoft (especially Windows), but if there is any application from MS that I love, it has to be Windows Live Writer.

Other than its user-friendliness and great integration with the various blog platforms, the thing that attracts me most is its ability to extend its functions with plugins (that seems to be the trend nowadays). With plenty of useful plugins available at the Windows Live Gallery, I have no doubt that this is the most powerful blog editor around. The ten plugins below are my favorite and in my opinion, a ‘must-have‘ for all WLW lovers.

[Read more...]

Ubuntu Hardy: How To Disable Synaptics Touchpad When Typing

Laptop users will know that the touchpad always get into the way when you are typing. It can be an annoying thing when your mouse cursor keeps running around and inserting words into places where they are not suppose to be. In Ubuntu Hardy, you can fix up this problem by disabling the Synaptics touchpad when you are typing.

[Read more...]

TuxGuitar Finally Released 1.0

tuxguitar For those guitar player, editor, composer who can’t seem to let go of GuitarPro, you now have a great open-source alternative in Linux – TuxGuitar.

TuxGuitar is an open source tab multitrack tablature editor and player that allows you to compose songs with various instruments. After 2 years of testing and development, it has finally reached the 1.0 version milestone. In this stable version, it contains many bugs fix and also a simple GUI that even a beginner can use.

[Read more...]

How To Install Dreamweaver CS3 In Ubuntu Hardy

It would be great if there is a Linux build of the popular Dreamweaver CS3, or that it could be easily installed via WINE. The truth is, none of the above work. There is no Linux version, nor will it work via WINE direct installation. The only way to get it to work is to port it over from a Windows installation.

[Read more...]

How To Extract DAA Files In Ubuntu?

Most often when you download a huge file from a P2P network, it is compressed in the .daa format. When you click on it, you will find that there is no application in Ubuntu that can handle it.

If you are wondering, DAA (Direct-Access-Archive) is actually a proprietary file format created by PowerISO to compress, password protect and to split a huge file to multiple volumes. To decompress a .daa file, you have to use the PowerISO application.

Download PowerISO for Linux

Extract the tar file

cd /usr/bin
sudo tar -xf [path-to-poweriso-tar-file]

To extract .daa file

poweriso extract /input-file.daa / -od /extracted-file-path

Done

Get Your Firefox 3 Today

Download DayAfter much waiting and anticipation, Firefox 3 is officially launched. If you have installed the previous beta and release candidate version, simply run the Update manager (System->Administration->Update Manager) to upgrade to Firefox 3.

For those who have not installed Firefox 3, you can do it by adding the following package to your repository.

gksu gedit /etc/apt/sources.list

Add the following line:

deb http://ppa.launchpad.net/fta/ubuntu hardy main

Save and exit.

sudo apt-get update
sudo apt-get upgrade

Once finished, you should have Firefox 3 running in your Ubuntu.

(Alternatively, if you are patient enough, you can wait for Ubuntu to update their repository. It may take a while)

Is Opera Good Enough For Your Ubuntu Desktop?

While there are tons of news, excitement and hypes over the release of Firefox 3 and how it is going to break the Guiness World record, few have realized that Opera has also released their latest version 9.5. This browser was built with a new browser engine and it contains plenty of useful apps, that hopefully, could steer itself back to the browser race.

opera-browser

Since Firefox 3 is come pre-installed in Ubuntu, I took the opportunity to test out Opera 9.5 and see if it has enough juice to replace Firefox as the default browser in your desktop.

The following are some of the noticeable differences that I observed:

[Read more...]

Easy Way To Schedule And Automate Tasks In Ubuntu

Gnome-schedule is an application that provides an easy way for anyone to schedule (and automate) tasks on their computers. It provides a simple graphical user interface that uses cron and at command to manage the crontab file. Be it scheduling a recurrent task or task that happens only once, Gnome-schedule has no problem in handling it.

gnome-schedule

[Read more...]