Install WordPress

  1. Download wordpress di sini.

    # wget http://wordpress.org/latest.zip

  2. Extract file .zip nya.
    Di windows bisa pake winzip atau yg lainnya.
    Di *nix bisa pake command di bawah ini, wordpress-xx adalah nama file wordpress dengan versinya

    # unzip wordpress-xx.zip

  3. Login ke mysql

    # mysql -u root -p
    Enter password:
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 5340 to server version: 3.23.54
    Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

    mysql>

  4. (more…)
Posted in Wordpress. Tags: . No Comments »

Upgrade cPanel

Cara untuk upgrade cPanel ke latest version, cukup jalankan script ini dan tunggu sampai proses selasai.

# /scripts/upcp –force

Kalau sudah, reboot server

# shutdown -r now

Posted in cPanel. No Comments »

Membetulkan module PHP Pecl di cPanel

Di cPanel server, klik di bagian Software -> Module Installers

pecl1

Terus di bagian PHP Pecl, klik Manage

pecl2

(more…)

Posted in cPanel. Tags: , . No Comments »

Install dig di RedHat-based

DiG, adalah Domain information Groper (dari command line ketik dig), adalah tool untuk network troubleshooting. Kalo servernya pakai image VPS, defaultnya dig belum terinstall.
Di RedHat, Centos, Fedora, cara installnya begini :

# yum install bind-utils

Posted in *nix. Tags: . No Comments »