Showing headlines posted by falko

« Previous ( 1 ... 52 53 54 55 56 57 58 59 60 61 62 ... 92 ) Next »

High-Availability Load Balancer With HAProxy/Keepalived On Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Jun 16, 2009 1:03 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and keepalived on Debian Lenny. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using keepalived, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).

How To Upgrade From Fedora 10 To Fedora 11 (Desktop & Server)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 15, 2009 9:18 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This article describes how you can upgrade your Fedora 10 system to Fedora 11. The upgrade procedure works for both desktop and server installations.

The Perfect Server - Fedora 11 x86_64 [ISPConfig 2]

  • HowtoForge; By Falko Timme (Posted by falko on Jun 14, 2009 6:31 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This is a detailed description about how to set up a Fedora 11 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP5/Ruby/Python, Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 64-bit version of Fedora 11, but should apply to the 32-bit version with very little modifications as well. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig (i.e., ISPConfig runs on it out of the box).

The Perfect SpamSnake - Ubuntu Jaunty Jackalope

  • HowtoForge (Posted by falko on Jun 12, 2009 1:10 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to set up an Ubuntu Jaunty Jackalope based server as a spamfilter in Gateway mode. In the end, you will have a SpamSnake Gateway which will relay clean emails to your MTA. You will also be able to view your incoming queue, train your SpamSnake and carry out a few more advanced operations via MailWatch.

Virtual Users/Domains With Postfix, Courier, MySQL, SquirrelMail (Ubuntu 9.04)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 11, 2009 10:37 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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 Postfix uses. 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.

Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.04

  • HowtoForge; By Falko Timme (Posted by falko on Jun 10, 2009 9:02 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This article explains how you can install and configure apache2-mpm-itk on an Ubuntu 9.04 server. apache2-mpm-itk is an MPM (Multi-Processing Module) for the Apache 2 web server. mpm-itk allows you to run each of your vhost under a separate UID and GID - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. mpm-itk works with mod_php because mpm-itk is based on the traditional prefork MPM, which means it's non-threaded. This means you don't need to use suExec or suPHP anymore to run a website's PHP scripts as a separate user.

High-Availability Storage With GlusterFS On Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Jun 9, 2009 4:51 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial shows how to set up a high-availability storage with two storage servers (Debian Lenny) 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 (Debian Lenny 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.

Building Customized Ubuntu Live-CDs With UCK On Ubuntu 9.04

  • HowtoForge; By Falko Timme (Posted by falko on Jun 8, 2009 8:42 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how you can build customized Ubuntu (as well as Kubuntu/Xubuntu and Edubuntu) Live-CDs with the help of UCK (Ubuntu Customization Kit) on Ubuntu 9.04. UCK allows you to customize the language and the applications on the Live-CD.

The Perfect Server - CentOS 5.3 x86_64 [ISPConfig 3]

  • HowtoForge; By Falko Timme (Posted by falko on Jun 7, 2009 11:59 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial shows how to prepare a CentOS 5.3 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, MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.

iRedMail: Mail Server With LDAP, Postfix, RoundCube/SquirrelMail, Dovecot On Debian Lenny

iRedMail is a shell script that lets you quickly deploy a full-featured mail solution in less than 2 minutes. Since iRedMail 0.5, it supports Debian 5.0.1 (it supports both i386 and x86_64). Its object is to make a Linux mail server installation and configuration simple and easy to use. iRedMail supports both OpenLDAP and MySQL as backends for storing virtual domains and users.This tutorial shows how to use OpenLDAP as the backend.

Creating An NFS-Like Standalone Storage Server With GlusterFS On Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Jun 4, 2009 7:16 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial shows how to set up a standalone storage server on Debian Lenny. 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 Migrate Mailboxes Between IMAP Servers With imapsync

This guide explains how you can migrate mailboxes between IMAP servers with imapsync. imapsync is an IMAP synchronisation, sync, copy or migration tool. More than 32 different IMAP server softwares are supported with success. All flags are preserved, unread will stay unread, read will stay read, deleted will stay deleted.

Using ATA Over Ethernet (AoE) On Fedora 10 (Initiator And Target)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 2, 2009 4:00 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This guide explains how you can set up an AoE target and an AoE initiator (client), both running Fedora 10. 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.

Delete Unnecessary Files From Your Desktop With BleachBit On Ubuntu 9.04

  • HowtoForge; By Falko Timme (Posted by falko on Jun 1, 2009 12:01 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide shows how you can install and use BleachBit on an Ubuntu 9.04 desktop to delete unnecessary files. BleachBit deletes unnecessary files (such as cache, cookies, Internet history, localizations, logs, temporary files, and broken shortcuts) to free valuable disk space, maintain privacy, and remove junk. It wipes clean Adobe Reader, APT, Bash, Beagle, Chromium, Epiphany, Firefox, Flash, GIMP, Google Earth, Java, KDE, OpenOffice.org, Opera, RealPlayer, Second Life viewer, Skype, VIM, XChat, Yum, and more.

The Perfect Desktop - Linux Mint 7 (Gloria)

  • HowtoForge; By Falko Timme (Posted by falko on May 31, 2009 11:10 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial shows how you can set up a Linux Mint 7 (Gloria) desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Linux Mint 7 is a Linux distribution based on Ubuntu 9.04 that has lots of packages in its repositories (like multimedia codecs, Adobe Flash, Adobe Reader, Skype, Google Earth, etc.) that are relatively hard to install on other distributions; it therefore provides a user-friendly desktop experience even for Linux newbies.

Fedora 10 Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on May 29, 2009 1:53 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial explains the installation of a Samba fileserver on Fedora 10 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.

Using iSCSI On Fedora 10 (Initiator And Target)

  • HowtoForge; By Falko Timme (Posted by falko on May 28, 2009 10:36 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This guide explains how you can set up an iSCSI target and an iSCSI initiator (client), both running Fedora 10. The iSCSI protocol is a storage area network (SAN) protocol which allows iSCSI initiators to use storage devices on the (remote) iSCSI target using normal ethernet cabling. To the iSCSI initiator, the remote storage looks like a normal, locally-attached hard drive.

Using Firewall Object In Firewall Builder

  • HowtoForge; By Falko Timme (Posted by falko on May 27, 2009 10:39 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Firewall Builder supports variety of object types, both simple such as address, network, host, or IP, TCP, UDP and ICMP services, as well as more sophisticated such as Firewall, Host, Address table, DNS name, User service. Firewall object is central to the program and is in the focus of this article.

Setting Up A PXE Install Server For Multiple Linux Distributions On Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on May 26, 2009 12:15 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial shows how to set up a PXE (short for preboot execution environment) install server on Debian Lenny. A PXE install server allows your client computers to boot and install a Linux distribution over the network, without the need of burning Linux iso images onto a CD/DVD, boot floppy images, etc. This is handy if your client computers don't have CD or floppy drives, or if you want to set up multiple computers at the same time (e.g. in a large enterprise), or simply because you want to save the money for the CDs/DVDs. In this article I show how to configure a PXE server that allows you to boot multiple distributions (i386 and x86_64): Debian Lenny, Ubuntu 9.04, Fedora 10, CentOS 5.3, OpenSuSE 11.1, and Mandriva 2009.1.

How To Install VMware Server 2 On Ubuntu 9.04

  • HowtoForge; By Falko Timme (Posted by falko on May 25, 2009 1:03 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial provides step-by-step instructions on how to install VMware Server 2 on an Ubuntu 9.04 desktop system. With VMware Server you can create and run guest operating systems ("virtual machines") such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free).

« Previous ( 1 ... 52 53 54 55 56 57 58 59 60 61 62 ... 92 ) Next »