Installing Acestream Proxy on Ubuntu Server & Streaming it locally
Acestream allows you to stream a video from peer to peer (P2P) connections. Because it’s a P2P and works like torrents, your connection will be distributed to other users that READ MORE
Let’s Encrypt Free A+ Grade SSL On Nginx & Ubuntu 16.04
Prerequisites: LEMP on Ubuntu 16.04 Start by updating apt indexes sudo apt-get update Install Let’s Encrypt Package (Known as certbot on Github (https://github.com/certbot/certbot)) sudo apt-get install letsencrypt I’ll assume READ MORE
Installing WordPress on PHP7, Nginx & Ubuntu 16.04 With SSL Support
This tutorial assumes you already have LEMP installed on Ubuntu 16.04 with PHP7 & PHP-FPM. If you don’t have anything installed yet, you can find a tutorial on how READ MORE
Installing LEMP – Ubuntu 16.04, Nginx, MariaDB & PHP 7
Make sure you have Ubuntu 16.04 64 bit. In this tutorial, I’m assuming you are logged in as root and issuing the commands as root (Not recommended in live environment). READ MORE
Fixing “perl: warning: Setting locale failed” On Ubuntu
If you’re ever faced with this warning, which usually happens on a fresh Ubuntu installation: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = READ MORE
Forwarding IP Address From Varnish to Apache On Ubuntu & CentOS
By default, varnish doesn’t forward the public IP of the visitor to the web server such as Apache or Nginx. This makes it harder to detect the visitors’ real READ MORE