Category Archives: Tutorial

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

Disable Menu Remote Mysql di cPanel

Umumnya ketika koneksi remote mysql dinonaktifkan, di cpanel masih muncul menu remote mysql. Untuk mendisable menu Remote MySQL, asumsi menggunakan theme paper_lantern, silakan edit file /usr/local/cpanel/base/frontend/paper_lantern/dynamicui/dynamicui_hide_icon.conf tambahkan item file=>remote_mysql,skipobj=>1

MySQL Tuning and Optimization

MySQL is a powerful open-source database. With more and more database driven applications, people have been pushing MySQL to its limits. Here are some tips for tuning and optimizing your MySQL install. Some tips are specific to the environment they are installed on, but the concepts are universal. MySQL Server Hardware and OS Tuning: 1.… Read More »