Linux Tutorials on the topic “Ubuntu”
-
How to Install Django with PostgreSQL and Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 3
In this tutorial, I will show you how to install the Django web framework and configure it to use a PostgreSQL database for development. We will run Nginx as a reverse proxy for Django web framework for speed and security reasons. Django will run under the python WSGI HTTP server 'Gunicorn', we will manage and control 'Gunicorn' with 'Supervisor' as the process control system.
-
How to Install Mattermost with PostgreSQL and Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 2
In this tutorial, I will guide you to create your own Mattermost server that uses PostgreSQL as the database system and Nginx as the reverse proxy for Mattermost. I will use ubuntu 16.04 as the operating system. Mattermost is an open source messaging system written in the programming languages Golang and React. It's a slack alternative, we can build our own messaging service like slack or hipchat with it.
-
How to Install and Configure Apache Tomcat 8.5 on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 16
In this tutorial, I will show you how to install and configure Apache Tomcat 8.5 on Ubuntu 16.04 LTS (Yakkety Yak) and how to install and configure the prerequisite Java 8 on the Ubuntu server. Apache Tomcat is an open source Java Servlet implementation developed by the Apache Software Foundation.
-
-
The Perfect Server - Ubuntu 16.10 (Yakkety Yak) with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig 3.1
Author: Till Brehm • Tags: apache, bind, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, ubuntu, web server • Comments: 33
This tutorial shows how to install an Ubuntu 16.10 (Yakkety Yak) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3.1, and how to install ISPConfig. ISPConfig 3 is a web hosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers the installation of Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).
-
How to install Wordpress with Nginx, MariaDB and HHVM on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, mysql, nginx, server, ubuntu, web server • Comments: 10
This tutorial describes the steps to install WordPress with Nginx, MariaDB and HHVM on Ubuntu 16.04 Server. HHVM (Hip Hop Virtual Machine) is a just-in-time compiler developed by Facebook to run applications that are written in PHP and Hack language. HHVM is faster than the traditional PHP engine from ZEND and is used by Facebook to serve billions of web requests per day.
-
How to Install Ruby on Rails (RoR) with PostgreSQL on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, programming, server, ubuntu • Comments: 7
In this tutorial, I will show you how to install Ruby on Rails on ubuntu 16.04 LTS. I will show you how to install and configure Rails with a PostgreSQL database, and how to create a new first project with Rails. Ruby on Rails (RoR) is an open source web application framework, published under MIT License. Ruby on Rails, or rails is written in Ruby, it is a server-side web application framework that follows the MVC (Model-View-Controller) concept.
-
How to install a Ubuntu 16.10 (Yakkety Yak) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 7
This tutorial shows the installation of a Ubuntu 16.10 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 16.10 that can be used as basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.
-
How to Install a MySQL Cluster on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, mysql, ubuntu • Comments: 25
In this tutorial, I will show you how to install a 'MySQL Cluster' on Ubuntu 16.04 LTS (Xenial Xerus). MySQL Cluster is a technology to provide high availability for MySQL Databases. It uses NDB (Network DataBase) or NDBCLUSTER as the database storage engine. MySQL Cluster is designed as multi-master ACID architecture with no single point of failure, it uses automatic sharding (partitioning) to scale out read and write processes.
-
How to install and use note taking/to-do app FromScratch and news reader app NEWSup on Ubuntu 16.04
Author: Himanshu Arora • Tags: desktop, linux, ubuntu • Comments: 0
If you are on Linux, and are searching for applications that let you create a to-do list and keep you updated with latest news, you don't have to look any further as in this tutorial we will discuss the installation and usage of applications - FromScratch and Newsup - that are meant for exactly these purposes, respectively.
-
Install and configure DRDB for network filesystem replication on Debian 8
Author: Matteo Temporini • Tags: debian, linux, networking, ubuntu • Comments: 1
This tutorial explains the configuration of a DRBD network filesystem replication as hot standby (Primary/Secondary) with EXT4 filesystem and as Primary/Primary cluster for High Availability with OCFS2 filesystem.