Archive for August, 2008

Polar Bear from RG Studio

Watch it once when in STIKOM. I remembered how loud I laugh back then. Enjoy this video!

Recover Lost Gnome’s Window/Task List Panel

One member of id-ubuntu mailing list asked a question, “How to recover a lost minimized window in gnome?”. If you have the same problem, here’s how to recover it:

Right click on an empty space on your top panel. (It’s where Applications, Places, System, and Tray Icon reside)
Select Add to Panel…
Add to Panel window will shown. [...]

Using Geany’s VTE

As a PHP programmer and a linux user, I use shell a lot. You may asked, Why did PHP programmer need shell?. Well, I do use PHP, but most of it isn’t for HTML coding. It’s utilities for my job. Let’s say, I depend a lot on PHP-CLI. My job involve, edit script, run it, [...]

Clever Use of Alias

My friend, Rio has made a tutorial on how to write a bash script that use our own mother language.
So, instead of using this snippet:

echo -e "\n——– CONTOH PERULANGAN ———"
for (( i=1; i<=5; i++ ))
do
echo -n "$i "
done

We’ll do it this way:

cetak -e "\n——– CONTOH PERULANGAN ———"
untuk (( i=1; i<=5; i++ ))
lakukan
[...]

Physics, I love them

Though, I got 6 or 7 for physics. I always love to watch how it’s visualized or implemented!. Here’s a couple physics video.

PLN: Current Status

Bidang Operasi Sistem P3B – Untuk anda yang ingin tahu status pasokan listrik PLN saat ini dan prakiraan kemampuan hari ini secara global untuk wilayah jawa bali.

Using Bash’s Command History

Are you a linux user? do you frequently use BASH shell? If yes, then here’s some bash trick you could use to raise your productivity.
First trick is, the use of CTRL+R. You can search your history using this shortcut.
Just type the command you want and press ENTER when you found it, or press right arrow [...]

Please… Don’t Send Me To Spam Folder

Seems like new feature that isn’t announced yet by google mail team. *Captured today*.

Add Emblem To File or Directory via Nautilus

Having so many folder on my home directory makes me need some way to distinguish it. Yes, directory name could to that. But, I need something more, some sign or emblem to be embedded within the directory images. Here’s the plus value of nautilus came. Nautilus has a built-in support for adding emblem. To add [...]

GPlurk – Simple Plurk Client

Since day one I use plurk, I always though it would be great if I don’t have to open firefox only to plurk. Because it would consume more memory. I remembered that gambas has webbrowser component in it. So, I give it a try. Today, I’m ready to release it.
This project is hosted on google [...]