Archive for the 'Linux' Category

exim cPanel: ** [435 Unable to authenticate at present != 2]

cd /var/cpanel/serviceauth/ rm -rf exim /scripts/upcp –force wget -O /scripts/buildeximconf \http://httpupdate.cpanel.net/autofixer/buildeximconf chmod 700 /scripts/buildeximconf /scripts/buildeximconf /scripts/restartsrv_exim add to /etc/rc.conf exim_enable=”YES” sendmail_submit_enable=”NO” restart service cpanel restart service exim restart

8 February 2012 at 01:03 - Comments
coding diatas buat cpanel ya bang?..bisa kasih tahu gak fungsinya apa? tq
22 February 12 at 19:23
control D dululah...biar ga nyasar lagi..hehehe
22 February 12 at 19:32

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