Archive for the ‘IT Anak Rumahan’

Di Mana Posisi GNU?

Post in IT Anak Rumahan On Monday 21 December 2009

gnuJika orang bertanya, di mana posisi GNU dalam berbagai rilis distro? Ketika orang ramai-ramai meremehkan posisi GNU dalam sistem distro Linux. Apa kontribusi GNU selain compiler classic mereka (gcc) pada berbagai distro Linux? Firefox dibuat oleh Mozilla Foundatrion, OpenOffice dibuat oleh Novel Netware, Ubuntu dikembangkan oleh Canonical, dan lain sebagainya. Anggapan ini sungguh salah besar.

( More … )

Kebebasan yang Benar-benar Bebas

Post in IT Anak Rumahan On Tuesday 17 November 2009

stallman

Anda pasti cukup familiar dengan berbagai aplikasi seperti Mozilla Firefox, internet messenger Pidgin, office suit Open Office Org, FTP client Filezilla, bloging platform WordPress, CMS Joomla, dan lainnya. Jika Anda rajin menggunakan aplikasi-aplikasi tersebut, Anda pasti mengenal dengan baik lisensi aplikasi GPL. Lisensi GPL ini akan ditampilkan ketika pertama kali menginstall aplikasi tersebut di komputer. Biasanya, jarang ada orang yang mau membacanya :lol: (langsung pencet accept > next > next > next > finish). Well, siapakah orang edan di balik lisensi GPL yang biasanya gratis tersebut? Dia adalah Richard M Stallman (RMS). Seorang hacker yang bercita-cita membuat sistem operasi berikut program-program di dalamnya yang ‘bebas’ dan dapat dipergunakan oleh siapa saja (gratis adalah salah satu dampak tidak langsungnya). Dia adalah founder sekaligus presiden Free Software Foundation (FSF).

( More … )

Making a Looks-like Website with WordPress

Post in IT Anak Rumahan On Monday 24 August 2009

The first CMS I know is WordPress. That’s why I’m in love with this CMS. With this CMS, I can make a website. People rather to use Joomla CMS for making a website, but I prefers to choose WordPress (because I love it).

How to make a website with WordPress, meanwhile WordPress it self is only a blogging platform? Well, we must knowing the website principle character (sotoy mode ON). Usually, I tweak my WordPress site with this step.

  1. Do not use personal themes on your site, that’s really native blogging. Use the elegant one.
  2. Make a static page as your front page site. Sticky function on WordPress is great way to do this.
  3. A blog usually have a long front page. Avoid using a long page style.
  4. Delete your comment function on your themes. I believe a website did not need comment form, except for journaling section.
  5. Add a favicon into your site (people will think that’s professional)

Using a WordPress as a site have many benefit. (1) If you developing somebody’s site, I believe your client need a simple way to update their site. With WordPress, they can simply do that, (2) Automatic update built-in feature making easy job for developer to securing their sites, (3) With WordPress, managing company brand on internet is easy. With all-in-one SEO pack plugin, WordPress is a great CMS for tweaking your company SEO, (4) Etc.

If you asking where’s my WordPress site, you can see one of those in here. I believe you have another opinion about this. I’m a just a newbie who love to learn. You can share it by leaving some comment bellow.

Extending Battery Duration on Ubuntu Jaunty

Post in IT Anak Rumahan On Thursday 20 August 2009

I admit that Ubuntu Jaunty running well on my Compaq CQ40-337TU, except a small problem for sound device (already fixed). All devices work properly, VGA with 3D effects, WiFi device, webcam, optical drive, synaptic pointer, etc. But I notice one thing, the battery consumption with Jaunty is very bad.

I search in “Mbah Google” about this problem, and found many solution to extending battery life duration.

  • Adjust your desktop appearance without sophisticated effect (include 3d effect, which also have a same problem on Vista). This effect is cool, but it consuming too much electricity on VGA card.
  • Decreasing your display brightness into lowest level. I can still have a clear view on laptop LCD using the lowest level brightness.
  • Adjust CPU voltage into power save mode. If you hate to edit any script configuration, you can install kpowersave to easily adjust this configuration (monitor brightness also can be adjusted with this tools). Put kpowersave to always run when Ubuntu started first time.
  • Install powertop apps. This app will suggest you about the best way to lowering voltage consumption based on your hardware usage.

After doing those tweak, I got 3 hour battery life (before doing it, I only got 2 hour). Kpowersave and powertop are available on Ubuntu repository. Btw, Ubuntu has it default power management tools (gnome power manager), so I disabling it before installing kpowersave. I prefers to choose kpowersave since it had more integrated configuration setting.

I’m waiting for your response. Please give me another suggestion to tweak battery consumption on Linux, I still find another great way about doing this. Go green Indonesia.

_______
Tulisan ini dibuat untuk menyukseskan Lomba Blog Open Source P2I-LIPI dan Seminar Open Source P2I-LIPI 2009.

Install Google Earth on Ubuntu 9.04 (Jaunty)

Post in Download, IT Anak Rumahan On Monday 20 July 2009

This is the mirror file for Google Earth Linux, which you can freely download at Indowebster (Indonesian server mirror download). Google has been released Google Earth for Linux platform (now was reach version 5). Usually people using Wine to install Google Earth for Windows on Linux machine.

1
http://www.indowebster.com/Google_Earth_5_Linux_standard_edition.html

To installing it, download the program from link which I provide (or you can go to official site to always get the latest version). Use terminal and move to your downloaded program directory (a folder where you put the downloaded file). There will be contain a file named “GoogleEarthLinux.bin”.

Type this on terminal

1
sudo su

You’ll be prompted to enter your root password. Then type this:

1
sh GoogleEarthLinux.bin

Next, the rest of the install is self explanatory. You’ll be prompted to choose installation directory. Just click “begin install” to continuing it at default directory.

google-earth

Other way to install it you can check this link.