Archive for the 'Linux' Category

Install ZendOptimizer on Ubuntu 10.04

Secara default Ubuntu 10.04 terinstal php versi 5.3.x, sedangkan sampai saat tulisan ini dibuat ZendOptimizer yang terbaru versi 3.3.9 support sampai php 5.2.x. Salah satu solusi agar ZendOptimizer bisa terinstal, adalah dengan men-downgrade versi php nya menjadi 5.2.x, caranya:

18 October 2011 at 15:50 - Comments
Hm...ada artikel yang tidak berbau linux gak ya ^_^
31 October 11 at 22:06
semakin mantabs aja nih..salut ^_^
13 November 11 at 20:16

Install Fantastico on CPanel/WHM Accelerate2

1. Login via SSH to your server and enter following commands: root@hosting# cd /usr/local/cpanel/whostmgr/docroot/cgi root@hosting [/usr/local/cpanel/whostmgr/docroot/cgi]# wget http://www.netenberg.com/files/free/fantastico_whm_admin.tgz root@hosting [/usr/local/cpanel/whostmgr/docroot/cgi]# tar -xzpf fantastico_whm_admin.tgz root@hosting [/usr/local/cpanel/whostmgr/docroot/cgi]# rm -rf fantastico_whm_admin.tgz root@hosting [/usr/local/cpanel/whostmgr/docroot/cgi]#  chown  -R root:root addon_fantastico.cgi 2. Now go to WHM, login as root and follow the link Plugins -> Fantastico De Luxe WHM Admin. One need to complete the installation by following [...]

12 February 2011 at 22:08 - Comments

Open mysql port 3306 on Ubuntu

Buka terminal/konsol adnan:~# vim /etc/mysql/my.cnf Cari baris yang seperti ini: bind-address =127.0.0.1 Matikan dengan memberi tanda # sehingga menjadi #bind-address =127.0.0.1 Restart mysql adnan:~# /etc/init.d/mysql restart Buka port 3306 adnan:~# iptables -A INPUT -i eth0 -p tcp -m tcp –dport 3306 -j ACCEPT Cek untuk memastikan port 3306 sudah terbuka adnan:~#  netstat -ntulp

11 August 2010 at 15:54 - Comments
Terima Kasih atas Info nya sangat membantu sekali...... Sekali lagi terima kasih buaaaanyakkkk thank's
1 November 11 at 16:45
Nice info bro!
21 December 11 at 15:29

Install LAMP on Ubuntu 10.04

Install LAMP

Masuk terminal sebagai root ketik # apt-get install lamp-server^

Tanda “^” harus diketik, jika tidak maka perintah tersebut tidak akan jalan. Install PhpMyadmin

Masuk console sebagai root Ketik # apt-get install phpmyadmin

2 August 2010 at 13:06 - Comments
sipp.. :)
21 August 10 at 01:33

Recover root password Linux Ubuntu

Some Linux distribution, such as Ubuntu for instance, offer a specific boot menu entry where it is stated “Recovery Mode” or “Single-User Mode“. If this is your case, selecting this menu entry will boot your machine into single user mode, you can carry on with the next part. If not, you [...]

6 May 2010 at 13:46 - Comments