Linux Tutorials on the topic “linux”
-
How to install Ubuntu 17.10 (Artful Aardvark) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 7
This tutorial shows the installation of a Ubuntu 17.10 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 17.10 that can be used as basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.
-
How to install Nextcloud integrated with ONLYOFFICE using Docker
Author: Daria • Tags: linux • Comments: 7
Nextcloud is a free, open source file hosting solution, a fork of the ownCloud project that offers you the ability to run a cloud storage service that you administer and control yourself. If you are a Nextcloud user already, you can integrate ONLYOFFICE editors with Nextcloud following the instructions in this tutorial.
-
How to Monitor and Detect Modified Files using Tripwire IDS on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, security, ubuntu • Comments: 2
Tripwire is a free and open source Intrusion Detection System (IDS). It's a security tool for monitoring and alerting file changes on the system. In this tutorial, we will show you how to install and configure Tripwire Host Based IDS on Ubuntu 16.04. We will also show you how to configure tripwire to monitor and detect modified files on the system.
-
-
Install Let's Encrypt and Secure Nginx with SSL/TLS in Debian 9
Author: Matt Vas • Tags: debian, linux, nginx, security, server, web server • Comments: 9
This tutorial will show you how to install and secure a Nginx web server on Debian 9 with a TLS certificate issued for free by the Let’s Encrypt Certificate Authority. Furthermore, we will configure automatic renewal of Lets’ Encrypt TLS certificates using a cron job before the certificates expire.
-
How to Install and Configure GitLab CE on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx, programming, server • Comments: 13
GitLab is an open source repository manager based on Rails developed by GitLab Inc. It is a web-based git repository manager that allows your team collaborate on coding, testing and deploying applications. In this tutorial, I will show you step by step how to install GitLab CE (Community Edition) on CentOS 7 Server.
-
Install a Centralized Log Server with Rsyslog in Debian 9
Author: Matt Vas • Tags: debian, linux, monitoring, server • Comments: 4
In Linux, the rsyslog server can be configured to run a central log manager, in a service-client model fashion, and send log messages over the network via TCP or UDP transport protocols or receive logs from network devices, servers, routers, switches or other systems or embedded devices that generate logs.
-
Ubuntu 16.04 (LTS) LAMP server tutorial with Apache, PHP 7, and MySQL
Author: Till Brehm • Tags: apache, linux, mysql, php, ubuntu, web server • Comments: 163
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache 2.4 web server on an Ubuntu 16.04 (Xenial Xerus) server with PHP 7 support (mod_php) and MySQL / MariaDB and how to setup an SSL certificate with Let's encrypt. Additionally, I will install PHPMyAdmin to make MySQL administration easier. A LAMP setup is a perfect basis for CMS systems like Joomla, Wordpress or Drupal.
-
How to install a Ubuntu 16.04 LTS (Xenial Xerus) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 17
This tutorial shows the installation of a Ubuntu 16.04 LTS minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 16.04 that can be used as basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.
-
How to Install SuiteCRM with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx, server, web server • Comments: 1
SuiteCRM is an open source CRM (Customer Relationship Management) software based on PHP. It is a fork of the popular CRM software SugarCRM, and has become more popular after the team behind the latter decided to stop the development of the free version. In this tutorial, we will show you how to install and configure SuiteCRM using Nginx as the Web server.
-
How to Deploy Clojure Web Application on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, programming, web server • Comments: 0
This guide will walk through the process of deploying a simple web application in Clojure using supervisor and Nginx. Clojure is a modern general-purpose programming language for the JVM that focuses on concurrent programming found in operating systems. Clojure enables you to make use of the existing JVM infrastructure, including tools, libraries and application servers.