Linux Tutorials on the topic “server”
-
OpenSSH Security Best Practices
Author: Muhammad Arul • Tags: arch linux, centos, debian, freebsd, opensuse, security, server, shell, suse, ubuntu • Comments: 9
SSH (Secure Shell) is a cryptographic network protocol for initiating text-based shell sessions on remote machines in a secure way. OpenSSH is a connectivity tool that most administrators rely on to work on their Linux and *BSD servers daily. This tutorial covers the best pratices to configure your SSH server securely.
-
How to Install Nagios 4.0.8 on Ubuntu 15.04 (Vivid Vervet)
Author: Muhammad Arul • Tags: monitoring, networking, server, ubuntu • Comments: 8
Nagios is an open source software for system and network monitoring. Nagios can see the activity of a host and its services, and provides a warning/alert if something bad happens on the server. Nagios can run on Linux operating systems. At this time we are using Ubuntu 15.04 for the installation.
-
How to install Asterisk 13 on Debian
Author: Ahmed Qadeer • Tags: debian, linux, server • Comments: 7
Asterisk is a Open Source framework for building communication applications. Asterisk turns an ordinary computer into a VoIP communication server, it powers IP PBX systems, VoIP gateways, conference servers and is used by companies, carriers and governments worldwide. This tutorial shows the installation of Asterisk 13 on Debian.
-
-
Ubuntu PPA Management
Author: Bill Toulas • Tags: linux, ubuntu, server, desktop • Comments: 4
PPAs 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: 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 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.
-
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.).