Saturday, May 30, 2009

Install HP Proliant ML 110 G4

Setelah kmarin beberapa hari bingung install HP ml 110 g4, akhirnya bisa di install juga. Browsing ke website nya HP solusinya tetep yaitu harus make eksternal flopy yang pake usb karena di dalam ga ada flopy soketnya. Produk yang aneh, di kompinya ga ada flopy disknya dan ga ada soket flopy nya, jadi harus beli sendiri usb flopy.

Gejala G4 ini klo di install Hardisknya ga langsung kedetect karena minta driver, (sas, sata apa scsi) saya bingung dengan teknologi ini, pokoknya ga langsung kedetect karena minta driver :P dan driver ini harus load via flopy ketika install pres F6 (saya install pake windows 2003 server SE), klo pake linux saya coba install ubuntu desktop 8.10 tetep ga jalan :(.

Setelah browsing akirnya ada solusi yang perlu di coba yaitu menggunakan nlite, guna software ini untuk menyisipkan driver windows, softwarenya bisa di download di sini http://www.nliteos.com/download.html dan tutorial lengkapnya di
http://komku.blogspot.com/2007/11/integrate-driver-into-windows.html

..: semoga bermanfaat :..



Monday, May 18, 2009

Jaunty Jackalope

Uwh setelah lama akirnya ngeblog lagi, he..he..
setelah jaunty rilis akirnya saya sempet menikmati ke imutanya, dan lumayanlah buat orang yang males kayak saya. Dari pengguna slackware sekarang make ubuntu oi.. karena saya males. :( kapan saya membuang sifat buruk ini.

Sunday, May 03, 2009

Install Lamp ubuntu 8.10

To Install Lamp on Ubuntu 8.10 we need to install Apache, MySQL and PHP first. to install we follow these steps:

Masuk Terminal

sudo su

apt-get install apache2


Test after installed apache on the browser type favored us with "http://localhost/" in the address bar, after a successful install of PHP by type

apt-get install php5 libapache2-mod-php5


To be compatible PHP, PHP restart with the command

/etc/init.d/apache2 restart


Then test your browser with mengetikan http://localhost/testphp.php in the browser address bar.

Install Mysqlserver using the command in terminal

apt-get install mysql-server


Run mysql by type

mysql -u root -p

Enter your root password, and then install the next packet with the command

apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin

after installed, PHP should work with MySQL to edit php.ini to change the (;). ; = mysql.so extension with extension = mysql.so using

gedit /etc/php5/apache2/php.ini

now restart apache using the command

/etc/init.d/apache2 restart

sumber:http://minez-inspirate.blogspot.com/2008/12/install-n-konfigurasi-lamp-di-ubuntu.html