Linux Tutorials on the topic “server”
-
How to Install Jenkins Automation Server with Apache on Ubuntu 18.04
Author: Muhammad Arul • Tags: apache, linux, server, ubuntu • Comments: 0
Jenkins is an automation server running in a Java servlet container, it supports many SCM (Source Control Management) software systems including Git, SVN, and Mercurial and provides hundreds of plugins to automate your project. In this tutorial, I will show you how to install the latest stable Jenkins version on Ubuntu Server 18.04 LTS (Bionic Beaver).
-
How to Install Apache CouchDB on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 8
CouchDB is a free and an open source NOSQL database solution implemented in the concurrency-oriented language Erlang. It has a document-oriented NoSQL database architecture. In this tutorial, we will learn how to install Apache CouchDB on Ubuntu 18.04 LTS server.
-
How to Install Seafile with Nginx on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 10
Seafile is an open source file-hosting and cloud storage system similar to Dropbox, but you can install and run it on your own server. In this tutorial, I will show you step-by-step how to install and configure a Seafile server with Nginx web server and the MySQL database.
-
-
How to Setup Puppet Master and Agent on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 8
Puppet is an open source configuration management tool and server automation framework. In this tutorial, I will you how to install Puppet on CentOS 7. I will install and configure a CentOS 7 server as a puppet 'master', and the other one as an 'agent'.
-
How to Install Apache Maven on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 2
Apache Maven is a software project management tool based on the POM (Project, Object, Model) concept. In this tutorial, I will show you step-by-step how to install and configure Apache Maven on Ubuntu 18.04.
-
How to Install Shoutcast Server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 8
SHOUTcast is a free, open source and cross-platform software application that can be used to stream media over the Internet. In this tutorial, we will learn how to install SHOUTcast media server on Ubuntu 18.04 LTS (Bionic Beaver).
-
How to Install and Configure Apache Tomcat 9 on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 12
Apache Tomcat is an open source Java Servlet implementation developed by the Apache Software Foundation. In this tutorial, we will show you how to install and configure the Apache Tomcat 9.0.8 on Ubuntu 18.04 LTS (Bionic Beaver). We will also learn how to install Java on Ubuntu 18.04, configure a user for apache tomcat, and run the apache tomcat as a systemd service.
-
How to secure ONLYOFFICE with Let's Encrypt and two-factor authentication
Author: Daria • Tags: linux, server • Comments: 0
In this tutorial, we'll learn how to protect your ONLYOFFICE portal with HTTPS using Let's Encrypt, and with two-factor authentication using Twilio service. ONLYOFFICE is an open-source solution that combines powerful online document editors for text documents, spreadsheets and presentations, as well as broad productivity features.
-
Setup New User and SSH Key Auth. using Ansible on Ubuntu 18.04
Author: Muhammad Arul • Tags: linux, server, shell, ubuntu • Comments: 17
Ansible is a simple automation tool that automates software applications deployment, cloud provisioning, and configuration management. It's a server orchestration tool that helps you to manage and control a large number of server nodes from single places called 'Control Machines'. In this tutorial, we will learn how to deploy a new user and enable the SSH Key-Based authentication using the automation tool Ansible.
-
How to Install Subsonic Media Server Ubuntu 18.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 4
Subsonic is a web-based media server written in Java language, so it can run on any operating system with Java support. It comes with a user-friendly web interface and allow us to share music and video with multiple users. You can stream your music from home and listen to your music from anywhere.