
Deploy Aplikasi PHP Sederhana ke Heroku
Deploy Aplikasi PHP Sederhana ke Heroku Buat akun Heroku Sebelum mendeploy aplikasi ke heroku kita harus membuat akun terlebih dahulu. ini adalah link untuk mendaftar ke heroku https://signup.hero...

Deploy Aplikasi PHP Sederhana ke Heroku Buat akun Heroku Sebelum mendeploy aplikasi ke heroku kita harus membuat akun terlebih dahulu. ini adalah link untuk mendaftar ke heroku https://signup.hero...
Docker can build images automatically by reading the instructions from a Dockerfile. A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble...
What is Docker ? Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containers. The use of Linux containers to deploy applications is called containeri...
Awal nya ini terjadi pada linux saya setelah beberapa kali mengalami crash pada hardisk yang terkadang sering tidak terbaca. Meskipun kadang sempat kesal kenapa hal itu bisa terjadi, kemudian saya ...
Matikan service mysql $ sudo /etc/init.d/mysql stop Jalankan safe mode di mariadb untuk masuk kedalam database tanpa menggunakan password $ sudo mysqld_safe --skip-grant-ta...
Edit Grub Menu with press “e” Find the line “linux” and add script below at the end of that line rw init=/bin/bash Mount with to see read/write flags ...
Okee.. then Connect a USB keyboard in there, or get into the machine using ssh. Open a terminal, and run xev. It will show some stuff on screen (too much stuff, but don’t worry). You will notice ...
Previously You check in terminal $ lspci | grep BCM 04:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01) If yes,continue to process this Remove the BCM dri...
Install Apache $ sudo apt-get install apache2 Install php $ sudo apt-get install php5 libapache2-mod-php5 You can save the content in a file phpinfo.php and place...