Linux Tutorials on the topic “centos”

  • How to install ProFTPD on CentOS 7.0

    centos VMWare Image Download Author: Srijan KishoreTags: , Comments: 2

    This document describes how to install and configure ProFTPD in CentOS 7.0 Server. ProFTPD is an FTP daemon for UNIX and UNIX-like operating systems. ProFTPD is developed, released and distributed under the GNU Public License (GPL), which basically establishes it as free software, meaning that it may be sold, licensed and otherwise manipulated in any way desired as long as full and complete source code either accompanies any ProFTPD packages or is made available by any and all sites that distribute pre-compiled binaries. The software can be modified by anyone at any time, as long as all derived works also are licensed under the GNU Public License.

  • How to use ISPConfig and Seafile without manual file modifications

    ispconfig Author: Rescue9Tags: , , , , , , , Comments: 6

    Seafile is an open-source cloud based file storage system similar to Dropbox & Box. The difference is that Seafile can be deployed on a client's own system. This provides a greater safety and security factor as the passwords are only interchanged between the client who setup the system, and his / her own users rather than a corporate cloud hosting company.

  • Installation and configuration of Drupal on CentOS 7

    centos Author: Srijan KishoreTags: , , , Comments: 2

    Installation and configuration of Drupal on CentOS 7 This document describes the installation and configuration of Drupal on CentOS 7. Drupal is an open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and diverse community of people around the world.

  • The Perfect Business Desktop - CentOS 7

    centos Author: Srijan KishoreTags: , , Comments: 9

    This tutorial shows how you can set up CentOS 7 desktop. The CentOS 7 have high quality of desktop environment which is fully suited for day to day business needs of a corporate culture. I will also show some of the specific features from Thunderbird which makes the day to day business use easier.

  • The Perfect Server – CentOS 7 (Apache2, Dovecot, ISPConfig 3)

    centos Author: Till BrehmTags: , , , , , , , , , , , , , Comments: 101

    The Perfect Server – CentOS 7 (Apache2, Dovecot, ISPConfig 3) This tutorial shows how to prepare a CentOS 7 x86_64 server for the installation of ISPConfig 3 and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more.

  • How to install a CentOS 7 minimal server

    centos VMWare Image Download Author: Srijan KishoreTags: Comments: 12

    How to install a CentOS 7 minimal server This document describes the installation of CentOS 7 Server with a basic minimal installation. The purpose of this guide is to provide a minimal setup that can be used as basis for our other tutoruials here at howtoforge

  • How to secure your ISPConfig 3 server against the poodle SSL attack

    ispconfig Author: tillTags: , , , , , , , , , , , , , Comments: 20

    How to secure your ISPConfig 3 server against the poodle SSL attack In the following guide I will describe the steps to secure your server against the recent poodle SSL attack. I will use a ISPConfig 3 perfect server on Debian 7 for my examples, but the same steps will work on any other Linux Distribution as well. A default ISPConfig hosting server runs the following services: Webserver (Nginx or apache), Mailserver (Postfix and Dovecot / Courier), FTP-Server (pure-ftpd) that offer SSL / TLS connections and are potential targets for a poodle attack.

  • How to compile PureFTPd on CentOS 7

    centos Author: tillTags: , , Comments: 1

    How to compile PureFTPd on CentOS 7 In this tutorial I will explain the steps to compile PureFTPd from source on CentOS 7. Pure-ftpd is a lightweight and stable FTP daemon which supports various authentication backends like Linux system users, puredb, MySQL and PostgeSQL. I will later use pure-ftpd for ISPConfig 3, therefor I will compile it with MySQL / Mariadb support.

  • How to install X2Goserver on CentOS 7 as an alternative for VNC

    centos Author: Srijan KishoreTags: , , Comments: 11

    How to install X2Goserver on CentOS 7 as an alternative for VNC This document describes how to use X2Goserver as an alternative of VNC. I will install and configure X2Goserver on CentOS 7. X2Go enables us to access a graphical desktop of a computer over a low bandwidth (or high bandwidth) connection. X2Go is a Remote Desktop solution, which some vendors vaguely call Remote Control. This is not to be confused with Microsoft Remote Desktop Connection, which is a competing Remote Desktop solution and protocol. With X2Go, we can access Linux computers. The Linux computer we are accessing is the X2Go Server. The best part is that it supports sound transmission over remote connections.

  • How To Install Nginx With PHP And MySQL (LEMP Stack) On CentOS 7

    centos VMWare Image Download Author: howtoforgeTags: , , , , , Comments: 2

    How To Install Nginx With PHP And MySQL (LEMP Stack) On CentOS 7 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. This tutorial shows how you can install Nginx on a CentOS 6.5 server with PHP support (through PHP-FPM) and MySQL (Mariadb) support.