Linux Tutorials on the topic “Ubuntu”
-
How to park domains using ISPConfig
Author: Oliver • Tags: centos, debian, ispconfig, linux, server, ubuntu, web server • Comments: 0
This tutorial explains how to setup a specific default webpage in a working Apache ISPConfig server.
-
The Perfect Server - Ubuntu 17.04 (Zesty Zapus) 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: 22
This tutorial shows how to install an Ubuntu 17.04 (Zesty Zapus) 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 an Ubuntu 17.04 (Zesty Zapus) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 0
This tutorial shows the installation of an Ubuntu 17.04 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 17.04 that can be used as basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.
-
-
How to Monitor Linux Servers using CloudStats
Author: howtoforge • Tags: centos, commercial, debian, fedora, linux, monitoring, server, ubuntu • Comments: 4
CloudStats is a server monitoring platform which allows you to easily not only monitor your whole server infrastructure but also to act immediately and resolve issues. CloudStats monitoring tool does not require any special skills or knowledge to perform setup and start monitoring your server, URL or IP.
-
Tesseract OCR: Installation and Usage on Ubuntu 16.04
Author: Akshay Pai • Tags: linux, ubuntu • Comments: 7
Tesseract is one of the most powerful open source OCR engine available today. OCR stands for Optical Character Recognition. This tutorial shows the installation and usage of Tesseract on Ubuntu 16.04.
-
Installing Google TensorFlow Neural Network Software for CPU and GPU on Ubuntu 16.04
Author: Akshay Pai • Tags: linux, ubuntu • Comments: 0
TensorFlow is an open source software for performing machine learning tasks. Google, its creator wanted to expose a powerful tool to help developers explore and build machine learning based applications and so they released this as an open source project. TensorFlow is an extremely powerful tool specializing in a type of neural network called the deep neural network.
-
How to Install Invoice Ninja on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu, web server • Comments: 4
Invoice Ninja is a web-based open source software for invoicing, payments, time tracking and much more. You can create Invoices online in seconds, interact with payments gateways like Stripe, PayPal, WePay, and others. In this tutorial, I will show you how to install Invoice Ninja on Ubuntu 16.04. I will use Nginx as the web server and MariaDB as Database system.
-
Libreswan based Ipsec VPN using preshared and RSA keys on Ubuntu
Author: Ahmad • Tags: linux, security, ubuntu • Comments: 2
The purpose of this tutorial is to explore LibreSwan which provides an IPsec protocol implementation. It is available in RedHat distributions, however, it can be compiled for another platform such as Ubuntu/Debian easily. In this article, the LibreSwan tool is built from source on Ubuntu, then a two peer VPN is configured using preshared & RSA keys between the gateway devices.
-
Using PHP-FPM with Apache on Ubuntu 16.04
Author: Till Brehm • Tags: apache, php, ubuntu, web server • Comments: 26
This tutorial shows how to install an Apache webserver on an Ubuntu 16.04 server with PHP 7 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
-
How to deploy Node.js Applications with pm2 and Nginx on Ubuntu
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 2
pm2 is a process manager for Node.js applications, it allows you to keep your apps alive and has a built-in load balancer. In this tutorial, I will show you how to install and configure pm2 for the simple 'Express' application and then configure Nginx as a reverse proxy for the node application that is running under pm2.