Thursday, November 29, 2007

The most expensive coffee in the world

You may think that the most expensive coffee in the world is from South America countries. It's wrong. It's from Sumatra island, Indonesia. According to http://most-expensive.net/coffee-in-world , the price of the coffee is $600/pound and up to $50 per cup. Sumatra is one of the most fertile islands in Indonesia that not only produces coffee, but also rubber, cacao, etc.

Thursday, November 22, 2007

Recreating Swap Partition for Ubuntu Linux

If you happened to forget to create swap partition or you want to change your swap partition size for your Ubuntu linux, don't worry. You can delete it then recreate a new swap partition. Follow this steps (it worked for my system):
1. Boot your system from CD Resque System or GParted Live CD
2. Delete your existing partition
3. Reboot to your Linux system (don't forget to remove the CD from the drive)
4. Make sure you have something like below on your /etc/fstab file:
/dev/hda8 none swap sw 0 0
(where hda8 is your swap partition. If not sure, boot from CD Resque System or GParted Live CD again and see where is your swap partition)
5. Open terminal window then swapoff all of your swap partition then swapon the new swap partition by executing the following commands:
swapoff -a
/sbin/mkswap /dev/hda8
swapon -a
(replace hda8 accordingly)
Then you need to reboot your system.

To check if everything went well, type
free
from your terminal and then try to run some programs such as openoffice and gimp that usually requiers swap to run. Check if swap used has increased. If so, it means swap partition now has been activated.
For further reading you may click link below:

https://help.ubuntu.com/community/SwapFaq

Good luck.

Thursday, November 8, 2007

Laptops for Linux

Which one is the best laptops for linux? As we know that installing Linux (in general) on laptops is not as easy as installing it on desktops. There are several concerns of compatibility, starting from sound problem, wireless, X windows, etc, to mention a few even though there are in general also solutions for those problems.
So which laptop is best for linux? For this, you need to to some googling and find out what others have experience with their laptops. You may google and use for example 'linux on laptop' key words.
You may also visit this links too:
http://www.linlap.com/
or
http://www.linux-laptop.net/

Good luck.

Tuesday, November 6, 2007

Free Ubuntu CD

If you have slow internet connection and you want to try to run (or install Linux) on your computer, you may think of ordering free Ubuntu CD from this site:

https://shipit.ubuntu.com/

The delivery may take a couple or more weeks dependeing on where you live.
I suggest for my Indonesian friends who want to have the CD, just visit that link and order the CD. Along with the CD, you also will receive some nice Ubuntu stickers that can be placed any where you llike.
Have fun with Linux.

Getting money while surfing on internet

You want to get some extra cash while you serfing on the internet, why don't you apply for Google Adsense. It's free and easy. Everything is explained once you open Google Adsense website.
(Kalau mau dapat uang tambahan sambil browsing internet, kenapa tidak daftar saja ke Google Adsense. Semuanya akan dijelaskan di websitenya Google Adsense. Kelihatannya enggak masuk akal ya, tapi bener lho. Spt dijelaskan di websitenya, ini bagian dari kegiatan marketing. Penjual produk akan membayar Google jika produknya dilihat orang. Nah kita bantu Google masang iklannya. Kalau iklan di website kita diklik orang, kita dapat bagian juga. Coba saja dehkan lumayan buat beli kopi.

Monday, November 5, 2007

Numerical Recipies for Programmer

Below is the resource for computer programmer who is looking for some available package for different computer language starting from Fortran 77, Fortran 90, C, C++, etc. Have fun.
http://www.nr.com/

Lowongan CPNS DEPTAN (Vacancy at Deprtment of Agriculture of Indonesia)

Mau ikutan daftar jadi CPNS di DEPTAN RI? Silahkan klik link di bawah ini, semoga Anda termasuk yang beruntung da diterima jadi CPNS Deptan. Anda harus bertekad ketika mendaftar, yaitu ingi jadi pegawai yang jujur, tidak mau ikutan korupsi seperti orang-orang itu.
Selamat!
Below is the link for those who are looking for a job in the Indonesian government. This is only for Indonesian citizen. If you think that you are qualified, you may follow the link below and apply for it. Good luck.
http://gis.deptan.go.id/pegawai/cpns2007/pegawai.htm

Friday, November 2, 2007

krakatoa

Local people call it 'Krakatau' but international community call it 'krakatoa'. Those names refer the same thing, a volcano that recently splashing ash. The volcano is located between Java and Sumatra islands of Indonesia. The one that is recently splashing ash is actually the 'child' of the big Krakatoa volcano. In the late 18th century, the volcano was erupting and causing tsunami. At least 30000 people died because of the eruption. The quake was herd until Australia.

Go Java-ku

If you think of a place to visit for your vacation, Java island is one of the alternative. If you are fond of spicy food, Java offers everything you like.
There are big old Hindu's and Budha's temples, Prambanan dan Borobudur, located in central of Java.
What do you know about Java any way? Coffee, computer program language, or Java the cave man?
Yes, Java is an island that attract people coming to the island. When we look at the history, we see that Dutch, then Japanese came to the island, not as a visitor. They want to occupy the island. After 3.5 generation occupying the island, Dutch has to admit that the island is not theirs. They have to give up and give it back to to the native people. Japanese? Sadly, they were only able to 'stay' in less than 4 years. They gave up after an American pilot dropped atomic bombs on Hiroshima and Nagasaki. Itwas the bloodiest mass killing in the history of planet earth.

Problem of sound on Ubuntu

If you have problem of sound in Ubuntu (or Linux in general), below is the solution:
1. Boot your Ubuntu (or any other Linux distro) at take a look what kind of sound card is installed.
2. Open a terminal window
3. On the terminal window, type
modprobe snd-*
(where * is your sound card identification you saw when boot up).
4. If you want to make the sound permanent, you have to mute the volume before doing step 1-3.
5. Restart your system, hopefully your problem solved.