Upgrade Ubuntu from EOL to GA

If you have an unattended Ubuntu desktop or server running an old or non-long-term release, it’s time to upgrade to the current generally available release. Follow this guide to upgrade from End Of Life to General Availability. You can check what release of Ubuntu you have installed by running the command below. If you encounter … Read more

When and why you should use a CDN

CDN, also known as Content Delivery Network, is a way to distribute web content and assets to the user depending on this geographical location. This means that the closest server to your location will serve you the content. This makes a load-up time faster and reduces the load amount of active connection on the main … Read more

How to install latest NGINX build on Ubuntu Server

NGINX is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server (origin server). The NGINX project started with a strong focus on high concurrency, high performance, and low memory usage. NGINX serves static content more efficiently than most … Read more