Setting Up Mercurial for Netbeans Project

In software development, version control system (VCS) hold an important role. Especially when the project is collaborated by many programmers. Besides to keep tracks of changes, version control could helps handle task distribution and later project integration from the programmers. Basically, there are two flavors of version control system: centralized …

Browse Anonymously with Tor

Universities or companies tend to have a very strict Internet access policy. They usually deployed a proxy server to filter and denied access to some websites that they thought could be dangerous to them. Sometimes they just block access to several social networking sites or certain email providers to restrain …

Once Upon a Theme

When this blog was created for the first time, I used free themes available on any sites. As time goes by, I want this blog to have some personal touch. So I learned to create my own WordPress theme. I created some themes and install it on this blog. Some …

Crunchbang Statler 10: First Look

I was excited when Canonical decided to remodel Ubuntu’s interface with Unity shell. I spent some times installed it and configured it. …

Running Hadoop Cluster in Netbeans

In the development phase of Hadoop MapReduce program, you will be involved with testing your program on a real cluster with small …

Quickly Switching Hadoop Mode

The Three Modes of Hadoop As you may already knew, we can configure and use Hadoop in three modes. These modes are: …