Posts Tagged ‘linux’

Understanding /etc/fstab

Tuesday, January 6th, 2009

Since firstly Ubuntu installed on my notebook, which is version 7.04 (Feisty Fawn) till now 8.10 (Intrepid Ibex), i’ve confused about my partitions access. Some of them can accessed read-only and some of them can accessed fully. After searching Linux tutorial on google, finally I’ve found about fstab. Fstab is is a configuration file that contains information of all the partitions and storage devices in your computer and how storage should be mounted. The file is located under /etc, so the full path to this file is /etc/fstab.

(more…)

SSL: Register to CA to get Signed Certificate

Friday, November 21st, 2008

Continuing from previous post about Generate CSR and Private Key, the third step is request a Certificate from CA and then install its to the our server. For the example, I will request a certificate from COMODO. Open the COMODO’s site, then click “Get It Free Now!” button.

0

(more…)

Aplikasi GWT-Ext dengan Eclipse

Saturday, August 2nd, 2008

Setelah kmaren nulis tentang GWT-Ext, sekarang waktunya berbagi tentang bagaimana cara pengembangan aplikasi GWT-Ext secara sederhana dengan bantuan IDE Eclipse. Btw udah pada ngerti kan eclipse?? kalo misal masih ada yang belom ngerti, silahkan kunjungi situs resminya di sini. Oke, sebelum proses installasi dimulai, ada beberapa requirements yang dibutuhkan agar kita bisa melakukan development aplikasi GWT-Ext menggunakan Eclipse, antara lain:

(more…)

Restoring your GRUB boot loader

Friday, May 2nd, 2008

It’s can happen to us if we install two operating systems in our PC or Notebook, like Windows and Linux. When we install new Windows Operating System after our existing Linux, Linux GRUB boot loader is missing. But actually it is not lost, but just undefined on MBR. So we must re-defined it.

(more…)

SSH Tunneling on Linux

Monday, April 14th, 2008

Hi all…, meet me again.

Here right now, I don’t want to tell you about how to make SSH Tunneling on Linux because I think (also you think) it is just an old story. But, I just make some note about SSH Tunneling about how to make it, and how its can me an ease work.

(more…)