The Glibc GHOST Vulnerability – How to Patch your Linux Server/VPS?

A very serious security problem is just found in GNU C library, Glibc, announced yesterday, Jan 27, 2015. This is a critical vulnerability that almost every linux Machine is going to effect by it. Accoding to qualys What is glibc? The GNU C Library or glibc is an implementation of the standard C library and a core part of the Linux operating system. Without this library a Linux system will … [Read more...]

Review PhotonVPS – 512MB RAM Cloud VPS

Review PhotonVPS - 512MB RAM Cloud VPS PhotonVPS is one of the lowend Cloud VPS provider, which offer SSD based storage and KVM Virtualization. There are several mix reviews on the WHT about them, some customers are satisfied and some are angry. However here I’m going to write what I found about them within 48 hours of ordering a VM from them. Starting with PhotonVPS I found their PhotonVPS … [Read more...]

Banchmarking: Apache+Nginx (LNMP) VS ApacheBooster, Apache+Nginx+Varnish

Ok, here I'm going to show benchmark result of 2 servers, once installed with Nginx reverse proxy on Apache, and other with ApacheBooster plugin in cpanel. Installing Nginx proxy on Apache Installing ApacheBooster, Apache, Nginx and Varnish cache More readings:- How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version How to upgrade php … [Read more...]

Installing Apache with Nginx autoinstaller to use Nginx as reverse proxy

Although Nginx is a light webserver as compare to Apache, however some time we need apache to use as webserver because Nginx lack some features them apache, a big example is Mod_rewrite. Therefore we use apache, however to speed using websites we use Nginx as Reverse proxy. Nginx Autoinstaller-LNMP provides this option as well, that we can install apache and use Nginx as reverse proxy. Must … [Read more...]

How to install pureFTP with Nginx Autoinstaller – LNMP Server

Nginx Autoinstaller provide script to install pureFTP with MySQL support and a GUI, where you can create ftp accounts easily. How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version How to upgrade php to latest version PhpMyAdmin with Nginx Autoinstaller [crayon-650c13d2af761528537231/] [crayon-650c13d2af763704864458/] FTP GUI is in … [Read more...]

How to create database and username using PhpMyAdmin ?

PhpMyAdmin is a GUI for people who are not aware of command line interface to manage MySQL. Here I'm going to explain how to create Database and its Username using PhpMyAdmin. Procedure: Go to PhpMyAdmin Click on Privileges Then click on "Add a new User" Enter Username and Password you want Select "Local" in Host Scroll down, under "Database for … [Read more...]

PhpMyAdmin with Nginx Autoinstall – LNMP

Nginx Autoinstaller install PhpMyAdmin with it, which can be accessible using http://Ip_address/phpmyadmin How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version How to upgrade php to latest version     … [Read more...]

Upgrading PHP to latest in Nginx Autoinstaller – LNMP

Nginx Autoinstaller is a ready made script to install a server with Nginx webserver, MySQL and PHP. How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version LNMP Nginx autoinstall also provide script to upgrade php to latest version in the same way it provide for Nginx. Procedure: Check latest version number of php from php.net We are … [Read more...]

Upgrading Nginx to latest version in LNMP – Nginx Autoinstaller

Nginx Autoinstaller is a ready made script to install a server with Nginx webserver, MySQL and PHP. How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller Default LNMP comes with Nginx 1.0.0, however LNMP-Nginx Autoinstaller provide a script to upgrade Nginx to latest available version. Procedure: Check latest version number from nginx download page. Currently latest version … [Read more...]