Using vagrant to setup multiple virtual machine
This is another post about using Vagrant to set up development environment in your local machine. Please consider to read previous post about setup vagrant for one VM.
»This is another post about using Vagrant to set up development environment in your local machine. Please consider to read previous post about setup vagrant for one VM.
»In DEBIAN, when we want to add new start up item, we create new script file in /etc/init.d and using update-rc.d to add it. But in Mac OSX, there is not /etc/init.d and update-rc.d anymore.
»It ’s so inconvenience when everytime you want to access psql
, you
need to enter your so long password
Today, i learnt how to remove this step by using environment variable
PGPASSWORD
This article is some TIL about setting up timezone in Debian server
»This article, I want to shared what I learn when install a virtual host for NGINX in an Debian server.
»