Linux Tutorials on the topic “server”
-
What's new in Ubuntu 16.10 (Yakkety Yak) - an overview
Author: Himanshu Arora • Tags: desktop, linux, server, ubuntu • Comments: 0
The Ubuntu 16.10 operating system was released last month. The new version, which is also called Yakkety Yak, came around six months after Canonical - the company behind Ubuntu - released version 16.04 LTS (Xenial Xerus) of the Linux-based operating system. We've already discussed the changes that Ubuntu 16.04 LTS brought along, so in this article we'll be covering a quick overview of Ubuntu 16.10 desktop, essentially focusing on the major new features/changes it brings to the table when compared to version 16.04 LTS.
-
Using drush for Drupal site Backup/Restore and Migration
Author: Aaron Peters • Tags: linux, server, web server • Comments: 2
'Drush', or the "Drupal Shell," is one of the Drupal administrator’s best friends. Its many command line tools allow a user to log into a web server and perform routine tasks such as applying updates, block users, or even "bootstrap" a brand new Drupal installation. The drush application provides a useful "archive" utility, as well as a corresponding "restore" command.
-
How to Install Seafile with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 7
Seafile is a private cloud software to that provides similar features like Dropbox, mega.co.nz, and others, just hosted on your own server. Seafile is based on the python programming language and it is released under an open source license so that you can create your own private cloud and it will be much more secure. In this tutorial, I will install Seafile on CentOS 7 with Nginx web server and MariaDB as the database server.
-
-
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 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.
-
How to Install Rocket.Chat Server with Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server • Comments: 12
In this tutorial, I will show you how to build your own chat server using Rocket.Chat. I will use the latest Ubuntu LTS 16.04 server for the installation and Nginx as reverse proxy for the Rocket.Chat application. Rocket.Chat is a free and open source online chat solution for team communication, it allows you to build your own slack like online chat.
-
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 Nagios Server Monitoring on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, monitoring, networking, server, ubuntu • Comments: 37
Nagios is an open source software for system and network monitoring. Nagios can monitor the activity of a host and its services, and provides a warning/alert if something bad happens on the server. Nagios can run on Linux operating systems. At this time I will use Ubuntu 16.04 for the installation.