Linux Tutorials on the topic “server”
-
Setup ATA over Ethernet (AoE) on Debian 8 (Initiator and Target)
Author: Till Brehm • Tags: debian, server, storage • Comments: 1
This tutorial shows you how to setup an AoE client (initiator) and server (target) on Debian 8 /Jessie). The term AoE stands for "ATA over Ethernet" which is a storage area network (SAN) protocol that allows AoE clients to use storage devices on the (remote) AoE server over a normal ethernet network. "Remote" in this case means "inside the same LAN" because AoE is not routable outside a LAN (this is a major difference compared to iSCSI). To the AoE client (initiator), the remote storage looks like a normal, locally-attached hard drive.
-
Speed up Apache with mod_pagespeed and Memcached on Debian 8
Author: Till Brehm • Tags: apache, debian, linux, server, web server • Comments: 2
The page load time gets more and more important for websites to provide a better user experience and it is important for the search engine ranking as well. Google has developed the apache module "mod_pagespeed" to optimize and streamline the content delivery of the apache web server which reduces the load times of pages, especially when they use many assets like CSS files, javascript includes and images.
-
How to install TYPO3 7 with Nginx and MariaDB on Debian 8 (Jessie)
Author: Till Brehm • Tags: debian, nginx, php, server, web server • Comments: 2
This tutorial shows how to install and configure a TYPO3 (version 7) web site on a Debian 8 (Jessie) server that has Nginx installed as web server and MariaDB as the database server. Typo3 is an enterprise class CMS system written in PHP which has a large user and developer community.
-
-
Install MariaDB 10.0 on CentOS 6
Author: Antonio Valencia • Tags: centos, linux, mysql, server • Comments: 2
MariaDB is a community-developed fork of MySQL and aims to be an enhanced, drop-in replacement for it. The following tutorial will guide you through the steps to install MariaDB 10.0 on CentOS 6.
-
How to Install a Mumble Voice Chat Server on Ubuntu 14.04
Author: Antonio Valencia • Tags: linux, server, ubuntu • Comments: 0
Mumble is a voice chat application which is designed for the gamer's so that they can to talk to each other by connecting their mumble clients to the same server. This Voice over IP application is similar to Ventrilo and TeamSpeak. The simple administration interface, high-quality codecs and low latency makes it quite popular. In this article, I will tell you how you can install and configure Murmur on to your systems. Murmur is a server component of Mumble.
-
How to install WordPress with Apache, MariaDB and PHP 7 on Arch Linux
Author: Abdul Khois • Tags: apache, linux, mysql, php, server • Comments: 7
WordPress is a popular, dynamic, blog-focused content management system. The software is built upon a LAMP or LEMP stack and features an extensive plugin framework and theme system, which allows site owners and developers to deploy easy-to-use and powerful publishing tools. This tutorial will help you how to install and configure WordPress with Apache2, MariaDB and PHP 7 on Arch Linux.
-
How to install and configure Solr 5.5 on Ubuntu 14.04
Author: Antonio Valencia • Tags: linux, server, ubuntu • Comments: 1
Apache Solr is an enterprise-class open source search platform written in Java which enables you to create custom search engines that index databases, files, and websites. This tutorial will show you how to install the latest Solr version on Ubuntu 14.04. The steps will most likely work with later Ubuntu versions as well.
-
How to Install Proxmox VE 4 on Debian 8 (Jessie)
Author: Muhammad Arul • Tags: debian, kvm, linux, server, virtualization • Comments: 8
Proxmox Virtual Environment or short Proxmox VE is an Open Source server virtualization software based on Debian Linux. In this tutorial, I will show you the installation of Proxmox on a server that runs a minimal Debian 8 installation, e.g. in a datacenter.
-
How to Install PostgreSQL 9.5 on Ubuntu (12.04 - 15.10)
Author: Antonio Valencia • Tags: linux, server, ubuntu • Comments: 5
This tutorial shows the installation of the latest PostgreSQL 9.5 version on Ubuntu. We will use the official repository from postgresql.org, so you can update your server easily in future and get direct updates and patches from the database vendor. The steps have been tested with Ubuntu versions from 12.04 until 15.10.
-
Linux: How to share files on a local network with woof
Author: Bill Toulas • Tags: desktop, linux, server • Comments: 7
We've all been in this situation were we want to exchange files with other users connected to the same network as we are, and while there are tons of ways to do this, almost none of them is easy, quick, or simple enough. Thankfully, though, Linux users can utilize a small tool called “woof” that simplifies the process and makes the exchanging of files a walk in the park. What I am about to present in this short tutorial is suitable for home networks where convenience is the primary concern, and security isn't an issue.