Senin, 30 Juli 2012

Install LAMP di Debian 6

Tutorial singkat untuk inget-inget kalo mau install LAMP+PHPMyadmin di Debian 6

# apt-get install apache2 php5 libapache2-mod-php5
# apt-get install mysql-server mysql-client php5-mysql
# apt-get install phpmyadmin
# /etc/init.d/apache2 restart

 sumber

Rabu, 18 Juli 2012

X/Lubuntu 12.04 LTS

Hehehe....... yang ditunggu dah release, cara install silahkan googling. Terpaksa install X/Lubuntu, karena kernelnya non-PAE karena laptop kagak mendukung.

cat /proc/cpuinfo

processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : Intel(R) Pentium(R) M processor 1.70GHz
stepping : 6
microcode : 0x17
cpu MHz : 1700.000
cache size : 2048 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr mce cx8 apic mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe up bts est tm2
bogomips : 3391.75
clflush size : 64
cache_alignment : 64
address sizes : 32 bits physical, 32 bits virtual
power management :


lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
06:05.0 Ethernet controller: Atheros Communications Inc. AR2413/AR2414 Wireless Network Adapter [AR5005G(S) 802.11bg] (rev 01)
06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
06:09.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)


Tidak Bisa Masuk Ubuntu Setelah Install OpenSuse 12.1


Mulai nulis lagi, hehehe...

Lumayan keder juga, biasa pake ubuntu mau nyoba-nyoba install openSuse. Kalo gak nyoba kagak bakal dapet ilmu ngoprek-ngoprek.

Masalahnya adalah di menu grub openSuse hanya ada pilihan Linux Other (yang saya kira openSuse membacanya sebagai ubuntu 12.04), setelah dipilih malah terjadi error (tidak ditemukan) yg mengakibatkan si ubuntu tidak dapat boot.

Muter kesana kemari akhirnya mendapatkan solusinya di sini

Bukan menu.lst pada openSuse yang berada di /boot/grub. Kemudian tambahkan
title Ubuntu-12.04
root (hd0,5) ##letak ubuntu
kernel /boot/grub/core.img
#savedefault
#boot

Kemudian reboot openSuse anda. Selamat ubuntu anda sudah bisa diakses lagi.