Browsing tag

ubuntu 18.04

20 Things to Do After Fresh Installation of Ubuntu 18.04 LTS

Ubuntu – The first name that pops up in your mind when you are planning to turn down Windows and move to open-source operating systems. It is good to know that the people are moving to Ubuntu to feel the freshness and improved user experiences. But, when people move to Ubuntu from Windows, they struggle […]

How To Configure DNS Server On Ubuntu 18.04 / Ubuntu 16.04

  Domain Name System (DNS) is the root of the internet that translates the domain name to IP Address and vice versa. BIND9 (Berkeley Internet Name Domain) package provides the functionality of the name to IP conversion. This post will guide you to configure DNS server on Ubuntu 18.04  / Ubuntu 16.04. THIS DOCUMENT IS […]

How To Install Nextcloud on Ubuntu 18.04 LTS

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 9 Nextcloud is an open source file synchronization and sharing solution. It is like a Google Drive / Dropbox that permits you to store and share your documents, pictures, and videos in a centralized location. READ: How To Integrate Google Drive on Ubuntu 18.04 […]

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 […]