Month: August 2016

How to create an autostart script in Linux (Red Hat / CentOS / Fedora)

How to create an auto start script in Linux (Red Hat / CentOS / Fedora): Option 1: Use chkconfig script to run /etc/init.d/… Create a script and place in /etc/init.d (e.g /etc/init.d/myscript). The script should have the following format: #!/bin/bash # chkconfig: 2345 20 80 # Source function library. . /etc/init.d/functions start() { # code to start app …

How to create an autostart script in Linux (Red Hat / CentOS / Fedora) Read More »

Description about My VMware Home Lab in MacBook Pro

I just want to write this, as a personal note for me. Since I always forget when someone ask me this question about my Personal VMware Home Lab that I used to do some researches on-premise. As described earlier in this post: http://bicarait.com/2015/09/12/penjelasan-mengenai-my-computer-home-lab-untuk-vmware-technology/ Currently I am adding another Home Lab for my research and demo to …

Description about My VMware Home Lab in MacBook Pro Read More »