Archive for July 2008

Install PHP POS (Software kasir) di Ubuntu

1. Install LAMP Server system > administration > sypnatic package manajer > edit > mark packages by task… > tandai LAMP server > ok > apply berhasil install LAMP2. Masuk ke terminal$ sudo /etc/init.d/apache2 start$ sudo /etc/init.d/mysql start$ mysql -h localhost -p -u root Ketika diminta password tekan saja enter. Secara default, root pada MySQL tidak memiliki password. Catatan: root di MySQL berbeda dengan root di sistem Linux.mysql> create database pos;Query OK, 1 row [...]

How to load GD extension in Joomla

I had a similar problem installing Expose4 into Joomla and it reported 'GD extension unavailable' ... eventually solved it with the advice posted below:Install GD support php5-gd in Ubuntu--------------------------------------------Just type following command to install this module:$ sudo apt-get install php5-gdRestart Apache# sudo /etc/init.d/apache2 restartAnd then Restart Wind [...]

Pengganti WinRar di Linux

Untuk distro lain, perintahnya begini :Debian Linux Code: # apt-get install unrar Fedora core Linux Code: # yum install unrar FreeBSD Code: # pkg_add -v -r unrar Jika misalnya belum jalan, bisa memakai cara manual yakni mendowload paket binary nya dari rarlab site. cd /tmp$ wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz Ekstrak [...]

Menampilkan gambar di grub Ubuntu

GRUB yang merupakan singkatan dari GRand Unified Bootloader adalah boot loader berlisensi GPL yang bertujuan untuk menyediakan sebuah antar muka proses booting sistem operasi di lingkungan x86. Di Ubuntu, GRUB merupakan bootloader default. Ketika selesai melakukan instalasi distro Ubuntu, dan melakukan reboot maka setelah POST (Power On Self Test) akan ditampilkan beberapa pilihan sistem operasi yang dapat di-boot, berlatar hitam dan terdapat beberapa tulisan yang menunjukkan OS [...]

Canon IP 1880 for Ubuntu

I just opened the Canon PIXMA iP1880 bought it about 2 months ago. I never use it as laser jet printer is always ready in the office :-)This morning my wife ask me to print my kid's photo, that is the reason I open it.I've tried googling to find if somebody have installed it in Ubuntu Feisty, but no luck. The current driver provided by Canon are only for OpenSuse and Fedora, but it's good at least they made the linux driver.First step installation, download the files from canon server :Go to http://www.canon-asia.com/index.jsp?fuseaction=support&prod_type=bj&country=SGselect [...]

Install Joomla di Ubuntu

1. instalasi LAMP system > administration > sypnatic package manajer > edit > mark packages by task… > tandai LAMP server > ok > apply berhasil install LAMP 2. masuk ke terminal ubuntu@ubuntu:~$ sudo -i Password: root@ubuntu:/home/ubuntu# cd /var/www root@ubuntu:/var/www# mkdir joomla root@ubuntu:/home/ubuntu/Desktop# tar -xzvf Joomla_1.5.3-Stable-Full_Package.tar.gz -C /var/www/joomla root@ubuntu:/var/www# chmod 777 -R joomla berhasil instalasi joomla 1.5.3 di ubuntu 7.10 [...]