Category Archives: Tutorial

Migrasi akun cPanel ke DirectAdmin

Langkah di server cPanel : 1) Buat cpmove, simpan di folder /home/user_backups /scripts/pkgacct user /home/user_backups 2) Copy cpmoved-user.tar.gz ke server DirectAdmin: scp /home/user_backups/cpmoved-user.tar.gz root@server.directadmin:/home/admin/user_backups/ Kemudian login ke server DirectAdmin: 1) install konverter cpanel_to_da cd /usr/local/directadmin/custombuild ./build update ./build cpanel_to_da

Setting Aplikasi Laravel di VPS Ubuntu 16.04

Asumsi Anda telah menyiapkan server VPS OS Ubuntu 16.04 dengan Apache dan Anda telah menginstal aplikasi Laravel. Dalam tutorial ini kita akan menginstal dan membuat database MySQL dan menghubungkan aplikasi ke sana. Langkah terakhir adalah mengkonfigurasi aplikasi sepenuhnya melalui file .env dan artisan. Apa yang akan kita bahas Pembuatan database MySQL untuk aplikasi Menghubungkan aplikasi… Read More »

How to Use Windows 10’s SSH Client

The built-in SSH client is now enabled by default in Windows 10’s. You can now use the SSH client by running the ssh command. This works in either a PowerShell window or a Command Prompt window, so use whichever you prefer. To quickly open a PowerShell window, right-click the Start button or press Windows+X and choose “Windows PowerShell”… Read More »