April 2020

Download Ubuntu 18.04 LTS – DVD ISO Images

Ubuntu 18.04 is the latest LTS release available to download. This tutorial has download links to DVD ISO Images of Ubuntu 18.04 LTS release. You can find the Ubuntu 18.04 release notes on its official website. Ubuntu 18.04 LTS Download Links Please find below DVD ISO images download links for Ubuntu Desktop and Ubuntu server […]

Download Ubuntu 18.04 LTS – DVD ISO Images Read More »

How to Install and Configure Apache on Ubuntu 18.04 LTS

This tutorial will help you to install and secure Apache web server on Ubuntu 18.04 LTS Linux operating system. Prerequsities SSH access to Ubuntu 18.04 SUDO privilege Install Apache on Ubuntu 18.04 First of all, Login to your Ubuntu 18.04 system via SSH and update the Apt cache. Then install Apache2 HTTP server packages as

How to Install and Configure Apache on Ubuntu 18.04 LTS Read More »

How to Install Apache with PHP-FPM on Ubuntu 18.04 LTS

PHP FPM (FastCGI Process Manager) is an alternative implementation of PHP FastCGI. It provides some additional features like Adaptive process spawning which is useful for sites. This tutorial will help you to install Apache with PHP-FPM/FastCGI on Ubuntu 18.04 (Bionic) LTS system. In this tutorial, we are using PHP 7.3 and configure with Apache using

How to Install Apache with PHP-FPM on Ubuntu 18.04 LTS Read More »

How to Install Swift on Ubuntu 18.04 LTS

Swift is a safe, fast, expressive general-purpose programming language build for the software design patterns. It is best for the systems programming, to mobile and desktop applications. Swift provides a large number of features that make programming easier while giving the developer the control needed in a true systems programming language. This tutorial will help

How to Install Swift on Ubuntu 18.04 LTS Read More »

How to Configure Static IP Address on Ubuntu 18.04 (Desktop)

Question – How To Change IP Address on Ubuntu 18.04 Desktop? Steps to set the static IP address on your Ubuntu Desktop system Ubuntu 18.04 systems are using netplan instead of older static interfaces. The desktop provides an attractive GUI for working with it. You can easily change or set a static IP address on

How to Configure Static IP Address on Ubuntu 18.04 (Desktop) Read More »

How to Reset Gnome Desktop on Ubuntu 18.04 Bionic

This tutorial helps you to reset Gnome Desktop settings to its original state on an Ubuntu 18.04 LTS Linux system. Login to your Ubuntu 18.04 Bionic Desktop system and follow the instructions given below. After that reboot your system to complete the steps. Reset Gnome Desktop on Ubuntu 18.04 First, open the Tweaks settings on

How to Reset Gnome Desktop on Ubuntu 18.04 Bionic Read More »

How To Install MariaDB on Ubuntu 18.04 LTS

MariaDB is an enhanced, drop-in replacement for MySQL. MariaDB can be a better choice for database professionals looking for a robust, scalable, and reliable SQL server. MariaDB has a number of updated features over MySQL. This article will help you to Install MariaDB 10.3 on Ubuntu 18.04 LTS via apt package manager. After installing MariaDB

How To Install MariaDB on Ubuntu 18.04 LTS Read More »

How to Install Nextcloud on Ubuntu 16.04 (Xenial)

Nextcloud provides data access using web interface. It also provides options to sync and share across devices—all under your control. This tutorial will help you to install Nextcloud on Ubuntu 16.04 LTS Xenial Linux operating system. Step 1 – Prerequsites The first of all, to set up Nextcloud you must have running LAMP server on

How to Install Nextcloud on Ubuntu 16.04 (Xenial) Read More »

How to Install Nginx with PHP-FPM on Ubuntu 18.04 LTS

This tutorial will help you to install Nginx web server with PHP-FPM/FastCGI on Ubuntu 18.04 (Bionic) LTS system. In this tutorial, we are using PHP 7.3 and configure with Nginx using PHP-FPM and FastCGI. Nginx Installation Nginx packages are available under default repositories. SSH to your Ubuntu 18.04 LTS system with sudo privileges account and

How to Install Nginx with PHP-FPM on Ubuntu 18.04 LTS Read More »