-
Published Tutorial
is a platform for distributed search and analysis of data in real time. Its popularity is due to its ease of use, powerful features, and scalability.
Elasticsearch supports RESTful operations. This means that you can ...
•
By
Toli
Miscellaneous
CentOS
-
Published Tutorial
The MySQL Cluster distributed database provides high availability and throughput for your MySQL database management system. This tutorial demonstrates how to install and configure a 3 node MySQL Cluster on Ubuntu 18.0...
•
By
Toli, Hanif Jetha
MySQL
Databases
Clustering
Ubuntu
Ubuntu 18.04
-
Published Tutorial
MySQL cluster is a software technology which provides high availability and throughput. In short, there is one or more management nodes which control the data nodes (where data is stored). After consulting with the ma...
•
By
Toli
MySQL
Clustering
Ubuntu
Ubuntu 16.04
-
Published Tutorial
Elasticsearch is a platform for distributed search and analysis of data in real time. Its popularity is due to its ease of use, powerful features, and scalability. Elasticsearch is a free and open source software with...
•
By
Toli
Elasticsearch
Ubuntu
Ubuntu 16.04
-
Published Tutorial
MongoDB is one of the most popular NoSQL database engines. It is famous for being scalable, powerful, reliable and easy to use. In this article we'll show you how to import and export your MongoDB databases.
•
By
Toli
MongoDB
Ubuntu
-
Published Tutorial
MongoDB is one of the most popular NoSQL database engines. It is famous for being scalable, powerful, reliable and easy to use. In this article we'll show you how to back up, restore, and migrate your MongoDB databases.
•
By
Toli
MongoDB
Backups
Ubuntu
-
Published Tutorial
Nginx is a very secure and reliable web server even with a default setup. However, there are many ways to secure Nginx further.
In this article, we will use open source software exclusively while trying to follow some...
•
By
Toli
Security
Nginx
Ubuntu
-
Published Tutorial
Naxsi is a third party Nginx module which provides web application firewall features. It brings additional security to your web server and protects you from various web attacks such as XSS and SQL injections.
This tut...
•
By
Toli
Nginx
Firewall
Security
Ubuntu
-
Published Tutorial
Elasticsearch is a platform for distributed search and analysis of data in real time. Its popularity is due to its ease of use, powerful features, and scalability.
Elasticsearch supports RESTful operations. This means...
•
By
Toli
Elasticsearch
Ubuntu
-
Published Tutorial
ngx_pagespeed, or just pagespeed, is an Nginx module designed to optimize your site automatically by reducing the size of its resources and hence the time the clients' browsers need to load it. This article will guide...
•
By
Toli
Nginx
Server Optimization
CentOS
-
Published Tutorial
ngx_pagespeed, or just pagespeed, is an Nginx module designed to optimize your site automatically by reducing the size of its resources and hence the time the clients' browsers need to load it.
This article will guid...
•
By
Toli
Nginx
Server Optimization
Ubuntu
-
Published Tutorial
ngx_pagespeed, or just pagespeed, is an Nginx module designed to optimize your site automatically by reducing the size of its resources and hence the time the clients' browsers need to load it. This article will guide...
•
By
Toli
Nginx
Server Optimization
Debian
-
Published Tutorial
Tomcat is a popular implementation of the Java Servlet and JavaServer Pages technologies. It is released by the Apache Software Foundation under the popular Apache open source license. Its powerful features, favorable...
•
By
Toli
Security
Server Optimization
Java
Nginx
Ubuntu
-
Published Tutorial
HHVM is an open source virtual machine for executing PHP and Hack code. HHVM is developed and supported by Facebook, a fact which draws more and more attention to HHVM lately.
HHVM is different from other PHP engines...
•
By
Toli
PHP
Nginx
Ubuntu
-
Published Tutorial
Memcached as a standalone server works as an intermediary in front of the MySQL client access layer and manages information only in the memory without an option to store it persistently. This makes it suitable for tas...
•
By
Toli
NoSQL
MySQL
Server Optimization
Ubuntu
-
Published Tutorial
It's well known that the LEMP stack (Linux, nginx, MySQL, PHP) provides unmatched speed and reliability for running PHP sites. Other benefits of this popular stack such as security and isolation are less popular, thou...
•
By
Toli
PHP
Nginx
Security
Ubuntu
-
Published Tutorial
Mod_deflate is an Apache module which allows output from your web server to be compressed before being sent to the client. Once the size of your site content is compressed, its size is smaller, and clients are able to...
•
By
Toli
Apache
Ubuntu
-
Published Tutorial
Mod_deflate is an Apache module which allows output from your web server to be compressed before being sent to the client. Once the size of your site content is compressed, its size is smaller, and clients are able to...
•
By
Toli
Apache
CentOS