:: if you never try you never know ::

software development and best practice

Category Archives: Configuration

Running Java Applications as a Linux Service

Overview Sometimes application have the need to run java application as Linux Service. Aplicatioin needs to start, stop, restart easily. In traditional method, I usually run java application using command line java -jar applicationame when I need to restart the application, I will do: – Find process ID of the application started before – Kill [...]

Sending Gmail Email Using CodeIgniter

I have try some library of CI framework. One of them is Email Library. With this library we can send email easily.  This is the script.

Setting Virtual Host In XAMPP

I have try a little bit experiment in setting up virtual host in XAMPP. By default, domain name of apache server is localhost. when we using virtual host, we can set up multiple domain name in apache server. Supposed You want to set up http://adisembiring.com, http://sembiringadi.com, http://forum.adisembiring.com and etc. How to configure apache in xampp [...]

Follow

Get every new post delivered to your Inbox.