|
Tutorial: Install a Streaming Audio Server with Icecast 2.3.3 on CentOS 6.3 x86_64 Linux |
 vote
 |
|
| This tutorial explains creating your own streaming audio server with Icecast (OGG/MP3). Icecast was designed to stream any audio file if a appropiate streaming client is available. For OGG/Vorbis you can use ices and for MP3 icegenerator. Here is a small tutorial how to set up Icecast for streaming OGG/Vorbis and MP3. read more... |
|
| | permapage | score:9878 | -falko, January 16, 2013 |
|
Tutorial: Install Nginx, PHP5, PHP-FPM, and MySQL on CentOS 6.4 |
 vote
 |
|
| 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.4 server with PHP5 support (through PHP-FPM) and MySQL support. read more... |
|
| | permapage | score:9771 | -falko, April 1, 2013 |
|
KVM Virtualization on CentOS 6.4 |
 vote
 |
|
| This guide explains how you can install and use KVM for creating and running virtual machines on a CentOS 6.4 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V. read more... |
|
| | permapage | score:9765 | -falko, April 19, 2013 |
|
Virtual Users/Domains with Postfix, Courier, MySQL, SquirrelMail (CentOS 6.3) |
 vote
 |
|
| This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier, so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords. read more... |
|
| | mail this link | permapage | score:9754 | -falko, March 27, 2013 |
|
Tutorial: Install Lighttpd, PHP5, MySQL on CentOS 6.4 |
 vote
 |
|
| Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Centos 6.4 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi. read more... |
|
| | permapage | score:9744 | -falko, April 17, 2013 |
|
Install Apache2, PHP5, MySQL on CentOS 5.7 |
 vote
 |
|
| LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.7 server with PHP5 support (mod_php) and MySQL support. read more... |
|
| | permapage | score:9683 | -falko, December 11, 2011 |
|
Virtual Hosting with PureFTPd, MySQL on CentOS 6.4 |
 vote
 |
|
| This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database. read more... |
|
| | permapage | score:9664 | -falko, April 3, 2013 |
|
Tutorial: Build a CentOS 6.4 x86_64 Server |
 vote
 |
|
| This tutorial shows how to prepare a CentOS 6.4 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: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses nginx, not Apache. read more... |
|
| | mail this link | permapage | score:9644 | -falko, April 4, 2013 |
|
Tutorial: mod_spdy with Apache2 on CentOS 6.4 |
 vote
 |
|
| SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on CentOS 6.4. read more... |
|
| | mail this link | permapage | score:9642 | -falko, March 26, 2013 |
|
Using Multiple PHP Versions (PHP-FPM FastCGI) with ISPConfig 3 (CentOS 6.3) |
 vote
 |
|
| Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on a CentOS 6.3 server. These PHP versions can be used together with the default PHP (installed through yum) in ISPConfig. read more... |
|
| | permapage | score:9590 | -falko, March 27, 2013 |
|
Tutorial: Install Lighttpd, PHP5, MySQL on CentOS 6.0 |
 vote
 |
|
| Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 6.0 server with PHP5 support (through FastCGI) and MySQL support. read more... |
|
| | permapage | score:9556 | -falko, December 15, 2011 |
|
Using mod_spdy with Apache2 on CentOS 6.3 |
 vote
 |
|
| SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to >use mod_spdy with Apache2 on CentOS 6.3. read more... |
|
| | mail this link | permapage | score:9510 | -falko, March 30, 2013 |
|
Installing, Using OpenVZ on CentOS 6.4 |
 vote
 |
|
| In this HowTo I will describe how to prepare a CentOS 6.4 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license. read more... |
|
| | permapage | score:9505 | -falko, April 7, 2013 |
|
Tutorial: Build a CentOS 6.4 x86_64 Server |
 vote
 |
|
| This tutorial shows how to >prepare a CentOS 6.4 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. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx. read more... |
|
| | mail this link | permapage | score:9497 | -falko, March 26, 2013 |
|
Tutorial: CentOS 6.4 Samba Standalone Server |
 vote
 |
|
| This tutorial explains the installation of a Samba fileserver on CentOS 6.4 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access. read more... |
|
| | permapage | score:9476 | -falko, March 31, 2013 |
|
Set up NFS on CentOS 6.3 |
 vote
 |
|
| This guide explains how to set up an NFS server and an NFS client on CentOS 6.3. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk. read more... |
|
| | permapage | score:9418 | -falko, December 16, 2012 |
|
ownCloud 4.0 on CentOS 6.2 |
 vote
 |
|
| This document describes how to install and set up ownCloud on CentOS 6.2 on an nginx web server and php-fpm with postgreSQL database as backend. For other distributions there might be minor changes as to the software prerequisites installation procedures. This guide will not only help install the product, but also understand why certain points are done the way they are done. read more... |
|
| | permapage | score:9403 | -falko, June 5, 2012 |
|
Tutorial: An NFS-like GlusterFS storage server on CentOS 6.3 |
 vote
 |
|
| This tutorial shows how to set up a standalone storage server on CentOs 6.3. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA. read more... |
|
| | mail this link | permapage | score:9396 | -falko, December 21, 2012 |
|
Tutorial: Xen on CentOS 6.3 (x86_64) |
 vote
 |
|
| This tutorial provides step-by-step instructions on how to install Xen (version 4.1.x) on a CentOS 6.3 (x86_64) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other. read more... |
|
| | permapage | score:9298 | -falko, August 29, 2012 |
|
Stella: RH/CentOS 6.3 based Desktop OS |
 vote
 |
|
| If you are familiar with CentOS, you know that out of the box, it is not really designed as a desktop distribution. Stella changes all that, as it is primarily aimed at desktop users, while retaining the core enterprise features and capabilities of CentOS. read more... |
|
| | permapage | score:9294 | -finid, August 1, 2012 |
|
|