Install Phpmyadmin on Ubuntu Date Posted:23-05-2017 Phpmyadmin is a opensource php application to manage database through web browser. We can create database, users, manage database tables, granting privileges and much more operation through browsers. We will explain on how to install phpmyadmin on Ubuntu host. Prerequisites: This post assumes that Ubuntu… Continue Reading Install Phpmyadmin on Ubuntu

Install Apache with php-fpm on Ubuntu 16 Date Posted:03-05-2016 Php-fpm is a FastCGI Process Manager which is faster to serve php when compared to mod_php. In this post, we will explain on how to install Apache with php-fpm on Ubuntu 16 host. Implementation: Let’s Start with apache2 installation. apt-get install… Continue Reading Install Apache with php-fpm on Ubuntu 16

Install Tomcat server on Ubuntu 16 Date Posted:05-04-2016 Tomcat is a webserver used to deploy java application. We will install tomcat server 8 version and java 1.8 version on Ubuntu Host. Implementation: Before installing tomcat or java, we will perform system upgrades on host. apt-get update apt-get upgrade Install tomcat8… Continue Reading Install Tomcat server on Ubuntu 16

Enable mod rewrite module on Apache 2.4 Date Posted:01-04-2017 Mod rewrite is an essential module for .htaccess rules to work on apache server. Follow the below post incase apache is not installed on host. Install Apache 2.4 on Ubuntu Implementation: Login to the server as root. Execute the below command to enable the… Continue Reading Enable mod rewrite module on Apache 2.4 Ubuntu

Date Posted: EFS is a aws service which is similar to NFS service where we can add a single disk across multiple servers. The advantage of using EFS is we dont have to worry about data storage. Limitation: EFS has a limited to few regions as of now and it… Continue Reading Working with EFS (Elastic File System)

Date Posted:13-03-2017 Ajenti is a open source control panel which works with java. The beauty of the control panel is it will auto discover the application and display it on the control panel. It also has option to install services in it. Assumption: Ubuntu Host. In this post, we use… Continue Reading Install Ajenti Control Panel

Date Posted:11-03-2017 In this post, we deals with how to redirect all non www request to www request. If nginx is not installed, follow the posts. Ubuntu 16.04 Centos 7 Implementation: If you followed the above posts, the default location of nginx configuration is /etc/nginx/sites-enabled/default. Open nginx configuration and add the… Continue Reading Redirect non www request to www nginx

Date Posted: 28-02-2017 NFS(Network File system) used to mount remote files to the server. In this post, we will cover up on how to setup NFS server and mount the NFS directory to the client server. Assumption: 1.  Ubuntu Server. One server is Ubuntu Server used for NFS server and… Continue Reading Setup NFS server and configure NFS mount point on Ubuntu

Date Posted:25-02-2017 Assumption: Ubuntu Server Any custom Service. In our example, we will forward the port 8080 request to other server. We are gonna explain on how to install haproxy on Ubuntu server. Additionally, we will show up on how to configure service which forwards a requests from haproxy to… Continue Reading Install haproxy and configure haproxy

Date Posted:12-02-2017 Redis is a in memory cache used as database cache, database to serve the page faster. We are not going to deal with how the application works, usage,etc., Refer redis official documentation to get to know the use case,etc., Prerequisites: Ubuntu 16 Nginx webserver Php If webserver or… Continue Reading Enable redis module on php – nginx webserver