Servers
<p>In this section I keep notes and write extended tutorials on things like configuring Nginx servers, serving Drupal. Upgrading Ubuntu, PHP-FPM, e.t.c. Apache, Jboss, Tomcat and other might pop in this section as well. Basically routine tasks and solved problems I'm facing everyday. </p>
How To Setup Port Forwarding for TP-Link Wireless Router (Radmin)
| 35 viewsIn today's article, I'll share quite an easy tutorial on how to configure TP-Link Wireless N Router WR840N for a LAN to allow connections from the internet using Radmin software. For the ease of…
How To Fix Mixed Content Errors From Disqus on HTTPS site
| 2 viewsToday I noticed that SSL connection on this blog had errors due to “mixed content”, meaning HTTPS site was loading additional content that was served over insecure HTTP. After a little bit of digging…
Postfix Send Only SMPT Mail for Drupal 8 on Ubuntu 16.04, Nginx
| 4 viewsIf you have recently installed a fresh Drupal 8 site on Ubuntu 16.04 with Nginx running on it and you are getting Unable to send e-mail. Contact the site administrator if the problem persists notice…
How To Install GlobalSight Translation Management System on Linode VPS (Ubuntu 14.04)
| 6 viewsThere are plenty of translation management systems available on the market, some are better, some have features that other's don't have. And some are paid while some are Open Source (free) In today'…
OwnCloud - Increase Max File Upload Size
| 22 viewsIt has been more than 2 years, since I installed (set and forgot) OwnCloud for internal file sharing. For the past two years OwnCloud have worked like a charm (and still does). Just today I faced a…
How To Password Protect Your site with Nginx on Ubuntu 14.04
| 7 viewsI was working on a new customers website, and I was looking for ways to showcase current development stage to the client, meanwhile hiding contents from others. Sounds familiar? In this server series…
How to Upgrade from Ubuntu 12.04 to 14.04 LTS
| 19 viewsIn this article I will provide simple instructions on how to upgrade Ubuntu 12.04 to 14.04. In fact I didn't wanted to push for a server upgrade for a while, but decided to do it now, and not to…
How To Enable PHP Curl Ngnix (Good for Social share counters)
| 213 viewsToday I was eager to install and enable really cool Drupal module for my blog - Social Share Counter, this module looked simple - all I had to do, just download, enable and a little bit tweak around…
How to Upgrade PHP 5.3 to 5.5.9 on Ubuntu 12.04 to Support Drupal 8
| 7 viewsThat day finally have come and I've officially started a new project on my first Drupal 8 website. While my first attempts were about two years ago, but due to the lack of time and will to explore…
LEMP Server Ubuntu 12.04 for serving Drupal on Nginx
| 5 viewsIn this tutorial you will learn how to setup a LEMP stack on Ubuntu 12.04 for serving a Drupal site (s). Update: I originally started this post to document my setup for actually configuring Nginx…