Category Archives: Referensi

Mengubah range setting konfigurasi php

Di dalam php selector user bisa mengubah nilai setting  konfigurasi php. Misal untuk mengubah memory_limit bisa dipilih nilai dari 64M s.d 256M. Tetapi adakalanya range nilai yang disediakan tidak memenuhi kebutuhan user, misal user menginginkan 512M tetapi pilihan yang tersedia hanya sampai 256M. Untuk itu bisa dilakukan editing file /etc/cl.selector/php.conf dan mengubah range nilai sesuai… Read More »

Default permission/ownership pada folder di akun cpanel

cPanel / WHM adalah salah satu control panel hosting linux paling populer di industri webhosting. Anda harus memiliki pengetahuan dasar ini, jika Anda harus mengelola akun cPanel. Semua folder di akun cPanel memiliki permission/ownership yang telah ditentukan. Jika ada perubahan pada permission/ownership ini, dapat menyebabkan web site anda berhenti berfungsi normal. Home directory Home directory… Read More »

Tuning sysctl.conf on CentOS 7

Sysctl lets the user fine tune the kernel without having to rebuild the kernel. It also will apply the changes immediately, thus the server won’t have to be rebooted for changes to take effect. To make the changes permanent, you will have to add these values to a configuration file. Use the configuration file CentOS provides… Read More »