How to move MySQL database to new server on Ubuntu
If you are moving your database server from old server to another server then this guide is for you . In this case I will demonstrate how to migrate your … Continued
If you are moving your database server from old server to another server then this guide is for you . In this case I will demonstrate how to migrate your … Continued
Vector is on host performance Monitoring tool from Netflix , you can use vector to monitor server performance right from your browser . now it’s not very stable but it … Continued
If you are using nginx as your main web server with SPDY protocol , Then its time to upgrade to HTTP2 ( not fully but partially without Server Push feature … Continued
What is SystemD Systemd is a system and service manager for Linux , Compatible with SysV and LSB scripts , systemd uses socket and Dbus for activating and deactivation of … Continued
virtual machine manager is great gui tool for managing kvm virtual machines and lxc container , in this post I am going to show you how you can install and … Continued
There are many ways ,and apps to monitor Linux system performance , but many of them require huge configuration , like monit and nagios etc . here are some quick … Continued
This is third part of this series , where I am going to show you setup of MySQL database , First I will show you how you can setup and … Continued
Nginx is well-known, tiny and fast web server , Nginx is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load … Continued
In this tutorial I am going to show you , how to install Fail2Ban in your ubuntu server and how to setup and configure fail2ban service to protect ssh against … Continued
In this tutorial I am going to show you , How you can Install Ruby via two different methods First by using source and Second Via RVM . why we … Continued
LoadBalancer Loadbancing is a technique of load distribution , means load balancer distribute all incoming traffic to all available upstream servers . Nginx is small but smart web server which … Continued
Quick Guide about how to forward port to lxc container using iptables , very quickly without using network bridging etc . see how to setup LXC container . sudo … Continued
In this tutorial i will show you how to setup user based web directory setup . so you can have website files in your home directory . and instead of … Continued
VirtualHost is a term refers to hosting Multiple WebSites in same Web Server , like hosting “example.com ” and example.org in same server . In this tutorial i will show you … Continued
If you are using self hosted WordPress based blog or using WordPress small CMS for your project , or using wordpress self hosted installation for anything ( it doesn’t matter … Continued
What is LXC Linux Containers (LXC) are lightweight virtualization technology and provide a free software virtualization system for computers running GNU/Linux, This is accomplished through kernel level isolation, It allows … Continued