Linux Tutorials on the topic “Linux”
-
How to Enable SSL and Remote Connections for MySQL on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, mysql • Comments: 11
In this tutorial, I will show you step by step to configure MySQL securely for remote connections with SSL. MySQL is an open source relational database system that works on many Operating Systems including Windows, Linux, MacOS and FreeBSD. It is probably the most popular OpenSource RDBMS and a central component of the LAMP and LEMP Stacks.
-
How to install pandom: a true random number generator for Linux
Author: Oliver • Tags: centos, debian, fedora, linux, opensuse, security, suse, ubuntu • Comments: 1
This tutorial explains how to install pandom: a timing jitter true random number generator maintained by ncomputers.org. The built-in Linux kernel true random number generator provides low throughput under modern circumstances, as for example: personal computers with solid state drives (SSD) and virtual private servers (VPS). This problem is becoming popular in Linux implementations, because of the continuously increasing need for true random numbers, mainly by diverse cryptographic purposes.
-
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.
-
-
How to install ONLYOFFICE 9.0.0 with integrated online editors using Docker script
Author: Daria • Tags: linux, server • Comments: 0
This tutorial describes the latest ONLYOFFICE updates and its installation using an automatic Docker script. The script will set up Docker containers with all the components necessary for ONLYOFFICE correct work.
-
How to Install Mantis Bug Tracker on CentOS 7
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 3
Mantis is a free and open source issue tracker written in PHP language. It provides an easy to use web interface for tracking your applications. You can easily manage project and track your application bugs using Mantis. This tutorial shows how to install Mantis Bug Tracker on CentOS 7 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.