Category Archives: Tutorial

Migrasi DA ke cPanel

Sebelum melakukan migrasi pastikan software yg terinstall di kedua server sama atau kompatible. Langkah-langkah berikut dilakukan di server DA: Langkah 1. Buat domain list utk keperluan migrasi wget http://httpupdate.cpanel.net/cpanelsync/transfers_DEVEL/pkgacct/updateuserdomains-universal chmod +x updateuserdomains-universal ./updateuserdomains-universal Langkah 2. download script wget http://httpupdate.cpanel.net/cpanelsync/transfers_DEVEL/pkgacct/pkgacct-da chmod +x pkgacct-da Langkah 3. buat file cpmove dari akun yg akan ditransfer ./pkgacct-da user Langkah… Read More »

Manual Installation of Grub2 Boatloader

GRUB2 is the latest version of GNU GRUB, the GRand Unified Bootloader. A bootloader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel. Normally, GRUB2 will be installed and set up by the installer, Anaconda, during the installation process. You will probably never have to deal… Read More »

OpenVZ Cheatsheet

:: VPS Creation Walkthrough :: Create VPS from template: vzctl create id –ostemplate osname Set VPS to boot on host startup: vzctl set id –onboot yes –save Start VPS for further configuration: vzctl start id Set VPS hostname: vzctl set id –hostname host.domain.com –save