How to Build Your Own Docker Images and Push the Images into Docker Hub...
One of the cool things about Docker is that you can make changes to a Docker container from an existing Docker image (for example, deploy your applications, fine-tune your configurations, etc) and then...
View ArticleHow to Install Webmin on Your VPS
Webmin is one of the best web-based interfaces for system administration for any Unix-like system. It’s completely free and open-source. With Webmin, you can configure services like Apache, PHP, DNS,...
View ArticleHow To Pull Docker Images and Run Docker Containers
Here are step-by-step instructions on how to pull Docker images from the repository and run containers using the images. You will need to have a server running Docker to perform below tasks. If you...
View ArticleHow to Install Let’s Encrypt Certificate on VestaCP
Here’s how you can install and setup properly free SSL certificate on VestaCP from Let’s Encrypt which I believe it is the easiest way so far. Before we take steps a little further, let’s firstly take...
View ArticleHow To Install Docker On Ubuntu Server
Docker has become more popular among developers as a platform to automate deployment of applications inside software containers within cloud servers. It is very easy for developers to deploy their...
View ArticleHow to Install VestaCP with Nginx + PHP-fpm
VestaCP is known nowadays as the best free and easy to use hosting control panel (according on me). Well, as you may know that by default Vestacp implements Nginx as frontend webserver while makes use...
View ArticleHow to Install Zend and Ioncube Loader on Vestacp (Ubuntu)
Installing Zend Guard Loader and ionCube Loader on latest Ubuntu server can be so tricky but here’s the tutorial you can follow to get it installed correctly on your Ubuntu server with Vestacp software...
View ArticleISPmanager – A Short Review
There are many free control panel apps I’ve reviewed and posted a tutorial about how to install it. But today I’m gonna introduce you a non-free control panel with very affordable license price but...
View ArticleVestaCP Nginx Php-fpm Performance On OpenVZ VPS
Here is another short review on how an OpenVZ-based VPS running VestaCP with Nginx and Php-fpm stack can perform in a real production environment hosting real website with real traffic. Previously, I...
View ArticleIntegrating Let’s Encrypt SSL With ISPManager Control Panel
I think a lot of you have already read the news about plans of Google to start labeling as “insecure” all websites that transmit passwords or ask for credit card details over plain text HTTP. This is...
View ArticleAdd a new site in Vestacp Nginx+Php-fpm+Redis server (and install WordPress)
Continuing our last article on how to setup a lightning fast webserver based on VestaCP with super LEMP configuration of Nginx, Php-fpm, MySQL, and Redis caching. Previously we have told you how you...
View ArticleHow to Install Vestacp Nginx LEMP Stack with Redis Caching on Ubuntu
This simple step by step tutorial will show you some basic information on how to setup Nginx with standalone Nginx and PHP-fpm (instead of the default one: Nginx as frontend proxy with Apache as...
View ArticleHow to Install and Use Memcached with Nginx, PHP 7 on Ubuntu 16.04
We have several articles about Varnish, a popular technology to cache your website in server’s memory / RAM and therefore it can boost the speed of your website and enlighten your server load. Today, I...
View ArticleHow to Install Joomla on ISPManager-based Server
Here we will try to explore how to save a lot of time on CMS deployment. Downloading of CMS, creation of data base, setting limits for users – now all these actions can be automated using specialized...
View ArticleVestaCP Performance on OpenVZ VPS – A Short Review
I will not talk about how fast is a website hosted at VPS running VestaCP on it. Instead, I will talk about how powerful is the performance of VestaCP to handle real website traffic on a real...
View ArticleThe Comprehensive Concepts Of HAProxy And Load Balancing
HAProxy can also be referred to as High Availability Proxy. It remains a well-known open source software TCP/HTTP proxying solutions and Load Balancer that can operate on FreeBSD, Solaris, and Linux....
View ArticleHow to Install WordPress on Nginx / LEMP Ubuntu Server
Being a well-known blogging platform, WordPress has been used by hundreds thousands of users and having millions installations. Well, you knew that. Hence, I will not explain more about WordPress. The...
View ArticleHow to Add New Websites on Nginx Ubuntu 16.04 Server
Let’s say you have installed full LEMP stack (Linux, Nginx, MySQL/MariaDB, and PHP) but how can you add new websites or domains on it? The answer is by creating Virtual Hosts or Server Blocks. The main...
View ArticleHow to Configure SSL Tunnels on Webmin
Webmin is a web-based system configuration interface tool for Unix-based systems. This interface allows us, as the system administrators of Unix/Linux servers, to administer some of our Linux system’s...
View ArticleHow to Setup LEMP On Ubuntu 16.04
LEMP stack is another most setup of a server or a virtual private server (VPS) besides LAMP. LEMP (or LNMP) stands for Linux, Nginx, MySQL and PHP. Nginx is well known for its stability and...
View Article