Linux Tutorials on the topic “server”
-
How to install Mumble VoIP Server on Ubuntu 15.04 (Vivid Vervet)
Author: Gurujyot_singh • Tags: linux, server, ubuntu • Comments: 1
In this tutorial we will install Mumble VoIP server on Ubuntu 15.04. Mumble is an open source high quality voice chat application mostly used for gaming. The application is great for talking and gaming with low-latency. It offers an encrypted connection for your communication, it also has a builtin wizard to guide you through the setups, like mic. config. There are no licensing issues due to its OpenSource license.
-
How to Install Seafile on Ubuntu 15.04 (Vivid Vervet)
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 1
Seafile is a private cloud software, it supports encrypted file libraries to store data securely. To encrypt files in a library, you need to set a password when you create the library. The password won't be stored on Seafile cloud, so even the adminastrator of the servers cannot view your encrypted data without the password. This tutorial shows the installation of Seafile on Ubuntu 15.04.
-
How to install Tonido private cloud server on Ubuntu Linux
Author: Gurujyot_singh • Tags: ubuntu, desktop, linux, server • Comments: 9
Tonido is a free application that allows you to access files on your computer from a web browser, from your handheld or any DLNA capable device. The Tonido server enables you to sync files between different devices and to share them securely with your friends so you have a private and secure Cloud. This tutorial is about installing Tonido server on Ubuntu Linux.
-
-
Web Server Load-Balancing with HAProxy on Ubuntu 14.04
Author: Sanchit Jain Rasiya • Tags: linux, ubuntu, server • Comments: 17
HAProxy(High Availability Proxy) is an open-source load-balancer which can load balance any TCP service. HAProxy is a free, very fast and reliable solution that offers load-balancing, high-availability, and proxying for TCP and HTTP-based applications. It is particularly well suited for very high traffic web sites and powers many of the world's most visited ones.
-
How to install Seafile on Ubuntu 14.04 (Trusty Tahr)
Author: Roland C. Ilao • Tags: cloud, linux, server, storage, ubuntu • Comments: 8
Seafile is a OpenSource cloud storage software. It offers file sharing and syncing for individual users and groups, it provides client side encryption and easy access from mobile devices. This tutorial describes the steps to install Seafile on Ubuntu 14.04.
-
Triggering Commands On File/Directory Changes With Incron on Debian Etch
Author: Falko Timme • Tags: linux, programming, server • Comments: 10
Triggering Commands On File/Directory Changes With Incron This guide shows how you can install and use incron on a Debian Etch system. Incron is similar to cron, but instead of running commands based on time, it can trigger commands when file or directory events occur (e.g. a file modification, changes of permissions, etc.).