Set up Full Apache Stack on Ubuntu 15.10 VPS
You don’t need to install the whole package of any Hosting Control Panel especially if your server has minimum RAM quota. Just follow this thorough guide on setting up Apache, PHP, MariaDB MySQL and...
View ArticleHow to Install WordPress on Apache Server (Ubuntu 15.10)
Looking a way to manually install WordPress on Apache based Ubuntu server / vps? Here’s the step by step tutorial (with pictures) for newbie. This article is part of “How to Set Up Full Apache Stack on...
View ArticleHow to Install Let’s Encrypt Certificate on Apache-based Ubuntu Server
I’ll show you how to properly install free SSL certificate for your websites hosted on Apache-based Ubuntu server / vps. The tutorial will include screenshot pics of each step so you can easily and...
View ArticleInstall Nginx, Setup Lets Encrypt SSL and Setup HTTP/2 on Ubuntu 15.10 Server
Did you know that HTTP/2 technology has been introduced and has become the new standard of HTTP protocol? At a glance, the HTTP/2.0 is the new generation as well as replacement of HTTP/1.1. Considered...
View ArticleHow to Configure IPv6 on Ubuntu and CentOS
When we purchase a virtual machine (VM) or virtual private server (VPS) from a provider, there are times whereby we have to configure the IPv6 address manually on the server. This may be due to the...
View ArticleFull Setup A Working Apache Server on Ubuntu 16.04
So Ubuntu has received newer major update making it version 16.0 which also known as Xenial Xerus. Some people also say that this new update is the best Ubuntu release so far. In this article I show...
View ArticleHow to Setup phpMyAdmin on Ubuntu 16.04 LAMP Server (Apache2 + PHP7)
Bringing more awesomeness within its new version release, the Ubuntu 16.04 has been also available as ready-to-use template on many of Cloud Server providers including Atlantic.net and Digital Ocean....
View ArticleHow To Install PowerDNS DNS Server on Ubuntu
PowerDNS is a free DNS server which runs on most Linux systems. It supports different type of backend to store the zone files, from BIND-style text files to relational databases such as MySQL. It also...
View ArticleFix PHP Not Rendered on Ubuntu LAMP Server
Some users reported that they could not make PHP to render their PHP scripts / pages when they installed Apache webserver and PHP7 on Ubuntu 16.04 server / vps. Well, recently I found out that they...
View ArticleUsing NodeQuery to Monitor Server Performance
Few users have asked to the owner of this blog to write about NodeQuery. There is its competitor, NixStats, reviewed in this blog. Finally, here’s the article you might have been waiting for. Let’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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Article