Linux Tutorials on the topic “centos”

  • How to Configure a Proxmox VE 4 Multiple Node Cluster

    linux Author: Muhammad ArulTags: , , , 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.

  • Install MariaDB 10.0 on CentOS 6

    centos Author: Antonio ValenciaTags: , , , 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.

  • Install Mattermost with PostgreSQL and Nginx on CentOS 7

    centos Author: PCFreakTags: , , Comments: 2

    Mattermost is an open source, self-hosted Slack-alternative. Mattermost is modern communication behind your firewall. This Howto explains the installation of Mattermost on CentOS7 using PostgreSQL as a database backend.

  • How to setup an NFS Server and configure NFS Storage in Proxmox VE

    centos Author: Muhammad ArulTags: , , Comments: 7

    In this tutorial, I will guide you trough the installation of an NFS server on CentOS 7, then we will add the NFS share as a storage option in the Proxmox server so that it can be used as backup space the virtual machines.

  • How to Block Email from certain TLDs (Top Level Domains) in ISPConfig

    ispconfig Author: Stephan JauTags: , , , , , , 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

    linux Author: Bill ToulasTags: , , , , , , 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 install LiteSpeed web server on CentOS 7

    centos Author: Antonio ValenciaTags: , , , Comments: 2

    LiteSpeed web server is a popular choice for replacing an Apache web server. Its features include an optimization of the web content and content delivery which maximizes the download speed and combines better performance with a smaller memory footprint. Being compatible with Apache features is also an added benefit, which helps to reduce downtime during migration from Apache to LiteSpeed. This tutorial shows the installation on a CentOS 7 server.

  • How to Install Kolab Groupware Server on CentOS 7

    centos Author: Muhammad ArulTags: , , Comments: 7

    In this tutorial, we will install Kolab groupware on a CentOS 7 server. Kolab is a free open source groupware server. It is a scalable and reliable collaborative software that provides shared email, calendar, address books, tasks and a file cloud. Kolab supports several client environments: on Windows you can use Outlook, on Linux, you can use KDE Kontact, on all OS that have a web browser you can use the web interface.

  • Thoughts on Monitoring file changes with Linux over the network

    linux Author: stefbonTags: , , , , , , Comments: 1

    Monitoring a directory for changes with Linux is possible through the well-known mechanism inotify. With inotify it's possible to set a watch on a directory, configure it to watch events on the contents, and you'll receive messages on a file descriptor when something happens. This works perfectly when the directory is on local storage, like a hard drive, SSD or a USB drive, But it is not sufficient when the directory is on a network filesystem when the storage is on another computer. Another user working in the same directory, connected via the same or another filesystem, can remove a file and the watch you've set on it will not get notified.

  • Left 4 Dead dedicated server install guide for CentOS

    centos Author: Antonio ValenciaTags: , Comments: 1

    Gaming servers are widely searched for by the internet-savvy online gamers. L4D or the Left 4 Dead is a popular game played online. With multi and single player mode, and newer version L4D 2 in the market, available with all its online cheat codes, many a gamer find this game very compelling. Gaming servers enjoy heavy inbound traffic. Installing a gaming console on a Linux distribution server such as CentOS may seem a daunting task, for a new user to Linux systems. Listed below are steps to configure, install, update and run the L4D server on Linux distribution like CentOS.