HowtoForge provides user-friendly Linux tutorials.
-
Distributed Storage Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 11.10
Author: Falko Timme • Tags: storage, ubuntu • Comments: 1
Distributed Storage Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 11.10 This tutorial shows how to combine four single storage servers (running Ubuntu 11.10) to one large storage server (distributed storage) with GlusterFS. The client system (Ubuntu 11.10 as well) 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.
-
OpenSUSE 12.1 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: samba, storage, suse • Comments: 1
OpenSUSE 12.1 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on OpenSUSE 12.1 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.
-
Virtualization With KVM On A CentOS 6.2 Server
Author: Falko Timme • Tags: centos, kvm, virtualization • Comments: 2
Virtualization With KVM On A CentOS 6.2 Server This guide explains how you can install and use KVM for creating and running virtual machines on a CentOS 6.2 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.
-
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.0
Author: Falko Timme • Tags: centos, mysql, nginx, php, web server • Comments: 9
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.0 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.0 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 6.0 x86_64)
Author: Falko Timme • Tags: antivirus, centos, email, postfix • Comments: 4
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 6.0 x86_64) 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 (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database that 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.
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 6.2 x86_64)
Author: Falko Timme • Tags: antivirus, centos, email, postfix • Comments: 14
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 6.2 x86_64) 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, ClamAV and SquirrelMail.
-
Using PHP5-FPM With Apache2 On CentOS 6.2
Author: Falko Timme • Tags: apache, centos, php, web server • Comments: 5
Using PHP5-FPM With Apache2 On CentOS 6.2 This tutorial shows how you can install an Apache2 webserver on a CentOS 6.2 server with PHP5 (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.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.2
Author: Falko Timme • Tags: centos, nginx, web server • Comments: 1
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.2 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.2 server with PHP5 support (through PHP-FPM) and MySQL support.
-
High-Availability Storage With GlusterFS 3.2.x On Ubuntu 11.10 - Automatic File Replication Across Two Storage Servers
Author: Falko Timme • Tags: high-availability, storage, ubuntu • Comments: 1
High-Availability Storage With GlusterFS 3.2.x On Ubuntu 11.10 - Automatic File Replication (Mirror) Across Two Storage Servers This tutorial shows how to set up a high-availability storage with two storage servers (Ubuntu 11.10) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage servers. The client system (Ubuntu 11.10 as well) 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.
-
Creating An NFS-Like Standalone Storage Server With GlusterFS 3.2.x On Ubuntu 11.10
Author: Falko Timme • Tags: storage, ubuntu • Comments: 1
Creating An NFS-Like Standalone Storage Server With GlusterFS 3.2.x On Ubuntu 11.10 This tutorial shows how to set up a standalone storage server on Ubuntu 11.10. 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.