Browsing category

Ubuntu

How To Setup Let’s Encrypt SSL Certificate With Nginx on Ubuntu 18.04 & Ubuntu 16.04

Let’s Encrypt is a widely known certificate authority that provides free X.509 SSL certificates for TLS encryption. It was launched in April 2016. Let’s Encrypt automates the process of certificate creation, validation, signing, implementation, and renewal of certificates. Currently, Apache, Nginx, Plex, and Haproxy are supported for the automated process. Prerequisites Before you proceed, set […]

How To Install Linux, Lighttpd, MySQL and PHP (LLMP Stack ) in Ubuntu 18.04

Lighttpd (pron lighty) is an open source web server optimized for speed-critical environments. It was written by Jan Kneschke as a proof-of-concept to handle 10,000 connections in parallel on one server. Lighttpd is the perfect solution for servers that is suffering load problems. It is licensed under the BSD license. This article shows you how […]

How To Integrate Google Drive on Ubuntu 18.04 (Bionic Beaver)

In this blog post, we will integrate Google Drive on Ubuntu 18.04. If you don’t know what is Google Drive? It is one of the most popular storage destinations to store documents in the cloud, from the tech giant Google. Ubuntu 18.04 comes with the Gnome built-in Online Accounts feature that let us easily integrate […]

How To Install VMware Workstation Pro 14 on Ubuntu 18.04 / 17.10 & Ubuntu 16.04

VMware Workstation is a virtualization software suite for x86 and x86-64 computers, from VMware. It allows users to run multiple x86 and x86-64 virtual machines (VMs) simultaneously in a single machine. Each virtual machine instance can execute its guest operating system, including Windows, Linux, BSD variants, and others. In simple terms, VMware Workstation allows one […]

How To Install Linux, Nginx, MySQL, PHP (LEMP Stack) in Ubuntu 18.04

LEMP stack stands for Linux, Nginx, MariaDB, and PHP stack and is widely used for hosting websites/blogs. Here, we will see how to install LEMP Stack on Ubuntu 18.04 with PHP support (via PHP-FPM) and database (MariaDB) support. THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 10 Debian 9 Ubuntu 16.04 Install […]