Articles by Sanchit Jain Rasiya
-
Web Server Load-Balancing with HAProxy on Ubuntu 14.04
Author: Sanchit Jain Rasiya • Tags: linux, ubuntu, server • Comments: 17HAProxy(High Availability Proxy) is an open-source load-balancer which can load balance any TCP service. HAProxy is a free, very fast and reliable solution that offers load-balancing, high-availability, and proxying for TCP and HTTP-based applications. It is particularly well suited for very high traffic web sites and powers many of the world's most visited ones.
-
How to install the fast and lightweight DNS Server MaraDNS on CentOS 7
Author: Sanchit Jain Rasiya • Tags: linux, centos, dns • Comments: 6MaraDNS is a small, free and lightweight Domain Name Server. It is an alternative open-source DNS server, which acts as a caching, recursive, or authoritative nameserver. It is remarkably easy to configure and available for Linux and Windows platform.
-
How to setup a LAMP development environment in Vagrant
Author: Sanchit Jain Rasiya • Tags: ubuntu, virtualization, virtualbox • Comments: 6In the previous tutorial, we have learned about the basics of Vagrant. In this tutorial, we will move to next level and will learn more about Vagrant and setting up LAMP development environment in Vagrant. To start with, LAMP stands for: Linux (OS/Kernel), Apache (Web Server), MySQL (Database), PHP (Scripting Language). It is an open-source Web development environment which lets you create web applications. It is generally also referred as Web Stack.
-
-
Starting with Vagrant on Ubuntu 14.10 - A Beginner's Guide
Author: Sanchit Jain Rasiya • Tags: linux, ubuntu, virtualization • Comments: 11Vagrant is an highly efficient tool for managing virtual machines via CLI. This increases your and your team's productivity and flexibility. This tutorial will cover the installation of Vagrant on Ubuntu 14.10, explain the basics of this great virtualisation tool and will guide you trough the creation of your first Vagrant instance.