Linux Tutorials on the topic “debian”
-
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.
-
How to Configure a Proxmox VE 4 Multiple Node Cluster
Author: Muhammad Arul • Tags: centos, debian, linux, virtualization • Comments: 10
In this tutorial, we will build a Proxmox 4 cluster with 3 Proxmox servers and 1 NFS Storage server. Proxmox VE 4 supports the installation of clusters and the central management of multiple Proxmox servers. You can manage multiple Proxmox servers from one web management console. This feature is really handy when you have a larger server farm.
-
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.
-
Installing Nginx with PHP (as PHP-FPM) and MariaDB (LEMP) on Debian 8
Author: Till Brehm • Tags: debian, nginx, web server • Comments: 6
This tutorial will show you the installation of the Nginx web server on Debian 8. Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. The setup includes PHP and MariaDB and is ready to use its as hosting system for CMS systems like Wordpress, Joomla, Drupal etc.
-
Increase your IPv4 security with Fail2Ban and Tinyhoneypot on Debian Jessie
Author: nagyorgy • Tags: debian, linux, security • Comments: 9
It is a five minutes' exercise to increase security on an IPv4 addressed machine. The purpose of the setup described in this tutorial is to lock out port scanners and malicious port openers for a period of time.
-
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 Block Email from certain TLDs (Top Level Domains) in ISPConfig
Author: Stephan Jau • Tags: centos, debian, email, linux, opensuse, suse, ubuntu • Comments: 5
Spam is an annoyance and there's a multitude of ways to counteract it. However spammers also get smarter and try to bypass filters and stuff. In addition, ICANN has lately approved a great mean gTLDs (generic Top Level Domains), like .biz, .info etc. Some of those gTLDs are, in my opinion, exclusive used by spammers. Lately, I have gotten a lot of spam from the .xyz gTLD. So the question was, how to block email coming from such domains using that gTLD.
-
An introduction to Linux activity/event trackers
Author: Bill Toulas • Tags: centos, debian, desktop, fedora, opensuse, suse, ubuntu • Comments: 1
Most modern GNU/Linux distributions use some kind of a software service that tracks the user activities and events. These events can be anything, from the opening of a document file, to the chat conversation. This isn't happening for the purpose to monitor the user and sell this usage data information to 3rd parties, but to help users enjoy a more user-friendly and unified experience across their applications. For example, if you want to quickly locate that document that you opened last weekend, chances are that you will easily and promptly find it after opening your file manager and going to the “Recent” folder.
-
How to setup virtual containers with LXC and quota support on Debian 8
Author: Croydon • Tags: debian, linux, virtualization • Comments: 4
Quota support is an often requested feature in lxc. Linux filesystem quota is required when you want to give multiple users access to a container and want to control that one user is not using all the disk space. Quota is also required for web hosting servers, e.g. with ISPConfig 3, for the same reason: one website shall not be able to fill up the whole disk. This howto shows you, how you can use lxc with hard disk quota using qemu nbd with a qcow image file on Debian 8.