Posts in sysadmin-guide
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 existing MySQL databases one to another serverā¦
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 works most of the time ( atā¦
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 ) . Few Days ago nginx team announced aboutā¦
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 services . systemd providesā¦
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 use this tool to easily manage virtualā¦
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 and easy to set up light-weight systemā¦
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 install MySQL using official UBUNTU repositories . second I willā¦
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 balancer, HTTP cache, and a web serverā¦
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 brute force attacks. Install Fail2Ban Itā¦
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 are using these two methods : Simple we want to installā¦
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 isā¦
Quick Guide about how to forward port to lxc container using , very quickly without using network bridging etc . see how to setup LXC container . Ā I use that to forward port 80 to LXC containerā¦
In this tutorial, Iāll show you how to set up a user-based web directory setup. So you can have website files in your home directory. Instead of ālocalhostā, youāll have to visit the new address āhttpā¦
VirtualHost is a term that refers to hosting multiple websites on the same web server, like hosting āexample.comā and āexample.orgā on the same server. In this tutorial, Iāll show you how to set up aā¦
If youāre using a self-hosted WordPress-based blog or using WordPress as a small CMS for your project, or using a WordPress self-hosted installation for anything (it doesnāt matter), and you donātā¦
What is LXC Linux Containers (LXC) are a lightweight virtualization technology that provides a free software virtualization system for computers running GNU/Linux. This is accomplished through kernelā¦
Ubuntu uses ābashā as the default shell, and most Unix-like systems use bash as the default shell. However, there are many other options you can choose from. One of them is zsh (Z shell). Itāsā¦
Quick and easy video tutorial of how to forward port to virtual machine .