Showing headlines posted by falko

« Previous ( 1 ... 13 14 15 16 17 18 19 20 21 22 23 ... 92 ) Next »

Distributed Storage Across Four Storage Nodes With GlusterFS On Ubuntu 11.10

  • HowtoForge; By Falko Timme (Posted by falko on Apr 12, 2012 5:03 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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

  • HowtoForge; By Falko Timme (Posted by falko on Apr 11, 2012 1:17 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
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

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.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 Replicated Storage With GlusterFS 3.2.x On Ubuntu 11.10

  • HowtoForge; By Falko Timme (Posted by falko on Apr 5, 2012 7:34 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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.

Install Horde 4 Webmail For ISPConfig On Debian Squeeze Through PEAR

  • HowtoForge; By Stephan Jau (Posted by falko on Apr 4, 2012 6:41 PM EDT)
  • Story Type: Tutorial; Groups: Debian
Horde is a groupware suite that offers email, calendar, task, contact management and more things. It also offers SyncML and ActiveSync to synchronize with your cell phones or other software. This tutorial explains how to install Horde 4 for ISPConfig on Debian Squeeze.

Creating An NFS-Like Standalone Storage Server With GlusterFS On Ubuntu 11.10

  • HowtoForge; By Falko Timme (Posted by falko on Apr 3, 2012 1:54 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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.

How To Integrate ClamAV Into PureFTPd For Virus Scanning On CentOS 6.2

This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a CentOS 6.2 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.

Server Monitoring With Icinga On Ubuntu 11.10

  • HowtoForge; By Falko Timme (Posted by falko on Apr 1, 2012 10:43 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. It is a fork of Nagios. This tutorial explains how to install Icinga on an Ubuntu 11.10 server to monitor this server and another Ubuntu 11.10 server.

How To Set Up WebDAV With Lighttpd On Debian Squeeze

  • HowtoForge; By Falko Timme (Posted by falko on Mar 30, 2012 11:49 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how to set up WebDAV with lighttpd on a Debian Squeeze server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the lighttpd server so that they do not need to be downloaded/uploaded via http://FTP. Of course, WebDAV can also be used to upload and download files.

How To Set Up Software RAID1 On A Running LVM System (Ubuntu 11.10)

  • HowtoForge; By Falko Timme (Posted by falko on Mar 29, 2012 5:23 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how to set up software RAID1 on an already running LVM system (Ubuntu 11.10). The GRUB2 bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).

Running LinOTP On CentOS 6.2

  • HowtoForge; By Cornelius Kölbel (Posted by falko on Mar 28, 2012 2:55 PM EDT)
  • Story Type: Tutorial; Groups: Linux, Red Hat
This howto will show how you can set up LinOTP on CentOS 6.2. LinOTP is a modular and flexible solution for two factor authentication with one time passwords. This howto uses the community packages that are available at the python package index PyPI.

How To Configure PureFTPd To Accept TLS Sessions On CentOS 6.2

FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to configure PureFTPd to accept TLS sessions on a CentOS 6.2 server.

The Perfect Server - Debian Squeeze With BIND, Dovecot & Nginx ISPConfig 3

  • HowtoForge; By Daniel Harbottle (Posted by falko on Mar 25, 2012 9:17 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial shows how to prepare a Debian Squeeze (Debian 6.0) 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 or Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. The idea is to use the fast and memory efficient nginx web server and Dovecot which is also said to be more memory efficient. You will need to use the Dotdeb repository for nginx.

Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 6.2

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. This tutorial is based on CentOS 6.2.

Using ATA Over Ethernet (AoE) On Debian Squeeze (Initiator And Target)

  • HowtoForge; By Falko Timme (Posted by falko on Mar 22, 2012 2:34 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how you can set up an AoE target and an AoE initiator (client), both running Debian Squeeze. AoE stands for "ATA over Ethernet" and is a storage area network (SAN) protocol which allows AoE initiators to use storage devices on the (remote) AoE target using normal ethernet cabling. "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 initiator, the remote storage looks like a normal, locally-attached hard drive.

How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Squeeze

  • HowtoForge; By Falko Timme (Posted by falko on Mar 21, 2012 5:17 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Squeeze. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.

Server Monitoring With munin And monit On Debian Squeeze

  • HowtoForge; By Falko Timme (Posted by falko on Mar 20, 2012 2:58 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article I will describe how you can monitor your Debian Squeeze server with munin and monit. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that lets you recognize current or upcoming problems, and a watchdog that ensures the availability of the monitored services.

CentOS 6.2 Samba Standalone Server With tdbsam Backend

This tutorial explains the installation of a Samba fileserver on CentOS 6.2 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.

Installing Apache2 With PHP5 And MySQL Support On CentOS 6.2 (LAMP)

  • HowtoForge; By Falko Timme (Posted by falko on Mar 18, 2012 10:44 AM EDT)
  • Story Type: Tutorial; Groups: Linux
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.2 server with PHP5 support (mod_php) and MySQL support.

« Previous ( 1 ... 13 14 15 16 17 18 19 20 21 22 23 ... 92 ) Next »