Redis Server

Install Redis on Ubuntu Linux

0
Redis package is supported natively for Ubuntu distribution, so if you want to install Redis, just get straight to it. $ sudo apt-get update $ sudo...
Laravel & nginx

Config for Laravel PHP on nginx server

0
If you've ever wondering how to config Laravel PHP web on nginx server, this post will show you how to do it. Let say your...
PHP Programming Language

Install PHP 7.1 on Ubuntu Linux

0
PHP 7.1 has proved to be the latest stable version for development at the time of this post. If you want to install PHP...
RabbitMQ Server

Some basic config for RabbitMQ after installation

0
After installing RabbitMQ, you might need to do some config for server before using. First is to enable management interface to RabbitMQ. $ sudo rabbitmq-plugins enable...
nginx HTTP Web Server

Serve multiple websites in local development with nginx

0
To enable serving multiple websites in local development with nginx, you will need to config to assign each website with a specific port. Assuming, we...