-
Unix
Application Server as a Service in Unix
Running the Application Server as a service or daemon on the machine ensures that service restart automatically when the machine…
Read More » -
BASH
Adding new machine to rc files sync
Some time ago I wrote a post on linux productivity tools I use. As from time to time I need…
Read More » -
Windows
Cygwin Embedded In Console2 Under Windows 7
I like to use Cygwin for having a bash shell on a windows machine. In combination with Console2 you have…
Read More » -
DevOps
Stop installing Postgres on your laptop : use Docker instead
Tired of managing a full-blown DB server on your development machine ? Let’s give Docker a try! Getting started with…
Read More » -
NGINX
Sticky Session Load Balancer with Nginx
Load balancer distributes incoming requests across multiple computing application servers. It aims to optimize resource use, maximize throughput, minimize response…
Read More » -
BASH
Linux chown Example
1. Introduction In this example, we feature a comprehensive Linux chown Example. We will see how to use the Unix-like system…
Read More »