Linux Tutorials on the topic “server”
-
Ubuntu PPA Management
Author: Bill Toulas • Tags: linux, ubuntu, server, desktop • Comments: 4PPAs or Personal Package Archives are basically software repositories that are used by Ubuntu systems for updating/upgrading activities. They contain package sets and package lists for particular Ubuntu versions. Their use is valuable for cases of individual updating, or for when seeking for a newer version of an application that is not yet available in the official Canonical's repositories.
-
How to install Mumble VoIP Server on Ubuntu 15.04 (Vivid Vervet)
Author: Gurujyot_singh • Tags: linux, server, ubuntu • Comments: 1In 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: 1Seafile 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: 9Tonido 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: 17HAProxy(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: 8Seafile 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: 10Triggering 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.).