I am one of the Ubuntu big fans. I used to used Windows XP in most of the time. But after i tried Ubuntu, i knew i won't change to other OS again. It is easy to use, many community support, and nearly don't have any hard time using it.And now Ubuntu 9.04 with code name Jaunty is almost release. 13 days more when i write this article. So what's new in Ubuntu 9.04? What make it's worthy to wait for?Using the New GNOME Desktop 2.26 (the latest) including:brasero, developed by … Read more...

[Tips] Capture Screen in Mozilla
Today i got a task from my friend to capture some of data from the web. As usual i was using PrintScreen command and save it as JPEG. But it takes me ages to capture all of the data from the screen, because i need to scroll down and capture, scroll down again and capture. After all of data captured, i need to merge all of the image file into one long image file. It was so frustrating :(Then i got an idea, probably there were some plugins or tools in Mozilla to capture web as an image. After … Read more...

[Tutorial] Groovy and Grails Part 1 – Introduction
What is Groovy? What is Grails? For those who don't know about Groovy and Grails, you are lucky because i'm about to explain Groovy and Grails and how powerful they are in Web Application Technology. Also i will give you some example to help you to understand and start using it!"Groovy is a relatively new dynamic language that can either be interpreted or compiled and is designed specifically for the Java platform." (Beginning Groovy and Grails From Novice To Professional Apress). Groovy … Read more...

[HowTo] Radio Streaming Server in Ubuntu Using IceCast2
I want to share how to make Linux Ubuntu as radio streaming server with IceCast2. And in client you can use Winamp with SHOUTcast plugin to broadcast your song playlist.So, how we start? I assumed you already know how to use Ubuntu and use Linux Shell. Okay let's start now:Open ubuntu shell and type: Afterwards, edit icecast.xml with this command: Change the passwords in the...section, The source-password is the password that Ices2 or SHOUTcast will later on use to connect to … Read more...

[TIPS] ALT-TAB Make Ubuntu Freezes
If you found your Ubuntu frozen after press ALT-TAB for Application Switcher from Compiz feature, you can follow this steps to fix it:Open Compiz Configuration Uncheck the Reflection checkbox And you don't have problem with Application Switcher anymoreI thinks this is consider as a bug in Compiz. Let's hope that they can fix it in later release. Thanks for reading and don't forget to leave any comments … Read more...

[HowTo]Turn Off Directory Listing in Apache Web Server
Today i found that my web server doesn't make Directory Listing by default. And this can be a vulnerable for WordPress since wp-content directory can be exploit. So test your blog, if your web server doesn't turn off the directory listing by default please follow this steps (only works for Apache web server):Create or Edit existing .htaccess Add this code there: Options -Indexes Save and close .htaccess file Test It!That step will turn off the Directory Listing. Thank you for … Read more...

Simple Create Order module – Zen cart
I have created a simple module in zen-cart. This module called Simple Create Order v1.0. I created this module because i can't find any module for create order from the admin back end.After did some search on google and looking in Zen-Cart forum. I found that there are 2 modules related to mine: those are super order 2.0 and edit order v1.5.3.I thought i can use super order 2.0, but i did found that the developer of this module discontinued the project and there are many bugs and many … Read more...